PDA

View Full Version : GPO installation through msi file created by "exe2msi" pragma is not working



testuser
09-10-2020, 04:12 AM
Hello,

We are doing GPO installation and for that we have created msi file by using "exe2msi" pragma, and silent installation is checked for application in SB10. We have tried GPO installation with other msi files(silent application and application with UI) which works fine, but the msi file created using SB is not working properly. Any idea?


Thanks!!

linder
09-10-2020, 06:54 AM
Hello,

unfortunately, I have no idea. What we are using is the standard method for "embedded .exe files". It's working fine for quite a few thousand companies since 10+ years and we did not change anything here.

What does not work properly in your case?

Friedrich

testuser
09-15-2020, 01:53 AM
Hello,

Manual execution of msi file works perfectly fine, but when we try to install the same msi file over network using GPO installation then it fails.

Do you have any idea about it?


Thanks

linder
09-15-2020, 08:22 AM
Unfortunately, I have no idea, sorry. It's a standard method. The .exe is embedded into a .msi and the Microsoft MSI engine handles it.

Friedrich