Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Enthusiast ,
Jun 12, 2015 Jun 12, 2015

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

1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Jun 15, 2015 Jun 15, 2015

My friend told me the correct command is as below,

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

this worked well !

Translate
Enthusiast ,
Jun 15, 2015 Jun 15, 2015
LATEST

My friend told me the correct command is as below,

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

this worked well !

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines