MSFN Forum: Adobe Illustrator CS (11) pop ups - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adobe Illustrator CS (11) pop ups Rate Topic: -----

#1 User is offline   Doogal 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 01-January 05

Posted 01 January 2005 - 09:19 PM

Hi,
After taking a long time searching through any posts i could find on getting this to silently install i am still having a bit of a problem...

Everything seems to be running along nicely, there is nothing for me to do with the setup apart from there are 2 pop ups that are still getting through... one that informs me that if i would like to avoid rebooting then i should shut down any adobe products that comes up at the beginning and the second just about at the end where i am told something about downloading quicktime.

Really want rid of these :(

Anyone got any ideas?


#2 User is offline   Astalavista 

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

Posted 01 January 2005 - 09:24 PM

search for adobe photoshop cs silent install

use the same method enough said

#3 User is offline   Doogal 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 01-January 05

Posted 01 January 2005 - 11:17 PM

Hi,
Tried using that method, it works great with my photoshop install but still getting the 2 pop ups with Illustrator, i have noticed that the abcpy.ini file with illustrator has a lot less information in it, is it possible that copying all the information across would do the trick?

#4 User is offline   Astalavista 

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

Posted 01 January 2005 - 11:30 PM

what pop are u talking about I just install illustrator now and i dont get any pop up.

take a snap shot and upload it to www.imagevenue.com

the post the picture here.

#5 User is offline   Doogal 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 01-January 05

Posted 02 January 2005 - 12:09 AM

Pop 1

Posted Image

Pop 2

Posted Image

is this any good?

#6 User is offline   Astalavista 

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

Posted 02 January 2005 - 12:25 AM

I think u are not doing the process correctly.

i dont know what method u are using.

try this one
Repackage this software was a similar experience with Photoshop CS. I only wish Adobe can provide GPO deployable MSI installer in the future.

1. Launch a clean XP image from Microsoft Virtual PC.

2. Launch InsteallShield Repackager from a network share, and follow the standard procedures to capture the software.

3. Go through the captured information and exclude information that you do not want to be part of the package. The entire HKCU can be excluded. Note: I also have to exclude the Adobe Gamma and Adobe Illustrator (found in the program files folder) shortcuts in order to get it to build.

4. Before shutting down the Virtual PC, export following keys to a file and save it to the host machine. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91A4AD99-69CE-4745-97B7-0E0DFBECFDE5}

5. Open Standard.nic from a text editor. Add following registry keys from step 4 to the end of file.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91A4AD99-69CE-4745-97B7-0E0DFBECFDE5}]
"RegCompany"="XXXX"
"RegOwner"="XXXXX"
"Serial"="XXXXX"

6. Open the repackager project file.

7. Compile the MSI file and test it on a clean [virtual] machine. Make sure that both installation and uninstallation work without any problems.


#7 User is offline   Doogal 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 01-January 05

Posted 02 January 2005 - 12:31 AM

Okay,
I will take another look at it and tell you what comes up :)

#8 User is offline   bigvax 

  • Group: Members
  • Posts: 3
  • Joined: 12-December 04

Posted 05 January 2005 - 08:59 PM

My Way:

abcpy.ini
[MAIN]
Product=Adobe Illustrator 11

[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
DisplayBackGround=NO
ProgGroupName=
DefaultDestDir=
UserName=-
UserCompanyName=-
UserSerialNumber=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DisplayProgressBar=YES
ProgressBarStart=
ProgressBarEnd=


My Starting Script for AutoIT (http://www.hiddensoft.com/autoit3/

aisetup.au3
;Script to install Adobe Illustrator silently

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


run this - its all right ;)

#9 User is offline   Astalavista 

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

Posted 06 January 2005 - 10:21 PM

what about activation?

#10 User is offline   bigvax 

  • Group: Members
  • Posts: 3
  • Joined: 12-December 04

Posted 08 January 2005 - 10:24 PM

Astalavista, on Jan 6 2005, 10:21 PM, said:

what about activation?

My version of product - AI CS CE - don't required activation :)

#11 User is offline   Astalavista 

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

Posted 10 January 2005 - 05:44 AM

I just got my hands on a Adobe Illustrator CS 11

All i did was use the

setup.iss

used setup.exe /S

and no pop ups

wasn't mine so deleted it right away.

#12 User is offline   bigvax 

  • Group: Members
  • Posts: 3
  • Joined: 12-December 04

Posted 10 January 2005 - 02:48 PM

Astalavista, on Jan 10 2005, 03:44 PM, said:

used setup.exe /S
and no pop ups

It means that for you:
1. is not disabled System Restore
2. is installed QuickTime

My AutoIT script adequately handles the given situation - it uses IF for check of this pop-up windows...

:)

Share this topic:


Page 1 of 1
  • 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