Adoe Illustrator CS2
#1
Posted 07 May 2005 - 05:22 AM
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!
#2
Posted 08 May 2005 - 11:35 PM
;*************************************************************** ;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
Attached File(s)
-
AutoIT.exe (118.45K)
Number of downloads: 116
#3
Posted 09 May 2005 - 06:03 AM
can you please show the code, and when do i run it?
#4
Posted 09 May 2005 - 06:23 AM
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.
#5
Posted 09 May 2005 - 03:50 PM
#6
Posted 10 May 2005 - 01:59 PM
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)
#8
Posted 11 May 2005 - 04:24 PM
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.
#9
Posted 11 May 2005 - 05:20 PM
#10
Posted 11 May 2005 - 06:07 PM
#11
Posted 11 May 2005 - 06:32 PM
I'll try to do it tomorrow.
#12
Posted 12 May 2005 - 01:35 AM
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).
#15
Posted 12 May 2005 - 10:58 PM
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.
Attached File(s)
-
Illustrator_CS2.html (7.65K)
Number of downloads: 153
#16
Posted 13 May 2005 - 03:53 AM
But some reading of documentation got me going.
#18
Posted 13 May 2005 - 05:22 PM
It did'nt work!
WHY IS IT SO HARD INSTALLING THIS PROGRAM
The autoit posted on previous post only gave an error when i tested the unattend in virtual machine. I ran the Setup.exe (autoit) with no switches, and i got an error I cant recall corectly, but something with invalid installer handle or something similar. It didnt launch the setup.msi or continue the setup script
#19
Posted 13 May 2005 - 10:32 PM
Run('msiexec /i "' & @ScriptDir & '\AdobeIllustratorCS2.msi"')
#20
Posted 14 May 2005 - 10:11 AM
Path is on %CDROM% so that might just be it... And maybe log? You think I need to specify a log path? Like on llustrator 11 CS I had to run the Setup.exe and specify where to put the log file, since it runs from CDROM and not HARDDRIVE.
- ← editplus2 switc&silent install
- Application Installs
- Silent Install for McAfee Desktop Firewall 8.0 →



Help


Back to top








