kugman Posted August 1, 2007 Posted August 1, 2007 (edited) Hi,is it possible to install software from an administrative installation point over a network share such as: \\server\install\msoffice2003\pro11.msi? I want to create a unattended Installation-CD that installs ca. 25 different programs. But i cannot place this software on CD or DVD.thank you very muchSome additional information: using the unc-path in the "command"-Part of the ini-file works fine unless you need to declare a answerfile like setup.iss Sorry - I've forgotten to mention this Edited August 1, 2007 by kugman
JuMz Posted August 2, 2007 Posted August 2, 2007 It should work from a UNC path (for both MSI's and Install sheild installers)...There are specific switches for both you can use to direct it to the appropriate unattended answerfile using UNC paths...google around, you'll find it!
IcemanND Posted August 2, 2007 Posted August 2, 2007 it depends upon the application I have found some that do not like to install via network, even though they will try.If you are using CMD scripts to run the installer you need to add a setlocal statement to enable extensions so that UNC paths are accepted.You may also find that some installers do not like UNC paths contained in switches.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now