galvanocentric Posted July 19, 2005 Posted July 19, 2005 (edited) 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 offcopy B2B86000.dat "%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses" /yreg import activation.regstart /wait "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXX"start /wait "bridge\Adobe Bridge 1.0.msi" /qbstart /wait "commonfilesinstaller\Adobe Common File Installer.msi" /qbstart /wait "help center\Adobe Help Center 1.0.msi" /qbexitA dat file containing your activation data in the same folder as your command scriptAnd 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:00000001Is this pretty much a summary of whatever the devil y'all have came up with after twelve pages of reading? [EDIT]Okay, I changed things a bit with the command script... Now it's:cmdow @ /HID@echo offmsiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXX"msiexec /i "bridge\Adobe Bridge 1.0.msi" /qbmsiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qbmsiexec /i "help center\Adobe Help Center 1.0.msi" /qbexitCopying the activation file over and running the reg import bit didn't seem to do shinola 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. Edited July 19, 2005 by galvanocentric
tresans Posted July 20, 2005 Posted July 20, 2005 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 offcopy B2B86000.dat "%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses" /yreg import activation.regstart /wait "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXX"start /wait "bridge\Adobe Bridge 1.0.msi" /qbstart /wait "commonfilesinstaller\Adobe Common File Installer.msi" /qbstart /wait "help center\Adobe Help Center 1.0.msi" /qbexitA dat file containing your activation data in the same folder as your command scriptAnd 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:00000001Is this pretty much a summary of whatever the devil y'all have came up with after twelve pages of reading? [EDIT]Okay, I changed things a bit with the command script... Now it's:cmdow @ /HID@echo offmsiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXX"msiexec /i "bridge\Adobe Bridge 1.0.msi" /qbmsiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qbmsiexec /i "help center\Adobe Help Center 1.0.msi" /qbexitCopying the activation file over and running the reg import bit didn't seem to do shinola 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. <{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 msiMy 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.Regardsps:sry 4 my English
galvanocentric Posted July 20, 2005 Posted July 20, 2005 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 msiMy 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.Regardsps: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.
tresans Posted July 20, 2005 Posted July 20, 2005 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?Regardsps If i copy paste it works flawlessly
galvanocentric Posted July 20, 2005 Posted July 20, 2005 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?Regardsps 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.
tresans Posted July 20, 2005 Posted July 20, 2005 (edited) What I did,make cmd file:@Echo offEcho Photoshop CS2 (v9.0)Echo Een ogenblik geduldREGEDIT /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 /qbCOPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses" exitmake register fileWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]"ActivationReminder"=dword:42dc7ac0"ActivationType"=dword:00000002"ActivationStatus"=dword:00000001Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.datNow 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?? Edited July 20, 2005 by tresans
galvanocentric Posted July 20, 2005 Posted July 20, 2005 (edited) What I did,make cmd file:@Echo offEcho Photoshop CS2 (v9.0)Echo Een ogenblik geduldREGEDIT /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 /qbCOPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses" exitmake register fileWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]"ActivationReminder"=dword:42dc7ac0"ActivationType"=dword:00000002"ActivationStatus"=dword:00000001Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.datNow 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... Edited July 20, 2005 by galvanocentric
tresans Posted July 20, 2005 Posted July 20, 2005 (edited) What I did,make cmd file:@Echo offEcho Photoshop CS2 (v9.0)Echo Een ogenblik geduldREGEDIT /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 /qbCOPY /Y %systemdrive%\Install\Apps\Adobe\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses" exitmake register fileWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Adobe\ALM\B2B86000]"ActivationReminder"=dword:42dc7ac0"ActivationType"=dword:00000002"ActivationStatus"=dword:00000001Activate 1 time CS2 and copy %systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses\ B2B86000.datNow 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.regardsps: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. Edited July 20, 2005 by tresans
galvanocentric Posted July 20, 2005 Posted July 20, 2005 (edited) 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.regardsps: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 offregedit /S alreadyregged.regmsiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"msiexec /i "bridge\Adobe Bridge 1.0.msi" /qbmsiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qbmsiexec /i "help center\Adobe Help Center 1.0.msi" /qbcopy B2B86000.dat "%ALLUSERSPROFILE%\Application Data"cd "%ALLUSERSPROFILE%\Application Data"mkdir "Adobe Systems\Product Licenses"move B2B86000.dat "Adobe Systems\Product Licenses"exit Edited July 20, 2005 by galvanocentric
tresans Posted July 20, 2005 Posted July 20, 2005 (edited) 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.regardsps: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 offregedit /S alreadyregged.regmsiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"msiexec /i "bridge\Adobe Bridge 1.0.msi" /qbmsiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qbmsiexec /i "help center\Adobe Help Center 1.0.msi" /qbcopy 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 UnattendedIm glad it works Edited July 20, 2005 by tresans
tresans Posted July 20, 2005 Posted July 20, 2005 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
galvanocentric Posted July 20, 2005 Posted July 20, 2005 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.
Raizor Posted July 25, 2005 Posted July 25, 2005 cmdow @ /HID@echo offregedit /S alreadyregged.regmsiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="XXXXXXXXXXXXXXXXXXXXXXXX"msiexec /i "bridge\Adobe Bridge 1.0.msi" /qbmsiexec /i "commonfilesinstaller\Adobe Common File Installer.msi" /qbmsiexec /i "help center\Adobe Help Center 1.0.msi" /qbcopy 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
bt1210 Posted July 26, 2005 Posted July 26, 2005 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
hohner Posted August 1, 2005 Posted August 1, 2005 using autoit for activation is impossible!Adobe knows about Autoitwhen 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!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now