IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

9 Pages V  « < 5 6 7 8 9 >  
Reply to this topicStart new topic
> Photoshop CS2, remove activation screen on install
galvanocentric
post Jul 19 2005, 05:11 PM
Post #121


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



Based on information gathered haphazardly from all over the place in this lengthy thread it looks like all you need for a "full" (skipping Stock Photos, of course) installation of Photoshop CS 2 is a batch file with the following commands:
CODE
cmdow @ /HID
@echo off

copy B2B86000.dat "%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses" /y
reg import activation.reg

start /wait "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXX"
start /wait "bridge\Adobe Bridge 1.0.msi" /qb
start /wait "commonfilesinstaller\Adobe Common File Installer.msi" /qb
start /wait "help center\Adobe Help Center 1.0.msi" /qb

exit


A dat file containing your activation data in the same folder as your command script

And a reg file containing the following:
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]
"ActivationReminder"=dword:42dc7ac0
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001




Is this pretty much a summary of whatever the devil y'all have came up with after twelve pages of reading? thumbup.gif

[EDIT]
Okay, I changed things a bit with the command script... Now it's:
CODE
cmdow @ /HID
@echo off

msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXX"
msiexec /i "bridge\Adobe Bridge 1.0.msi" /qb
msiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qb
msiexec /i "help center\Adobe Help Center 1.0.msi" /qb

exit


Copying the activation file over and running the reg import bit didn't seem to do shinola tongue.gif so I happily exorcised it... Plus I had to change a few bits, use msiexec...
Everything should run smoothly, just remember to use the modified MSI so Activation doesn't open after the installation end. Then when you first load Photoshop you'll just have to click thru registration and activation... I didn't want to remove registration because I like registering my products. Unless you're doing something illegal and have something to hide (remember... if a million people say "Adobe can afford my using pirating copies..." Adobe won't make any money, ick, then we don't get CS3) you should be fine with that. tongue.gif

This post has been edited by galvanocentric: Jul 19 2005, 05:44 PM
Go to the top of the page
 
+Quote Post
tresans
post Jul 19 2005, 08:00 PM
Post #122


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


QUOTE (galvanocentric @ Jul 19 2005, 05:11 PM)
Based on information gathered haphazardly from all over the place in this lengthy thread it looks like all you need for a "full" (skipping Stock Photos, of course) installation of Photoshop CS 2 is a batch file with the following commands:
CODE
cmdow @ /HID
@echo off

copy B2B86000.dat "%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses" /y
reg import activation.reg

start /wait "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXX"
start /wait "bridge\Adobe Bridge 1.0.msi" /qb
start /wait "commonfilesinstaller\Adobe Common File Installer.msi" /qb
start /wait "help center\Adobe Help Center 1.0.msi" /qb

exit


A dat file containing your activation data in the same folder as your command script

And a reg file containing the following:
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]
"ActivationReminder"=dword:42dc7ac0
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001




Is this pretty much a summary of whatever the devil y'all have came up with after twelve pages of reading? thumbup.gif

[EDIT]
Okay, I changed things a bit with the command script... Now it's:
CODE
cmdow @ /HID
@echo off

msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXX"
msiexec /i "bridge\Adobe Bridge 1.0.msi" /qb
msiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qb
msiexec /i "help center\Adobe Help Center 1.0.msi" /qb

exit


Copying the activation file over and running the reg import bit didn't seem to do shinola tongue.gif so I happily exorcised it... Plus I had to change a few bits, use msiexec...
Everything should run smoothly, just remember to use the modified MSI so Activation doesn't open after the installation end. Then when you first load Photoshop you'll just have to click thru registration and activation... I didn't want to remove registration because I like registering my products. Unless you're doing something illegal and have something to hide (remember... if a million people say "Adobe can afford my using pirating copies..." Adobe won't make any money, ick, then we don't get CS3) you should be fine with that. tongue.gif
*




Hi,

I have tried this method the only problem is you need to open CS2 1 time to make a folder Adobe System and Product License ,am I right cuase Im trying it a several hours but it doesnt make a folder in your apllication folder after you installed only after you execute CS2 1 time,and yes Im using the modded msi

My question what is the command to make a folder in cmd (like "make folder Adobe System.xxx) I do not know a extension for a folder.If we could make it this problem is solved..

Just try deinstalling CS2 and also deinstall the activation (so skip transfer) and look what the program does after installation look if there is a folder whit Adobe system and Product License.

Regards

ps:sry 4 my English
Go to the top of the page
 
+Quote Post
galvanocentric
post Jul 19 2005, 10:04 PM
Post #123


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



QUOTE (tresans @ Jul 19 2005, 08:00 PM)
Hi,

I have tried this method the only problem is you need to open CS2 1 time to make a folder Adobe System and Product License  ,am I right cuase Im trying it a several hours but it doesnt make a folder in your apllication folder after you installed only after you execute CS2 1 time,and yes Im using the modded msi

My question what is the command to make a folder in cmd (like "make folder Adobe System.xxx) I do not know a extension for a folder.If we could make it this problem  is solved..

Just try deinstalling CS2 and also deinstall the activation (so skip transfer) and look what the program does after installation look if there is a folder whit Adobe system and Product License.

Regards

ps:sry 4 my English
*


No idea what folder you're referring to but I haven't had an issue yet so I can't really help you. Everything just... works.
Go to the top of the page
 
+Quote Post
tresans
post Jul 20 2005, 05:36 AM
Post #124


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


Hi,

@Galvanocentric,this is the folder inside C:\Documents and Settings\All Users\Application Data\"Adobe Systems\Product licenses" ,these last 2 folders are being created if you install CS2 and open this program once you see the activation screen inside the CS2 then these folders are being created.

Question how can I make empty folders with cmd so I can create these 2 folders and paste my B2B86000.dat inside it before I install it?


Regards
ps If i copy paste it works flawlessly
Go to the top of the page
 
+Quote Post
galvanocentric
post Jul 20 2005, 06:30 AM
Post #125


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



QUOTE (tresans @ Jul 20 2005, 05:36 AM)
Hi,

@Galvanocentric,this is the folder inside C:\Documents and Settings\All Users\Application Data\"Adobe Systems\Product licenses" ,these last 2 folders are being created if you install CS2 and open this program once you see the activation screen inside the CS2 then these folders are being created.

Question how can I make empty folders with cmd so I can create these 2 folders and paste my B2B86000.dat inside it before I install it?


Regards
ps If i copy paste it works flawlessly
*


I have no idea. So far I haven't been able to get activation to work. blushing.gif
Go to the top of the page
 
+Quote Post
tresans
post Jul 20 2005, 06:59 AM
Post #126


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


What I did,

make cmd file:
CODE
@Echo off
Echo Photoshop CS2 (v9.0)
Echo Een ogenblik geduld

REGEDIT /S %systemdrive%\Install\Apps\Adobe\activation.reg
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\adobephotoshopcs2.msi /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="xxxxxxxxxxxxxxxxxxxx"
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\bridge\AdobeBridge.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\commonfilesinstaller\AdobeCommonFileInstaller /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\helpcenter\AdobeHelpCenter.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\stockphotography\AdobeStockPhotos.msi /qb
COPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses"

exit



make register file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]
"ActivationReminder"=dword:42dc7ac0
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001

Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.dat

Now you can Install it silently,but without B2B86000.dat inside the folder cause you must execute CS2 1 time and then copy/paste your .dat file.

Regards


@someone: how to make a folder with a command prompt??

This post has been edited by tresans: Jul 20 2005, 06:59 AM
Go to the top of the page
 
+Quote Post
galvanocentric
post Jul 20 2005, 07:00 AM
Post #127


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



QUOTE (tresans @ Jul 20 2005, 06:59 AM)
What I did,

make cmd file:
CODE
@Echo off
Echo Photoshop CS2 (v9.0)
Echo Een ogenblik geduld

REGEDIT /S %systemdrive%\Install\Apps\Adobe\activation.reg
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\adobephotoshopcs2.msi /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="xxxxxxxxxxxxxxxxxxxx"
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\bridge\AdobeBridge.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\commonfilesinstaller\AdobeCommonFileInstaller /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\helpcenter\AdobeHelpCenter.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\stockphotography\AdobeStockPhotos.msi /qb
COPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses"

exit



make register file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]
"ActivationReminder"=dword:42dc7ac0
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001

Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.dat

Now you can Install it silently,but without B2B86000.dat inside the folder cause you must execute CS2 1 time and then copy/paste your .dat file.

Regards


@someone: how to make a folder with a command prompt??
*


Inside the command prompt you need the mkdir command. Does that help?
I like where you're going with this...

This post has been edited by galvanocentric: Jul 20 2005, 07:01 AM
Go to the top of the page
 
+Quote Post
tresans
post Jul 20 2005, 07:34 AM
Post #128


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


QUOTE (galvanocentric @ Jul 20 2005, 07:00 AM)
QUOTE (tresans @ Jul 20 2005, 06:59 AM)
What I did,

make cmd file:
CODE
@Echo off
Echo Photoshop CS2 (v9.0)
Echo Een ogenblik geduld

REGEDIT /S %systemdrive%\Install\Apps\Adobe\activation.reg
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\adobephotoshopcs2.msi /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="xxxxxxxxxxxxxxxxxxxx"
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\bridge\AdobeBridge.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\commonfilesinstaller\AdobeCommonFileInstaller /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\helpcenter\AdobeHelpCenter.msi /qb
%systemdrive%\Install\Apps\Adobe\PhotoshopCS2\stockphotography\AdobeStockPhotos.msi /qb
COPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses"

exit



make register file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]
"ActivationReminder"=dword:42dc7ac0
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001

Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.dat

Now you can Install it silently,but without B2B86000.dat inside the folder cause you must execute CS2 1 time and then copy/paste your .dat file.

Regards


@someone: how to make a folder with a command prompt??
*


Inside the command prompt you need the mkdir command. Does that help?
I like where you're going with this...
*



Hi,

My point is to make a folder inside %systemdrive%\Documents and Settings\All Users\Application Data to paste the folder AdobeSystems\product lisences\B2B86000.dat before I execute CS2 the first time.
If we can do this we can close this topic smile.gif
and I used command MKDIR but this is making folders inside the point were you directed to and makes a folder "Documents" "and" "Settings" etc etc.
can I not copy/paste a folder like "Adobe Systems\Product lisences\B2B86000.dat ,thus this folder with the folder and .dat inside it copying to the directory?
Then we are ready.

regards

ps:must go to work now I am back in 6 hours smile.gif and also we are going to solve this problem today I hope,I am brainstorming with it.

This post has been edited by tresans: Jul 20 2005, 07:37 AM
Go to the top of the page
 
+Quote Post
galvanocentric
post Jul 20 2005, 09:26 AM
Post #129


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



QUOTE (tresans @ Jul 20 2005, 07:34 AM)
Hi,

My point is to make a  folder inside %systemdrive%\Documents and Settings\All Users\Application Data to paste the folder AdobeSystems\product lisences\B2B86000.dat before I execute CS2 the first time.
If we can do this we can close this topic smile.gif
and I used command MKDIR but this is making folders inside the point were you directed to and makes a folder "Documents" "and" "Settings" etc etc.
can I not copy/paste a folder like "Adobe Systems\Product lisences\B2B86000.dat ,thus this folder with the folder and .dat inside it copying to the directory?
Then we are ready.

regards

ps:must go to work now I am back in 6 hours  smile.gif and also we are going to solve this problem today I hope,I am brainstorming with it.
*


Okay, I think I've got it... Apparently copy wasn't creating the directory structure properly so I first moved the DAT file to Application Data, then created the subdirs, then moved the DAT file to Product Licenses.

CODE
cmdow @ /HID
@echo off

regedit /S alreadyregged.reg

msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"
msiexec /i "bridge\Adobe Bridge 1.0.msi" /qb
msiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qb
msiexec /i "help center\Adobe Help Center 1.0.msi" /qb
copy B2B86000.dat "%ALLUSERSPROFILE%\Application Data"
cd "%ALLUSERSPROFILE%\Application Data"
mkdir "Adobe Systems\Product Licenses"
move B2B86000.dat "Adobe Systems\Product Licenses"

exit


This post has been edited by galvanocentric: Jul 20 2005, 09:26 AM
Go to the top of the page
 
+Quote Post
tresans
post Jul 20 2005, 01:05 PM
Post #130


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


QUOTE (galvanocentric @ Jul 20 2005, 09:26 AM)
QUOTE (tresans @ Jul 20 2005, 07:34 AM)
Hi,

My point is to make a  folder inside %systemdrive%\Documents and Settings\All Users\Application Data to paste the folder AdobeSystems\product lisences\B2B86000.dat before I execute CS2 the first time.
If we can do this we can close this topic smile.gif
and I used command MKDIR but this is making folders inside the point were you directed to and makes a folder "Documents" "and" "Settings" etc etc.
can I not copy/paste a folder like "Adobe Systems\Product lisences\B2B86000.dat ,thus this folder with the folder and .dat inside it copying to the directory?
Then we are ready.

regards

ps:must go to work now I am back in 6 hours  smile.gif and also we are going to solve this problem today I hope,I am brainstorming with it.
*


Okay, I think I've got it... Apparently copy wasn't creating the directory structure properly so I first moved the DAT file to Application Data, then created the subdirs, then moved the DAT file to Product Licenses.

CODE
cmdow @ /HID
@echo off

regedit /S alreadyregged.reg

msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"
msiexec /i "bridge\Adobe Bridge 1.0.msi" /qb
msiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qb
msiexec /i "help center\Adobe Help Center 1.0.msi" /qb
copy B2B86000.dat "%ALLUSERSPROFILE%\Application Data"
cd "%ALLUSERSPROFILE%\Application Data"
mkdir "Adobe Systems\Product Licenses"
move B2B86000.dat "Adobe Systems\Product Licenses"

exit

*




That was my piont m8,great,now its fully Unattended
Im glad it works thumbup.gif thumbup.gif

This post has been edited by tresans: Jul 20 2005, 01:05 PM
Go to the top of the page
 
+Quote Post
tresans
post Jul 20 2005, 01:11 PM
Post #131


Junior
*

Group: Members
Posts: 68
Joined: 25-March 05
Member No.: 49249
Country Flag


My last question,

Can I use this Unattended CS2 on another machine or is the B2B86000.dat only on the machine where it was installed?

Regards
Go to the top of the page
 
+Quote Post
galvanocentric
post Jul 20 2005, 01:30 PM
Post #132


Junior
*

Group: Members
Posts: 80
Joined: 31-August 04
Member No.: 29558



QUOTE (tresans @ Jul 20 2005, 01:11 PM)
My last question,

Can I use this Unattended CS2 on another machine or is the B2B86000.dat only on the machine where it was installed?

Regards
*


Sorry hun, it's only for the machine you created it on. sad.gif
Go to the top of the page
 
+Quote Post
Raizor
post Jul 25 2005, 05:43 AM
Post #133





Group: Members
Posts: 3
Joined: 25-July 05
Member No.: 65848
Country Flag


QUOTE (galvanocentric @ Jul 21 2005, 02:26 AM)
CODE
cmdow @ /HID
@echo off

regedit /S alreadyregged.reg

msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"
msiexec /i "bridge\Adobe Bridge 1.0.msi" /qb
msiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qb
msiexec /i "help center\Adobe Help Center 1.0.msi" /qb
copy B2B86000.dat "%ALLUSERSPROFILE%\Application Data"
cd "%ALLUSERSPROFILE%\Application Data"
mkdir "Adobe Systems\Product Licenses"
move B2B86000.dat "Adobe Systems\Product Licenses"

exit

*


how would i go about implementing this into my batch file? Thanx
Go to the top of the page
 
+Quote Post
bt1210
post Jul 26 2005, 07:43 AM
Post #134





Group: Members
Posts: 1
Joined: 10-March 05
Member No.: 47151
Country Flag


sorry if i'm missing this, & my unattended install is fine, but how easy is it to remove the updater prompt/welcome screen when you first start CS 2? Thanks smile.gif
Go to the top of the page
 
+Quote Post
hohner
post Aug 1 2005, 12:36 PM
Post #135


Junior
*

Group: Members
Posts: 88
Joined: 8-March 05
Member No.: 46955
Country Flag


QUOTE (Astalavista @ Apr 30 2005, 12:03 PM)
using autoit for activation is impossible!

Adobe knows about Autoit

when the corp edition comes out no need to activate.
*


This is not true, I have written an AutoIt script myself which Unattendedly installs AND activates Adobe Photoshop CS2. It's not that hard, you just need to read the AutoIt manual.
Not only that, but it will aslo work on any pc!
Go to the top of the page
 
+Quote Post
blinkdt
post Aug 4 2005, 01:02 AM
Post #136


Somewhat Knowledgeable
Group Icon

Group: Supreme Sponsors
Posts: 580
Joined: 30-September 03
From: Fox Valley, WI
Member No.: 7533
OS: Vista Business x64
Country Flag


Discussion Removed.

This post has been edited by blinkdt: Feb 16 2006, 02:27 PM
Go to the top of the page
 
+Quote Post
hohner
post Aug 4 2005, 02:37 AM
Post #137


Junior
*

Group: Members
Posts: 88
Joined: 8-March 05
Member No.: 46955
Country Flag


QUOTE (blinkdt @ Aug 4 2005, 05:32 PM)
QUOTE (hohner @ Aug 1 2005, 12:36 PM)
This is not true, I have written an AutoIt script myself which Unattendedly installs AND activates Adobe Photoshop CS2. It's not that hard, you just need to read the AutoIt manual.
Not only that, but it will aslo work on any pc!
*


Yeah, check page 10 of this thread, been there and done that. Does your AutoIt routine rely on a generator and/or care to share your script?
*



Of course it doesn't rely on a generator, you don't know the rules of the forum?? Mine can only be used providing you have activated legally on that machine first. Then I simply transfer the activation details by using the ControlSetText command.
I won't post my script yet, discovered it is still buggy. For some reason it will hang on the last screen of setup where you are asked whether or not to view readme - during a windows test it works fine, during setup test it hangs.

This post has been edited by hohner: Aug 4 2005, 02:39 AM
Go to the top of the page
 
+Quote Post
blinkdt
post Aug 7 2005, 11:50 PM
Post #138


Somewhat Knowledgeable
Group Icon

Group: Supreme Sponsors
Posts: 580
Joined: 30-September 03
From: Fox Valley, WI
Member No.: 7533
OS: Vista Business x64
Country Flag


Discussion Removed.

This post has been edited by blinkdt: Feb 16 2006, 02:28 PM
Go to the top of the page
 
+Quote Post
scuzzy47
post Aug 10 2005, 04:01 PM
Post #139


Newbie


Group: Members
Posts: 37
Joined: 3-August 05
From: Merchtem, Belgium
Member No.: 67195
Country Flag


I've been working on a script with AutoHotKey, kinda like autoscript, just easier to work with imo...
Here everything also works perfect, but I can't get it to wait for the last screen to click, it just clicks too early so it doesn't close, if I find the solution, I'll prolly post my script... Grtz
Go to the top of the page
 
+Quote Post
scuzzy47
post Aug 11 2005, 04:38 PM
Post #140


Newbie


Group: Members
Posts: 37
Joined: 3-August 05
From: Merchtem, Belgium
Member No.: 67195
Country Flag


As I said in the previous post, I was working on this AutoIt script for the newest adobe (Adobe Photoshop CS2 9.0) and I'm finally finished...
It auto installs, registers and activates Photoshop, in other words : fully unattended...
I took the liberty to inspire myself on previous creations.
You can use AutoIt v3.0 to compile it, any remarks are welcome, grtz...

EDITED

This post has been edited by scuzzy47: Aug 11 2005, 06:05 PM
Attached File(s)
Attached File  Adobephotoshop1.au3 ( 3.8K ) Number of downloads: 320
 
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

9 Pages V  « < 5 6 7 8 9 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 11:31 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy