1

I have a msi which is created from an IS Installscript msi project , as the product requires elevated permissions it should be running as administrator . Everything is fine , but now the product is getting installed on Admins home rather than the users home directory.

when i am using GetEnvVar(USERPROFILE,svUserProfile) , i am getting admins home directory rather than the current logged in user directory.

Any help is appreciated in solving this.

Viswanadh
  • 19
  • 4
  • Can you find a way to setting the [ALLUSER](http://msdn.microsoft.com/en-us/library/aa367559(v=vs.85).aspx) property to `1` in the final MSI? – rene Jul 16 '14 at 07:33
  • I tried setting ALLUSER to 1 from install shield property editor but it didnt work. – Viswanadh Jul 16 '14 at 12:54

0 Answers0