Install msi silenly When double clicked
I want to know the methods to make our msi installed silently the moment it is double clicked.
I do not want to use any command line.
Thanks
I do not want to use any command line.
Thanks
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
You will need to edit the association for the 'MSI.Package' class in the registry, to add the requisite switch(es). If you browse the registry for that class and drill down, it'll be obvious once you get there.
You may also want to research how to use the correct AppDeploy forum for your posts. This one belongs in the 'Package Development' forum. A moderator may move it.
You may also want to research how to use the correct AppDeploy forum for your posts. This one belongs in the 'Package Development' forum. A moderator may move it.
Posted by:
dryce
14 years ago
ORIGINAL: kaushal019
I want to know the methods to make our msi installed silently the moment it is double clicked.
I do not want to use any command line.
Thanks
By editing the msi* using ORCA, and adding the property LIMITUI with the value 1, will cause the msi to install (on double click) with basic UI - only the progress bar is showed (no user interaction will be needed)
But if you want that nothing should appear on the screen, take a look in this topic
http://itninja.com/question/limitui&mpage=1&key=䥄
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.