/build/static/layout/Breadcrumb_cap_w.png

LIMITUI

Is there a way of making my msi silent install without dialog. I used LIMITUI=1 but am looking for another value that can make it total silent. i want to include it in my msi.

Giz

0 Comments   [ + ] Show comments

Answers (12)

Posted by: AngelD 18 years ago
Red Belt
1
Here is what you can do to find out what CA is displaying the dialog:
add Debug (DWORD) with value 2 under HKLM\SOFTWARE\Policies\Microsoft\Windows\Installer
download windebug from sysinternals.

start windebug and then launch the installation as you usually do. when the dialog is displayed look in windebug (will fetch actions in realtime) to see what CA thats handling this. When you have found the CA try remove that and try installing again.

Hope this will help
Posted by: AngelD 18 years ago
Red Belt
0
use: msiexec <msi path> /qn-
Posted by: sikkert 18 years ago
Orange Senior Belt
0
You can remove all the dialogs from the package.
In Wise this is done in Installation Expert - User Interface - Dialogs. Don't know about InstallShield or other though.
But why not do this when you distribute the package? Isn't that an option?
Posted by: gizmolala 18 years ago
Third Degree Blue Belt
0
Just trying to find a way to put it inside the MSI instaed of using a commandLine.
We are using in house built software delivery system that does not have the silent option unless u edit the script and add it there.

Giz
Posted by: sikkert 18 years ago
Orange Senior Belt
0
Then you need to remove all the dialogs from the package.
But I would also suggest that you change your delivery system so that you can use options (like /qn- like AngelD said). Then you can make 1 package, and install it both with and without dialogs.
Posted by: gizmolala 18 years ago
Third Degree Blue Belt
0
Tnx all. I already removed all the dialogs from the package and later found that the value of LIMITUI has changed to 3 i.e LIMITUI=3 but am still seeing the dialog during install.

Giz
Posted by: AngelD 18 years ago
Red Belt
0
If this is an InstallShield package they may handle their own dialogs with Custom Action
Posted by: AngelD 18 years ago
Red Belt
0
ORIGINAL: gizmolala

Tnx all. I already removed all the dialogs from the package and later found that the value of LIMITUI has changed to 3 i.e LIMITUI=3 but am still seeing the dialog during install.

Giz


Try adding the ARPNOMODIFY property to 1 while using the LIMITUI property
Posted by: gizmolala 18 years ago
Third Degree Blue Belt
0
i normally set ARPNOMODIFY=1 with LIMITUI=1
Posted by: AngelD 17 years ago
Red Belt
0
Sorry, didn't mean windebug, should be DebugView from SysInternals
Posted by: revizor 17 years ago
Third Degree Blue Belt
0
No wonder I couldn't find it on sysinternals site :-)
Thanks for the Debug=2 tip.
Posted by: revizor 17 years ago
Third Degree Blue Belt
0
And it worked! +1 for you...
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