MSFN Forum: Adoe Illustrator CS2 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Adoe Illustrator CS2 Rate Topic: -----

#1 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 07 May 2005 - 05:22 AM

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!


#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 08 May 2005 - 11:35 PM

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

Attached File(s)



#3 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 09 May 2005 - 06:03 AM

What does the autoit do?
can you please show the code, and when do i run it?

#4 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 09 May 2005 - 06:23 AM

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:

#5 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 09 May 2005 - 03:50 PM

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

#6 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 10 May 2005 - 01:59 PM

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)

#7 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 11 May 2005 - 02:17 PM

Try using an mst instead. :)

#8 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 11 May 2005 - 04:24 PM

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.

#9 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 11 May 2005 - 05:20 PM

Hi BoardBabe.

Read the information here:
http://www.msfn.org/board/index.php?showtopic=38802&hl=

:)

#10 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

  Posted 11 May 2005 - 06:07 PM

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

#11 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 11 May 2005 - 06:32 PM

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

I'll try to do it tomorrow. :)

#12 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 12 May 2005 - 01:35 AM

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

#13 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 12 May 2005 - 03:45 AM

*DELETE ME*

#14 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 12 May 2005 - 07:12 PM

*DELETE ME*

#15 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 12 May 2005 - 10:58 PM

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.

:)

Attached File(s)



#16 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 13 May 2005 - 03:53 AM

Thanks man! This is my first AutoIt script ever! :D

But some reading of documentation got me going.

#17 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 13 May 2005 - 04:01 AM

*DELETE ME*

#18 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 13 May 2005 - 05:22 PM

CRAP!

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 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 13 May 2005 - 10:32 PM

Try feeding the full address to msiexec.
Run('msiexec /i "' & @ScriptDir & '\AdobeIllustratorCS2.msi"')


#20 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 14 May 2005 - 10:11 AM

Thanks man, ill give that a try in Virtual Machine now.

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.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy