Jump to content

tresans

Member
  • Posts

    68
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by tresans

  1. I use : HMTCDWizard.msi /QN wmcsetup.exe /Q /N /Z framelangpack.msi /q regards
  2. 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
  3. 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
  4. 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.
  5. 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??
  6. Hi, Did you use these settings: Setup=setup.exe -s TempMode Silent=1 Overwrite=1 Title=Cyberlink PowerDVD DLX 6.0.1102 regards
  7. 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
  8. 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
  9. What I did: sorry I made this with Dutch version but still works Extract the package with winrar or something else. Select all the files you extracted and make a SFX file, write into the SFX: Setup.exe -s in your SFX Extract to temporaly folder collapse Startdialog hidden collapse All files rewritten and hit ok. regards. In shortly: Setup=Setup.exe -s TempMode Silent=2 Overwrite=1 Title=Patch Powerdvd 6
  10. Hi Neantherthal, I used the medium pack,and downloaded the Dutch updates separetely of the medium pack,what I did then is unpack with winrar and replaced the files in the medium pack,copied the map into C: and run the first compiled batchfile,took a coffee and sit back and watched it. after finish and installed I did go to uncle gates site and checked if there were updates none were there,great job again m8 . kind regards
  11. I have tested the slipstream file on a Dutch Office2003 Pro,and what you think no updates on uncle Gates site . great work m8 kind regards
  12. really no1 knows how to register silently? kind regards
  13. I have checked the forum how to register Newsleecher 2.3 silently but cant figure it out made a Installrite package of newsleecher,please help. Regards
  14. Hi, Really none knows it. Regards maybe a clue where to look
  15. Hello all, I want to register the Circle Surround plugin CSII for Microsoft mediaplayer i can install it with the switch /QB but how can i register it silently.I have searched the forum also the internet for it but couldnt find. Any help would be appreciated. regards
  16. Tnx alot m8, so i only need to paste the file near winamp and call only this script like, %systemdrive%\Install\Apps\Winamp\dolbysilent.exe I really appreciate this,tnx again Regards edit: it worked tnx again m8
  17. Fritz,the mail couldnt be send ,you have another mailadress? regards
  18. I install plus silently whit cause its an MSI file. %systemdrive%\install\Apps\plus\plus.msi /QB regards
  19. Tnx Fritz, I have sended the plugin to your mail adress,tnx 4 making a script. Regards
  20. you also might wanna try dolbyw5.exe /S /V/QN no space between the /v and /qn <{POST_SNAPBACK}> I have tried these switches but the only one who works is .exe /S /V /QN and still have the same screen. about the link you mean a Internet link ?,i have it on my HDD and dont know how I could use an autoit script never worked whit it.send me a mail for the plug-in or ill upload to a gmail account if this isnt illegal. Im calling it from a menu (WIHU.exe) after the setup of XPpro and then installing the programs. anyway tnx Regards
  21. I want to silently install the dolby plug-in for winamp 5.092,and using the switch dolbyw5.exe /S /V /QN it installs but at the end it gives me the info "The plug-in was installed.Would you like to run Winamp.If Winamp is currently running close it to take effect ".So al of this isnt installing silently how can i install it very silent I have tried many switches but no effect. Regards
  22. I use this switch, SkypeSetup.exe /verysilent regards
  23. This one works for me %systemdrive%\Install\Apps\videolan\vlc-0.8.1.exe /S /f regards
  24. Tnx m8 I love this site and the members Regards
  25. Hi all, I have some problem with adding the Multichannel and 5.1 plugin into the regfile of Nero,this is how my regfile looks. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Nero - Burning Rom\Info] "User"="Nero User" "Company"="Nero " "Serial6"="1A23-xxxx-9130-xxxx-1577-xxxx" [HKEY_LOCAL_MACHINE\SOFTWARE\Plug-ins\Dolby Digital\Info] "User"="Nero User" "Company"="Nero " "Serial6"="1A45-xxxx-9130-xxxx-0668-xxxx" [HKEY_LOCAL_MACHINE\SOFTWARE\Plug-ins\Multichannel\Info] "User"="Nero User" "Company"="Nero " "Serial6"="1A47-xxxx-4130-xxxx-7913-xxxx" what am i doing wrong,im very frustrated about this,cause i can register it in Nero and not whit the reg file. Please someone Regards ps:I looked over the forum but could not find anything about this prob.
×
×
  • Create New...