cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"Auto-Install"

Is there a way to configure an .msi I created to automatically install when double clicked? I don't want any dialogs presented to the user aside from a progress bar. There is NO Setup.exe included with the .msi.

Thanks,

Bryan
(4) Replies
You can condition out InstallWelcome from UI Sequence. Extra care must be excercised to ensure successful installation.
TsungH,

What do you mean specifically by "condition out InstallWelcome from UI Sequence"? This .msi simply copies one small file to a client's machine.

Bryan
By that, I mean putting a condition on InstallWelcome in UI Sequence so that it will never get executed. In case you are not aware of this, InstallWelcome is the entry point to dialogs.
TsungH,

I used " Not SystemLanguageID=1033 " and it works perfectly. Thanks for your help.

Bryan 😄
Top Kudoed Authors