Change <InstallDir> from command line

Common questions about using Actual Installer.
Post Reply
djransom
Posts: 1
Joined: Mon Oct 09, 2023 4:32 pm

Change <InstallDir> from command line

Post by djransom »

I have a user that wants to run my app installer via a script on the command line. They want to be able to change the default install directory. Is this possible?

I've tried using the /D switch with no luck so far. I tried something like:

Code: Select all

C:Setup.exe /D C:/NewPath/
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: Change <InstallDir> from command line

Post by Leo »

Please try this:

Code: Select all

C:\Setup.exe /D "C:\NewPath"
Make sure the path to the setup executable is correct.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply