How to install a msi package that is zipped
I have a Notepad++ MSI package(Notepad.msi) that is zipped.The zipped package is Notepad.zip.How to unzip and silent install Notepad.msi from the Notepad.zip file through command prompt .
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
upload the zip file to a MI distribution and call the msi with a /qn switch. The MI will unzip the zip automatically.
Comments:
-
it is not working - creativegenius 9 years ago
-
You must have done it wrong. Why not just extract the MSI from the ZIP file and use the MSI for installation. Jeez, this is so simple to cause such problems. - EdT 9 years ago
-
This is a customer requirement.That is why i was asking it - creativegenius 9 years ago
Posted by:
SMal.tmcc
9 years ago
here are some links about MI's
http://www.itninja.com/question/okay-i-am-new-to-the-k1000-i-have-figured-out-how-to-install-the-agent-but-what-are-the-steps-to-deploy-software
http://www.itninja.com/question/software-distribution-installation-and-uninstall
http://documents.software.dell.com/k1000-systems-management-appliance/6.3/administrator-guide/deploying-packages-to-managed-devices/distributing-software-and-using-wake-on-lan/using-managed-installations/about-creating-managed-installations
http://www.itninja.com/question/okay-i-am-new-to-the-k1000-i-have-figured-out-how-to-install-the-agent-but-what-are-the-steps-to-deploy-software
http://www.itninja.com/question/software-distribution-installation-and-uninstall
http://documents.software.dell.com/k1000-systems-management-appliance/6.3/administrator-guide/deploying-packages-to-managed-devices/distributing-software-and-using-wake-on-lan/using-managed-installations/about-creating-managed-installations
Posted by:
jknox
9 years ago