System user and group policy .msi
Posted: Thu Jul 10, 2014 7:13 am
Hi
What I want to do is install the .msi under the system user account. I've read through the topics and found some discussion on the similar problems but none of them were helpful.
Currently I have created a new Native Project installation that I left the same as by default. I only added one line to install one .txt file. Then I created a new single build and converted this .exe to a .msi file with the group policy wizard.
Now when I try to install this .msi using the command line below, the installation immediately completes and returns error code 0. Nothing gets installed. If I remove the "PsExec.exe -s" which runs the command under the system user then the installation works as expected.
PsExec.exe -s msiexec.exe /i c:\native\native.msi
Can anyone from you guys suggest any reasons why isn't this working? Is this by design? Do I need to change anything? I already tried playing with setting the ALLUSERS variable to true and there was no change.
Kind Regards
Damjan
What I want to do is install the .msi under the system user account. I've read through the topics and found some discussion on the similar problems but none of them were helpful.
Currently I have created a new Native Project installation that I left the same as by default. I only added one line to install one .txt file. Then I created a new single build and converted this .exe to a .msi file with the group policy wizard.
Now when I try to install this .msi using the command line below, the installation immediately completes and returns error code 0. Nothing gets installed. If I remove the "PsExec.exe -s" which runs the command under the system user then the installation works as expected.
PsExec.exe -s msiexec.exe /i c:\native\native.msi
Can anyone from you guys suggest any reasons why isn't this working? Is this by design? Do I need to change anything? I already tried playing with setting the ALLUSERS variable to true and there was no change.
Kind Regards
Damjan