cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Safanasyev
Level 2

FlexNet agent doesn't correctly installed on XP

In my InstallScript MSI project I create a shortcut "CheckForUpdate" with Target "[ALLUSERSPROFILE]FlexNet\Connect\11\agent.exe". When I installed my package on Windows7, the shortcut Target property becomes "C:\ProgramData\FLEXnet\Connect\11\agent.exe" and this is correct path. But on Windows XP target machine, variable [ALLUSERSPROFILE] is the same ("C:\ProgramData\") and shortcut Target property becomes incorrect. When ALLUSERSPROFILE initialize - when I build my install package or when end user install package on machine? How can I resolve this problem?
0 Kudos
(1) Reply
Not applicable

the ALLUSERSPROFILE property is populated during the installation itself. If you capture a log of the InstallScript MSI package installation then you should see the property being populated in there.

I'm not aware of anything in the FNC install that would change the value of that property, but a log file would help verify that.
0 Kudos