MSFN Forum: Photoshop 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
  • 9 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • You cannot start a new topic
  • You cannot reply to this topic

Photoshop CS2 remove activation screen on install Rate Topic: -----

#121 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 19 July 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:
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:
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

[EDIT]
Okay, I changed things a bit with the command script... Now it's:
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 :P 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. :P

This post has been edited by galvanocentric: 19 July 2005 - 05:44 PM



#122 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 19 July 2005 - 08:00 PM

galvanocentric, on Jul 19 2005, 05:11 PM, said:

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

[EDIT]
Okay, I changed things a bit with the command script... Now it's:
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 :P 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. :P
<{POST_SNAPBACK}>




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

#123 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 19 July 2005 - 10:04 PM

tresans, on Jul 19 2005, 08:00 PM, said:

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
<{POST_SNAPBACK}>


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.

#124 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 20 July 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

#125 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 20 July 2005 - 06:30 AM

tresans, on Jul 20 2005, 05:36 AM, said:

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
<{POST_SNAPBACK}>


I have no idea. So far I haven't been able to get activation to work. :blushing:

#126 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 20 July 2005 - 06:59 AM

What I did,

make cmd file:
@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: 20 July 2005 - 06:59 AM


#127 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 20 July 2005 - 07:00 AM

tresans, on Jul 20 2005, 06:59 AM, said:

What I did,

make cmd file:
@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??
<{POST_SNAPBACK}>


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: 20 July 2005 - 07:01 AM


#128 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 20 July 2005 - 07:34 AM

galvanocentric, on Jul 20 2005, 07:00 AM, said:

tresans, on Jul 20 2005, 06:59 AM, said:

What I did,

make cmd file:
@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??
<{POST_SNAPBACK}>


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


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 :)
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 :) and also we are going to solve this problem today I hope,I am brainstorming with it.

This post has been edited by tresans: 20 July 2005 - 07:37 AM


#129 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 20 July 2005 - 09:26 AM

tresans, on Jul 20 2005, 07:34 AM, said:

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 :)
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  :) and also we are going to solve this problem today I hope,I am brainstorming with it.
<{POST_SNAPBACK}>


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.

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: 20 July 2005 - 09:26 AM


#130 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 20 July 2005 - 01:05 PM

galvanocentric, on Jul 20 2005, 09:26 AM, said:

tresans, on Jul 20 2005, 07:34 AM, said:

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 :)
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  :) and also we are going to solve this problem today I hope,I am brainstorming with it.
<{POST_SNAPBACK}>


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.

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

<{POST_SNAPBACK}>



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

This post has been edited by tresans: 20 July 2005 - 01:05 PM


#131 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 20 July 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

#132 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 20 July 2005 - 01:30 PM

tresans, on Jul 20 2005, 01:11 PM, said:

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
<{POST_SNAPBACK}>


Sorry hun, it's only for the machine you created it on. :(

#133 User is offline   Raizor 

  • Group: Members
  • Posts: 3
  • Joined: 25-July 05

Posted 25 July 2005 - 05:43 AM

galvanocentric, on Jul 21 2005, 02:26 AM, said:

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

<{POST_SNAPBACK}>


how would i go about implementing this into my batch file? Thanx

#134 User is offline   bt1210 

  • Group: Members
  • Posts: 1
  • Joined: 10-March 05

Posted 26 July 2005 - 07:43 AM

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

#135 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 01 August 2005 - 12:36 PM

Astalavista, on Apr 30 2005, 12:03 PM, said:

using autoit for activation is impossible!

Adobe knows about Autoit

when the corp edition comes out no need to activate.
<{POST_SNAPBACK}>


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!

#136 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 04 August 2005 - 01:02 AM

Discussion Removed.

This post has been edited by blinkdt: 16 February 2006 - 02:27 PM


#137 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 04 August 2005 - 02:37 AM

blinkdt, on Aug 4 2005, 05:32 PM, said:

hohner, on Aug 1 2005, 12:36 PM, said:

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!
<{POST_SNAPBACK}>


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?
<{POST_SNAPBACK}>


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: 04 August 2005 - 02:39 AM


#138 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 07 August 2005 - 11:50 PM

Discussion Removed.

This post has been edited by blinkdt: 16 February 2006 - 02:28 PM


#139 User is offline   scuzzy47 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 03-August 05

Posted 10 August 2005 - 04:01 PM

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

#140 User is offline   scuzzy47 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 03-August 05

Posted 11 August 2005 - 04:38 PM

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

Attached File(s)


This post has been edited by scuzzy47: 11 August 2005 - 06:05 PM


Share this topic:


  • 9 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • 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