The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

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

"Auto-Install"

BCM4309
By
Level 8
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

TsungH
By
Level 12
You can condition out InstallWelcome from UI Sequence. Extra care must be excercised to ensure successful installation.

BCM4309
By
Level 8
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

TsungH
By
Level 12
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.

BCM4309
By
Level 8
TsungH,

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

Bryan 😄