/build/static/layout/Breadcrumb_cap_w.png

How do I create a totally silent MSI installer without using switches?

I can't find any information on this. I know if I run my msi like mymsiinstaller.msi /qn, that I will have created a silent install. But what I want to do is to hardcode the /qn feature (no interface) into my MSI so that it always install silently without switches. Does anyone know how to do this?
Thanks

0 Comments   [ + ] Show comments

Answers (2)

Posted by: nheim 17 years ago
10th Degree Black Belt
0
Hi,
one approach would be, to remove the InstallUISequence table in the MSI.
What do you want to achieve exactly with this?
Regards, Nick
Posted by: gmorgan618 17 years ago
Blue Belt
0
Add these properties to the PROPERTY table
PropertyName = LIMITUI
Value = 1

Also Add
PropertyName = ARPNOMODIFY
Value = 1

Then create a custom action that sets
PropertyName = UILEVEL
Value = 2


I don't know if this will work, the UILEVEL may get reset... but if it does, it sets the initial UI to 3(with LIMITUI) then changes the UI to 2 immediately after launch... I've never tried this, but it's a thought...


You could try coding it using MSISetInteralUI - you're on you're own with that...

-Grant
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ