What exactly are you trying to do with the MSI? Create an answer file for it so it runs silently?
I just went through this with Adobe flash. Works like a charm. Listed below is how I [B]would[/B] deploy Fog if needed.
try this:
1.) Install fog service on a pc of your choice and configure
2.) Copy this file to a public Read ONLY location. C:\Program Files (x86)\FOG\etc\config.ini
3.) Copy Fog Service Installer.msi to the same public Read ONLY location
Create GPO:
Computer Configuration --> Policies --> Software Settings --> Software Installation -->
–New Package --> Point to Public location Fog Service Installer.msi (UNC path) --> Assigned
Computer Configuration --> Administrative Templates --> Windows Components --> Windows installer --> Alway install with elevated privileges --> Enabled
Need both if you have 32bit and 64bit machines
Computer Configuration --> Preferences --> Windows Settings --> Files
–New File --> Update --> Source: <Publice location> Destination: C:\Program Files\FOG\etc\config.in
Computer Configuration --> Preferences --> Windows Settings --> Files
–New File --> Update --> Source: <Publice location> Destination: C:\Program Files (x86)\FOG\etc\config.ini
You just need to disable the config part of the installer but it may not even show using this method. Try it let me know.