Snapin Issue
-
Hi,
I am trying to install a snapin but running into issues. I have a msi file which I have tested on the client to make sure it runs with the correct switches and it correctly but doesn’t execute when the fog server push the install.
My config is as follows:
[FONT=Ubuntu][COLOR=#555555]Snapin Run With: [/COLOR][/FONT][FONT=Ubuntu][COLOR=#555555]c:\windows\system32\msiexec.exe[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]Snapin Run With Argument[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]Snapin File [/COLOR][/FONT][FONT=Ubuntu][COLOR=#555555]Max Size:1900M[/COLOR][/FONT][FONT=Ubuntu][COLOR=#555555]I see the msiexec.exe program launch but nothing installs.[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]Please let me know what I can do to get this resolved.[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]Thanks in advance.[/COLOR][/FONT]
-
so the plugin should be an msi
snap-in run with should be c:\windows\system32\msiexec.exe
snap-in run with Argument /i
snap-in file blahblahblah.msi
anp-in arguments /qnthis works for me… I use smart packager discovery for every little thing i want to change pulled from a vm deployed specifically to grab changes i want done.
works great.