Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Adoe Illustrator CS2

Featured Replies

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!

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

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:

  • Author

I don't have a setup.exe, only an "adobe illustrator cs2.msi" and it gives me an error when i silently install it, but not when i double click the .msi. Weird....

  • Author

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)

  • Author

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.

  • Author

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...

That message is normal. Only a few msi's support hiding dialogs (mostly Wise msi's).

I'll try to do it tomorrow. :)

  • Author

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).

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.