Jump to content

Question about unattended software install


Recommended Posts

I know the default command line to install applications on the unattended CD is this:

start /wait %systemdrive%\install\some_application\setup.exe /switch /anotherswitch

However, that just installs it onto the default path, which is C:\ (I'm guessing it puts the applications into C:\Program Files ??). Is there any way to change the install path? I like to install all my applications into D:\Program Files instead of C:\ (I keep the C:\ only for the operating system).

Is it as simple as substituting "D:\" wherever I see %systemdrive% ??

Thanks in advance!

Link to comment
Share on other sites


start /wait %systemdrive%\install\some_application\setup.exe /switch /anotherswitch

the %systemdrive% you are referring to is where the installation is... it has nothing to do with where it gets installed to....

if it is an installshield installer and you have created an ISS file, just edit that file and change the installation path... otherwise some programs will let you specify an installation directory as a switch, but it depends on the program and the installer

Link to comment
Share on other sites

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