Skip to main content
かっぱ巻
Inspiring
June 13, 2015
Answered

How can I change install directory in windows PC when deploy the package for serial licencing ?

  • June 13, 2015
  • 1 reply
  • 1648 views

I created the CC Package named "exsample" for serial licencing and disabled the panel of CC desktop app and selected the option "Specify directory during deployment" or "Specify directory" in Advanced configrations dialog.

I started to deploy in the client win PC with command line as below,

msiexec /i exsample.msi TARGETDIR=D:\test

or

msiexec /i exsample.msi INSTALLDIR=D:\test

Installation was completed though, apps were installed in the defalt directory "C:\Program files".

In CC packager's Help says as the folliwings about Installation’s location,

"The Application Manager offers you the following choices for the deployment location:

    Deploy to default application directory: The default drive is the system drive; the default path is \Program Files in Windows and /Applications in Mac OS.

    Specify directory during deployment: Allows the end users to specify the installation path during the deployment of the package. On Mac OS users are prompted on the user interface, while on Windows this is a command line option only.

    Specify directory: Enter the path to the location to a specific installation location"

Is this wrong explanation ?

How can I change install directory in windows PC when deploy the package for serial licencing ?

Any information would be appreciated.

thanks in advance.

Kappa-maki

This topic has been closed for replies.
Correct answer かっぱ巻

My friend told me the correct command is as below,

msiexec.exe /i example.msi ADOBEINSTALLDIR="D:\test\" /quiet

this worked well !

1 reply

かっぱ巻
かっぱ巻AuthorCorrect answer
Inspiring
June 15, 2015

My friend told me the correct command is as below,

msiexec.exe /i example.msi ADOBEINSTALLDIR="D:\test\" /quiet

this worked well !