Jump to content

Adoe Illustrator CS2


Recommended Posts

Anyone successfully installed this?

I have bought the whole creative suit, and my goal is to include some of this package to my UA DVD. I can't get illustrator to install, it says "XXXX-XXXX-XXXX-XXXX-XXX error". when i try install it. with the /qb switch on the .msi.s I have double checked the CD key, its correct!

Link to comment
Share on other sites


I use a combination of autoit and Abcpy.ini

;***************************************************************
;OEM Installation Options
;***************************************************************
[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
ProgGroupName=
DefaultDestDir=
FName=_______
LName=_______
MI=
UserCompanyName=_________
UserSerialNumber=000000000000000000000000
DisplayBackGround=no
DisplayProgressBar=no
ProgressBarStart=no
ProgressBarEnd=no

AutoIT.exe

Link to comment
Share on other sites

Code for you, BoardBabe.

AutoItSetOption("WinTitleMatchMode", 1)
Run("setup.exe")
; Suppres Dialog - "To avoid restarting your system after installation..."
If WinWait("Adobe Illustrator CS Setup", "To avoid restarting your system", 30)  Then
  WinActivate("Adobe Illustrator CS Setup", "To avoid restarting your system")
  Send('{ENTER}')
EndIf

; Suppres Dialog - "QuickTime 6 is required..."
If WinWait("Adobe Illustrator CS Setup", "QuickTime 6 is required ", 90)  Then
  WinActivate("Adobe Illustrator CS Setup", "QuickTime 6 is required ")
  Send('{ENTER}')
EndIf

Though, I would expect a silent switch to be used, or more windows to process ? It would start the setup.exe for you. I do not know the Adobe installer, so cannot answer fully to it's usage. :blink:

Link to comment
Share on other sites

Hm think i've tried it all now and out of ideas, anyone got a clue why the silent install is not accepting my product key? (outputs it as an error).

I find this so strange, as it is NO PROBLEM if i run the install with the .msi normally in windows. (all info filled in from abcpy.ini correctly)

Link to comment
Share on other sites

I dont know what an .mst is :) Can you please explain to me? :D

I'd really appriciate some help here, as this is the last thing on my UACD before i can call it a final and write it to a DVD. This last app is giving me problems installing, and for days i havent figured out anything yet on how to solve it :(

Except maybe autoit? but ive never used that.

Link to comment
Share on other sites

That was not successfull. I get a message that the installer does not support hiding of dialogs. After i have made the .mst and the shortcut It only opens the installer where i have to click next and so on...

Link to comment
Share on other sites

Thanks man. I did sure not make it work :P

It only started the installer like if I had manually clicked the .msi installer myself. Although when I came to the registration window it had already filled in info (not from abcpy.ini).

Link to comment
Share on other sites

I am impressed BoardBabe. Very nice to know someone with good Autoit skills. ;)

Windows do not need to be active for Control*() functions though.

I have changed alittle of your script to reflect on how I would handle it. This will give you another view of how it can be done.

:)

Illustrator_CS2.html

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...