This post has been edited by evilvoice: 11 August 2005 - 05:58 PM
Photoshop CS2 remove activation screen on install
#141
Posted 11 August 2005 - 05:58 PM
#142
Posted 20 August 2005 - 01:16 AM
#143
Posted 24 August 2005 - 03:35 PM
#144
Posted 24 August 2005 - 11:46 PM
there are several steps that need to be done, one is to open abcpy.ini and put in your key and user name. And use a batch file to start the msi silently
i am not sure if i can post it, if i am allowed i will post it, if not i will kindly delete this post
This post has been edited by iceWolf: 25 August 2005 - 01:42 AM
#145
Posted 25 August 2005 - 03:26 AM
#146
Posted 25 August 2005 - 08:14 AM
http://www.msfn.org/...showtopic=54301
This post has been edited by iceWolf: 25 August 2005 - 08:21 AM
#147
Posted 26 August 2005 - 01:17 AM
Quote
The AutoIt bottom line: if you can do it with a keyboard and/or mouse, you can do it with AutoIt. And a whole lot more.
#148
Posted 26 August 2005 - 03:38 AM
#149
Posted 27 December 2005 - 05:12 AM
To disassociate .png files for photoshop? after msi silent installer?
Thx
P.D.: Sorry for my english
#150
Posted 28 December 2005 - 01:26 PM
Quote
[HKEY_CLASSES_ROOT\.png]"PerceivedType"="image"
@="pngfile"
"Content Type"="image/png"
[HKEY_CLASSES_ROOT\.png\OpenWithProgids]
"png"=hex(0):
[HKEY_CLASSES_ROOT\.png\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
Bye!
#151
Posted 30 January 2006 - 07:12 AM
#152
Posted 16 February 2006 - 06:53 PM
Just to be 100% sure :
It's is not possible to completely install photoshop CS2 silently just with batch ?
Without any kind of serial or registration windows, even int the first launch of the soft, or without the 30days expiration ?
Scuse my poor english
Tnx for the reply
#153
Posted 16 February 2006 - 08:13 PM
Niktareum, on Feb 16 2006, 04:53 PM, said:
Just to be 100% sure :
It's is not possible to completely install photoshop CS2 silently just with batch ?
Without any kind of serial or registration windows, even int the first launch of the soft, or without the 30days expiration ?
Scuse my poor english
Tnx for the reply
Hi,
It is very possible to do what you just asked. But currently, it is difficult to do on MULTIPLE machines. It is not advisable to use this for mass deployment without the use of an autoit script that runs a keygen. Don't expect any help past that point, though. Even suggesting that to you might be pushing the envelope.
But if you're just going to use this on your own machine, it's very possible, and mildly easy (just time consuming).
#154
Posted 16 February 2006 - 10:32 PM
#155
Posted 17 February 2006 - 05:44 AM
Dumpy Dooby, on Feb 16 2006, 08:13 PM, said:
Niktareum, on Feb 16 2006, 04:53 PM, said:
Just to be 100% sure :
It's is not possible to completely install photoshop CS2 silently just with batch ?
Without any kind of serial or registration windows, even int the first launch of the soft, or without the 30days expiration ?
Scuse my poor english
Tnx for the reply
Hi,
It is very possible to do what you just asked. But currently, it is difficult to do on MULTIPLE machines. It is not advisable to use this for mass deployment without the use of an autoit script that runs a keygen. Don't expect any help past that point, though. Even suggesting that to you might be pushing the envelope.
But if you're just going to use this on your own machine, it's very possible, and mildly easy (just time consuming).
i will jste know if its possible on multiple machien, because i don't have aces to internet when i install windows on multiple computer.
But if it's impossible, i will made the classical online registration.
Tnx for your help
#156
Posted 20 February 2006 - 05:33 AM
galvanocentric, on Jul 20 2005, 04:26 PM, said:
tresans, on Jul 20 2005, 07:34 AM, said:
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
<{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
Uhm, question, why didn't you put this in the $OEM$\$Docs\All Users\Application Data\Adobe Systems\Product Licenses on your CD
Also going to try this way of installing right now.
#157
Posted 20 February 2006 - 06:00 AM
I've read through the majority of posts regarding CS2 silent installs and have a couple of issues i need help with.
I'll explain what i am trying to do first:
Unattended XP set-up - using RunOnceEX to install programs
So far everything is isntalling well APART from Photoshop CS2
I've downloaded the modified msi from these pages and constructed the appropriate files to do the following:
Everything is placed in $OEM$\Install\Adobe Photoshop CS2
RunOnceEX calls the reg file and a install.cmd (both of which are in above folder)
At the minute i think i have an issue with my code as I get 4 'installer cannot be found' errors messages during the RunOnceEX process (i think caused by an issue with ' in the code) - however when it did find the installers i got 'invalid windows installer' error message.
So to continue through the RunOnceEX install process i have to be there and close the error messages.
Thing is, once its rebooted after this process i can route to my XP CD run the install.cmd file from there and everything is perfect - totally silent and requring no user input and fully activated...
I will post my code later when i get home.
I dont know if this is the best way to do it but i was struggling with coding it to do this directly with RunOnceEX so just thought it easier to call a premade cmd based around the examples in this thread...
If i could sort this my own unattended XP would be complete! - so any input/help would be greatly appreciated!
Thanks
#158
Posted 23 February 2006 - 02:29 PM
A day late but heres my appropriate code!
RunOnceEX.cmd entry:
Quote
REG ADD %KEY%\097 /V 1 /D "\"%systemdrive%\Install\Adobe Photoshop CS2\cs2install.cmd"\" /f
Quote
@echo off
regedit /S reg.reg
msiexec /i "Adobe Photoshop CS2.msi" /qb UNITYSELECTION="RETAIL" SERIALNUMBERTEMP="***removed***"
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
Thanks
#159
Posted 28 February 2006 - 04:05 PM
i have one question for the activation. i work with a few computers that run photoshop (each is licensed properly). will it work for all of them if i copy all .dat files (in each computer) in my unattended to the license folder? so this way i can use the same setup for all the computers here and all will be activated with their proper license?
thanks.
i think making a mst file during setup routine will help you get rid of file associations and other options. just a suggestion.
#160
Posted 01 March 2006 - 08:19 AM



Help


Back to top









