[quote name='SgtStrider' date='Feb 20 2006, 06:33 AM' post='467652']
[quote name='galvanocentric' post='356640' date='Jul 20 2005, 04:26 PM']
[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
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.
[/quote]
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
[/quote]
Anyone know why I get the following error during the runonceex portion of setup:
"this installation package could not be opened.verify that the package exists and that you can access it"