Does it work if you set the PowerLaunch registry key on the application? Then the key is changed when the application starts up.
I tried this but the value isn't changed.
I found out that Word queries the following key:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9040110900063D11C8EF10054038389C\InstallProperties\RegCompany
If you delete this key then you company info is empty. You can also change this key.
Then it writes the value to HKLM\SOFTWARE\Microsoft\Windows\Office\11.0\Common\Userinfo\
If i can put a variable in the regcompany item, then i can create a variable in powefuse for example %company%=companyA
I searched if i can set a variable in the registry but i can't find an answer yet.