May 7, 200521 yr 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!
May 9, 200521 yr I use a combination of autoit and Abcpy.ini;***************************************************************;OEM Installation Options;***************************************************************[OEM Install]DisplayWelcomeDlg=NODisplayEULA=NODisplayXPDialog=NODisplayTypeOfInstallDlg=NODisplaySelectDestDirDlg=NODisplayCustomDlg=NODisplayUserInfoDlg=NODisplayConfirmRegDlg=NODisplayStartCopyDlg=NODisplayFinishDlg=NODisplayFinalMessage=NODisplayRebootDlg=NOProgGroupName=DefaultDestDir=FName=_______LName=_______MI=UserCompanyName=_________UserSerialNumber=000000000000000000000000DisplayBackGround=no DisplayProgressBar=noProgressBarStart=noProgressBarEnd=noAutoIT.exe
May 9, 200521 yr 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}')EndIfThough, 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.
May 9, 200521 yr 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....
May 10, 200521 yr 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)
May 11, 200521 yr Author I dont know what an .mst is Can you please explain to me? 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.
May 11, 200521 yr Hi BoardBabe.Read the information here:http://www.msfn.org/board/index.php?showtopic=38802&hl=
May 12, 200521 yr 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...
May 12, 200521 yr That message is normal. Only a few msi's support hiding dialogs (mostly Wise msi's).I'll try to do it tomorrow.
May 12, 200521 yr Author Thanks man. I did sure not make it work 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).
May 13, 200521 yr 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