Adobe Creative Suite 6

Antworten
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Adobe Creative Suite 6

Beitrag 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
Benutzeravatar
tobias
Beiträge: 1291
Registriert: 20 Aug 2008, 12:36
Wohnort: Braunschweig
Kontaktdaten:

Re: Adobe Creative Suite 6

Beitrag 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"
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Adobe Creative Suite 6

Beitrag 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
Benutzeravatar
tobias
Beiträge: 1291
Registriert: 20 Aug 2008, 12:36
Wohnort: Braunschweig
Kontaktdaten:

Re: Adobe Creative Suite 6

Beitrag 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.
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Adobe Creative Suite 6

Beitrag von bobzbobz »

I repackaged with Adobe Application Manager, and now it works.
Antworten