Jump to content

Recommended Posts

Posted

:hello:

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. :)


Posted

MSI cmd-line

bottom 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\"

:)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...