Jump to content

OrcoXP

Member
  • Posts

    148
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by OrcoXP

  1. Essentially this is correct but /VE is just a heading...if you want it to do something you have to tell it what to do. REG ADD adds the commands to the registry and the rundll32 command runs them and deletes the registry entries... If you want to see how it works just run mine...you'll just get a whole lot of errors saying it can't fine the files...but this will show you how it works... I just counted...I have 7 lists.
  2. You'd think they would replace the flag on the start menu
  3. Run your CMD file from CMDLines.txt I have attached my runonce file as an example Just rename it to .cmd GUIRunOnce.txt
  4. cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.TXT SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /F REG ADD %KEY%\001 /VE /D "Preparing Installation..." /F REG ADD %KEY%\001 /V 1 /D "%CDROM%\prepare.cmd" /F REG ADD %KEY%\005 /VE /D "Alcohol 120 Percent" /F REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\alc\setup.exe /qn Reboot=Suppress" /F REG ADD %KEY%\005 /V 2 /D "REGEDIT /S %CDROM%\Software\alcohol\register.reg" /F REG ADD %KEY%\010 /VE /D "Adobe Acrobat Reader 7" /F REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\adobe\acroread703.exe -p"-s /v\"/qn\"" /F REG ADD %KEY%\015 /VE /D "AVG Antivirus 7 Free Edition" /F REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\avg\avg.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /F REG ADD %KEY%\020 /VE /D "Kazaa Lite Codec Pack" /F REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\codec\klcodec.exe /silent" /F <--Replace with Kazaa Lite Mega Codec Pack REG ADD %KEY%\025 /VE /D "Crimson Editor 3.7" /F REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\crims\crimson.exe /s" /F REG ADD %KEY%\030 /VE /D "Deamon Tools" /F REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\deam\deam.exe /qn /Reboot=Suppress" /F REG ADD %KEY%\035 /VE /D "DVD Shrink" /F REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\dvd\dvdshrink.exe /s" /F REG ADD %KEY%\040 /VE /D "IMTO MPEG ENCODER" /F REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\enc\encoder.exe /s" /F <--You have an extra SPACE here before the /F <--Replace with Kazaa Lite Mega Codec Pack REG ADD %KEY%\045 /VE /D "FireFox 1.7" /F REG ADD %KEY%\045 /V 1 /D "%CDROM%\Software\fire\firefox.exe /s /qn" /F REG ADD %KEY%\050 /VE /D "Irfan Vieuwer" /F REG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\irfan\irfan.exe /s" /F <--You have an extra SPACE here before the /F REG ADD %KEY%\055 /VE /D "Java Runtime Script" /F REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\java\java.exe /s /qb" /F REG ADD %KEY%\060 /VE /D "Microsoft AntiSpyware" /F REG ADD %KEY%\060 /V 1 /D "%CDROM%\Software\msa\msas.exe /s /v /qb" /F REG ADD %KEY%\065 /VE /D "Nero 6" /F REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\nero\nero.exe /SILENT /NOREBOOT /SN=1A21-7543-6787-2748-8730-0229 /WRITE_SN" /F REG ADD %KEY%\070 /VE /D "Microsoft Office 2003 Proffesional" /F REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\off\SETUP.exe /qb" /F REG ADD %KEY%\075 /VE /D "Paint.net 2.0" /F REG ADD %KEY%\075 /V 1 /D "%CDROM%\Software\paint\paint2.exe /s /qn" /F REG ADD %KEY%\080 /VE /D "Quicktime 7" /F REG ADD %KEY%\080 /V 1 /D "%CDROM%\Software\quick\QuickTimeInstaller.exe /VERYSILENT /SP-" /F <--Replace with Kazaa Lite Mega Codec Pack REG ADD %KEY%\085 /VE /D "Steam" /F REG ADD %KEY%\085 /V 1 /D "%CDROM%\Software\steam\Steam.exe /s /v/qn" /F REG ADD %KEY%\090 /VE /D "VLC Media Player" /F REG ADD %KEY%\090 /V 1 /D "%CDROM%\Software\vlc\vlc.exe /s" /F <--Maybe use BSPlayer or MPC from Kazaa Lite Mega Codec Pack REG ADD %KEY%\095 /VE /D "Winamp 5.1" /F REG ADD %KEY%\095 /V 1 /D "%CDROM%\Software\win\Winamp5.1.exe /s /qb" /F <--What source are you using for this? If it's from the official source (winamp.com) then you don't need "/qb" REG ADD %KEY%\100 /VE /D "Winrar 3.5" /F REG ADD %KEY%\100 /V 1 /D "%CDROM%\Software\wrar\wrar.exe /s" /F REG ADD %KEY%\105 /VE /D "MSN Messenger 7.5" /F REG ADD %KEY%\105 /V 1 /D "%CDROM%\Software\msn\Install_MSN_Messenger.exe /qb" /F REG ADD %KEY%\110 /VE /D "Microsoft.NET Framework 1.1" /F REG ADD %KEY%\110 /V 1 /D "%CDROM%\Software\net\netfxsp1.exe /s /v /qn" /F <--RyanVM has a version of this with the hotfix already applied REG ADD %KEY%\115 /VE /D "Register Tweaks" /F REG ADD %KEY%\115 /V 1 /D "%CDROM%\install\regtweaks.reg" /F REG ADD %KEY%\120 /VE /D "Cleaning Up" /F REG ADD %KEY%\120 /V 1 /D "%CDROM%\cleanup.cmd" /F EXIT
  5. winamp.exe /S /install=RF This doesn't work!!! Have you _even_ been to the WinAmp forums...trust me...try it your way and compare it to just plain /S...there's absolutely no difference because Justin never made compatibility with command line switches...but feel free to go into the forums and speak to DjEgg (jerk)...within a couple months he should answer. As for the referrer ID this...standard troubleshooting...isolate the issue...break it down to the bare essentials and try it again...and then piece by piece reassemble and when you recreate the issue you have found the problem. Or...just close your downloader!!!
  6. I notic that it also does not create any start menu shortcuts
  7. "Addons"? Do I assume correctly that you are using RVM packs? If so, why not post in his forum? And those packs do everything that is needed, no extra work necessary. If not...do it...DO IT.
  8. http://ryanvm.msfn.org/ Go to the discussion forum
  9. Yeah, Yzöwl is right...your paths are messed up. You should leave the software installers and scripts on the CD. I have mine in here: %CDROM%\VALUEADD\3RDPARTY\Software\ I would just take anything out of $OEM$ that doesn't need to be copied to the harddrive... It'll just take more time to copy it...if it's even copying it with the folder structure the way you have it currently. I added some variables to clean up the look of my GUIRunOnce.cmd. You can do this using the SET command...I have %CDROM% for the CD and %FROM% for the full path. NOTE: I extract my Installshield installers to be able to supply the command line switches...and this tends to make a log file in the directory of the installer...If you do this too, make sure you add the switch for creating the log file elsewhere (see "nVidia PureVideo" in my previous attachment). Other suggestions I have for you are: #1 Remove Kazaa Lite Codec Pack and the Quicktime Installer and replace them with Kazaa Lite Mega Codec Pack found here #2 RyanVM has a silent installer for Adobe Acrobat Reader located here...so you don't have to worry about the commandline switches. #3 RyanVM also has a silent installer for Java Runtime and one for Microsoft.NET Framework 1.1 that includes a hotfix. These are also located here #4 Nero 6 is a Winrar SFX...so you can add the commands directly in the SFX info rather than calling it from your script #5 MS Office 2003 Resource Kit has a custom install wizard that will create a MST (transform file) that you can select your options, I have found that you can create an administrative installation, slipstream SPs and hotfixes, create the MST with your desired options and then put Office and Frontpage in the same folder to save a few hundred MBs #6 The installer for Paint .Net v2.5 (which is still in beta) will be changing how things are done a little...read this thread in Ricks forums #7 You have an installer for Winamp that is an EXE but uses the /QB switch? Check this out. (Stay tuned for v5.11) #8 @115, use this instead: REG ADD %KEY%\115 /V 1 /D "REGEDIT /S %CDROM%\install\regtweaks.reg" /F #9 I would just add the items from prepare.cmd in your cleanup.cmd file...just to cut down on the things going on #10 You see to have a lot of open quotes...you should scan through it to see which ones need to be closed Wow, I don't usually talk this much...lol
  10. Specific usernames or chosen at the time of install?
  11. Why not use UltraISO? WinISO hasn't been updated in forever...Trust me look at a screen shot of UltraISO
  12. Well for starters...it seems good...I can't see any problems with it but you can replace this: IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: with this: FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.TXT SET CDROM=%%i: and you can add the following line in to do one section of RunOnceEX and then start another immediately after it...(without REG ADD...) rundll32.exe iernonce.dll,RunOnceExProcess this will allow you to separate the apps into groups...like System Tools, IM& P2P And any time the line gets too complicated you can make a separate CMD file for it and then call on it... I'll attach min and you can see mostly what I have done GUIRunOnce.cmd
  13. The site has been disabled but I have been there before and it did not have any info about removing protection over these folders without disabling WFP completely. Anyone who has the SFCFILES.DLL that is already already fixed for SP2, can you post a link?
  14. Mine is done this way...works pretty nicely. Lots of examples to use from mine, too. Note: I categorize all my programs so that they are in specific folders. I can post a copy of my ROE when I get home. Oh, and just in case I forget...my ROE requires that there be a file called CD.txt in the root of the CD. Can someone bump this thread shortly after I write this so I have an email reminder when I get home?
  15. If you are using the REG ADD command...it will parse all the variables at the time of execution...the better way to do it would be to use this reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file\shell\open\command] @="\"%ProgramFiles%\\Jane\\Jane.exe\" \"%1\""
  16. Look here HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file
  17. I thought I needed a hacked sfcfiles.dll to do this? I don't want to disable WFP Can you explain?
  18. Does anyone still have this file? The link is dead. Can someone also confirm that this file removes protection over the folders in Program Files and not the files in the Windows DIR?
  19. I have just finished reading this thread beginning to end and I am still unsure if it is possible to disable the protection of these empty folders under %PF%. Windows XP SP2 English I want to be able to delete these folders, but I do not want to disable WFP -C:\Program Files\Microsoft Frontpage\ -C:\Program Files\Movie Maker\ -C:\Program Files\MSN Gaming Zone\ -C:\Program Files\MSN Gaming Zone\Windows\ -C:\Program Files\NetMeeting\ -C:\Program Files\Windows Media Player\ -C:\Program Files\Windows NT\ -C:\Program Files\Windows NT\Accessories\ -C:\Program Files\Windows NT\Pinball\ -C:\Program Files\Xerox\ Do I need both files fixed or just SFC_OS.DLL? What do I need to change in either? Do I still need to edit the registry? Can I just use WFPAdmin and compress the file when I am done? Again, do I need both files after this?
  20. Bump? SFCFiles.DLL for SP2 anyone? PLEASE?
  21. try copying the files from the CD to the a temp folder on your desktop and then run the install from there
  22. OrcoXP

    XPize 4.0 MCE RC

    Which file is the bitmap in that shows up and says "Please Wait" when changing themes
×
×
  • Create New...