Seite 1 von 1

Adobe Creative Suite 6

Verfasst: 18 Dez 2012, 14:04
von bobzbobz
Hello

I am trying to make a package with Adobe CS6, which i first customize with Adobe Application Manager, but the created .msi-file needs Admin-rights to run.

Have anyone had success with this?

Both

Code: Alles auswählen

[Winbatch_install]
msiexec /package "%ScriptPath%\Build\creativesuite6dwp.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /passive ALLUSERS=1 REBOOT=ReallySuppress
And

Code: Alles auswählen

[DosBatch_1]
msiexec /package "%ScriptPath%\Build\creativesuite6dwp.msi" /passive
Start the installer, but it just loads and then "rolls back" the installation.

I have also tried with parameters:
/a
/i

Best Regards,
Soren

Re: Adobe Creative Suite 6

Verfasst: 18 Dez 2012, 22:18
von tobias
Hi,

i Have no problems with Adobe CS6 (Master Collection & Design Standard)the only problems with the master collection is the Addonmanager after the main installation... the Addonmanager needs User interactions.... i found no way to disable that

try this command:
msiexec /i "%ScriptPath%\yoursetupmsi.msi"

Re: Adobe Creative Suite 6

Verfasst: 21 Dez 2012, 09:11
von bobzbobz
Hmm.. doesnt work either ;-/

Same result.

Did you also use Adobe Application Manager for making the .msi-file?

We use Creative Suite 6 Design & Web Premium.

Best Regards,
Soren

Re: Adobe Creative Suite 6

Verfasst: 21 Dez 2012, 09:25
von tobias
bobzbobz hat geschrieben:Hmm.. doesnt work either ;-/

Same result.

Did you also use Adobe Application Manager for making the .msi-file?

We use Creative Suite 6 Design & Web Premium.

Best Regards,
Soren
yes i used the Adobe Appliacation manager to create one MSI für x64 and one MSI for x86.

Re: Adobe Creative Suite 6

Verfasst: 02 Jan 2013, 13:16
von bobzbobz
I repackaged with Adobe Application Manager, and now it works.