Nashvir Posted August 23, 2005 Posted August 23, 2005 Hi all...Can any1 tell me if it is possible to define the installation path for a .MSI package during a silent install?Something like the D=X:\ as used in Nullsoft istallers etc.Any help appreciated.
cancerface Posted August 23, 2005 Posted August 23, 2005 MSI cmd-linebottom of page, you need to find the property that corresponds to the installation directory. Use ORCA to find it.Usually it is TARGETDIR or INSTALLDIR.Something like this:msiexec /i package_name.msi TARGETDIR="C:\MyDir\My App\"
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