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

Can't change default installation directory for silent installation of Flash Builder 4.5

New Here ,
Jun 14, 2011 Jun 14, 2011

Copy link to clipboard

Copied

Hello,

I'm trying to create a custom installation script for Flash Builder 4.5 in silent mode.

I have created a flash builder msi installer using "Adobe Application Manager Enterprise Edition".

I would like to change the default installation directory during silent installation.

Could you please help ?

Thank you in advance.

Best regards,

Ryad

TOPICS
Installation and activation

Views

2.6K

Translate

Translate

Report

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
New Here ,
Jun 16, 2011 Jun 16, 2011

Copy link to clipboard

Copied

Hello,

Any news about this issue please ?

Thank you in advance.

Kind regards,

Riadh

Votes

Translate

Translate

Report

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
Adobe Employee ,
Jun 19, 2011 Jun 19, 2011

Copy link to clipboard

Copied

The install.xml in the "Adobe Flash Builder 4.5 Installer/deploy" folder will have the INSTALLDIR property. You can change this property to your custom location.

<?xml version="1.0" encoding="UTF-8"?>
<Deployment>
  <Properties>
    <!--Note that the INSTALLDIR value is machine specific.  The value below is a suggested default value but may need to be overriden.-->
   <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
  </Properties>
  <Payloads>
    ............
</Payloads>
</Deployment>


Thanks

Unni G S

Votes

Translate

Translate

Report

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
New Here ,
Jun 20, 2011 Jun 20, 2011

Copy link to clipboard

Copied

Hello,

Thank you for your help.

Is it possible please to use INSTALLDIR property as an environment variable ? Otherwise, is there another solution to change default directory

when launching silently the MSI generated by the "Adobe Application Manager Enterprise Edition"

Because I need to make install directory configurable (hard drive can be C: D: E: ...,). It will not be known before installation.

Thank you in advance.

Best Regards,

Riadh

Votes

Translate

Translate

Report

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
New Here ,
Jun 21, 2011 Jun 21, 2011

Copy link to clipboard

Copied

Hello,

I have tested your proposal, I have precised another custom installation directory for the property INSTALLDIR

But the installer creates directory always under "C:\Program files\Adobe", it seems that it is still using the default directory.

Can you help ?

Thanks

Regards,

Riadh

Votes

Translate

Translate

Report

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
New Here ,
Jun 22, 2011 Jun 22, 2011

Copy link to clipboard

Copied

Hi,

Any news about this issue please ?

Thank you in advance.

Best regards,

Riadh

Votes

Translate

Translate

Report

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
New Here ,
Jul 11, 2011 Jul 11, 2011

Copy link to clipboard

Copied

LATEST

Hello,

Any news about this request please ?

Thank you in advance.

Best Regards,

Riadh

Votes

Translate

Translate

Report

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