Jump to content

Radimus

Member
  • Posts

    310
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Radimus

  1. here is mine: (and it works just fine) cmdow @ /HID @echo Off set key=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx FOR %%D 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 %%D:\WIN51IP SET CDROM=%%D: REG ADD %KEY% /V TITLE "Installing Applications" /f REG ADD %KEY%\010 /VE /D "Installation of Additional Components" /f REG ADD %KEY%\010 /V 1 /D "%windir%\First.cmd" /f REG ADD %KEY%\020 /VE /D "Installation of Type 1 Hotfixes" /f REG ADD %KEY%\020 /V 1 /D "%windir%\Type1.cmd" /f REG ADD %KEY%\030 /VE /D "Installation of Type 2 Hotfixes" /f REG ADD %KEY%\030 /V 1 /D "%windir%\Type2.cmd" /f REG ADD %KEY%\040 /VE /D "Installation of Type 3 Hotfixes" /f REG ADD %KEY%\040 /V 1 /D "%windir%\Type3.cmd" /f REG ADD %KEY%\050 /VE /D "Installation of Additional Components" /f REG ADD %KEY%\050 /V 1 /D "%windir%\Last.cmd" /f REG ADD %KEY%\100 /VE /D "7zip" /f REG ADD %KEY%\100 /V 1 /D "%cdrom%\Installs\7zip\7z313.exe -y /q /r:n" /f REG ADD %KEY%\105 /VE /D "Avast Antivirus" /f REG ADD %KEY%\105 /V 1 /D "%cdrom%\Installs\AvastAV\setupeng.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\110 /VE /D "CDBurnerXP" /f REG ADD %KEY%\110 /V 1 /D "%cdrom%\Installs\CDBurnerXP\CDBurnerXP_Pro_3.msi /qb-!" /f REG ADD %KEY%\115 /VE /D "Daemon-Tools and accessories" /f REG ADD %KEY%\115 /V 1 /D "%cdrom%\Installs\DaemonTools\daemon.msi /qn REBOOT=ReallySuppress" /f REG ADD %KEY%\115 /V 2 /D "%cdrom%\Installs\DaemonTools\awxDTools_105b056.exe /S" /f REG ADD %KEY%\115 /V 3 /D "%cdrom%\Installs\DaemonTools\awxDTools_IconSet02.exe /S" /f REG ADD %KEY%\115 /V 4 /D "%cdrom%\Installs\DaemonTools\clean.cmd" /f REG ADD %KEY%\120 /VE /D "Flash and Shockwave" /f REG ADD %KEY%\120 /V 1 /D "%cdrom%\Installs\Flash\Shockwave10.exe" /f REG ADD %KEY%\120 /V 2 /D "%cdrom%\Installs\Flash\Flash7.exe" /f REG ADD %KEY%\125 /VE /D "Gimp Photo Tool" /f REG ADD %KEY%\125 /V 1 /D "%cdrom%\Installs\Gimp\gtk+-2.4.10-20041001-setup.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\125 /V 2 /D "%cdrom%\Installs\Gimp\gimp-2.0.5-i586-setup.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\130 /VE /D "KLM Codecs" /f REG ADD %KEY%\130 /V 1 /D "%cdrom%\Installs\KLMCodecs\klmcodec116.exe /verysilent /noicons" /f REG ADD %KEY%\135 /VE /D "LeechGet" /f REG ADD %KEY%\135 /V 1 /D "%cdrom%\Installs\Leechget\LeechGet_2004_RC5Ver1001520.exe /VERYSILENT /SP-" /f REG ADD %KEY%\135 /V 2 /D "TASKKILL /F /IM leechget.exe" /f REG ADD %KEY%\135 /V 3 /D "%cdrom%\Installs\Leechget\clean.cmd" /f REG ADD %KEY%\140 /VE /D "Microsoft Baseline Security Analyzer" /f REG ADD %KEY%\140 /V 1 /D "%cdrom%\Installs\MBSA\MBSASetup-en.msi /qb-!" /f REG ADD %KEY%\145 /VE /D "MS Calculator Plus" /f REG ADD %KEY%\145 /V 1 /D "%cdrom%\Installs\MSCalcPlus\CalcPlus.msi /qb-!" /f REG ADD %KEY%\145 /VE /D "MSN Messenger" /f REG ADD %KEY%\145 /V 1 /D "%cdrom%\Installs\MSNMess\MsnMsgs.msi /qb-!" /f REG ADD %KEY%\145 /V 2 /D "%cdrom%\Installs\MSNMess\MsgPlus-325.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\145 /V 3 /D "TASKKILL /F /IM msnmsgr.exe" /f REG ADD %KEY%\150 /VE /D "MS Reader" /f REG ADD %KEY%\150 /V 1 /D "%cdrom%\Installs\msreader\setup.exe /s /sms" /f REG ADD %KEY%\155 /VE /D "OpenOffice" /f REG ADD %KEY%\155 /V 1 /D "%cdrom%\Installs\OpenOffice\OpenOffice113.exe" /f REG ADD %KEY%\155 /V 2 /D "regedit /s %cdrom%\Installs\openoffice\ooorg.reg" /f REG ADD %KEY%\160 /VE /D "PDFCreator" /f REG ADD %KEY%\160 /V 1 /D "%cdrom%\Installs\PDFCreator\PDFCreator.exe /SILENT /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\165 /VE /D "PDFReader" /f REG ADD %KEY%\165 /V 1 /D "%cdrom%\Installs\PDFReader\PDFRd.exe" /f REG ADD %KEY%\170 /VE /D "PowerToys" /f REG ADD %KEY%\170 /V 1 /D "%cdrom%\Installs\powertoys\TweakUI.msi /qb-!" /f REG ADD %KEY%\175 /VE /D "SecretMaker" /f REG ADD %KEY%\175 /V 1 /D "%cdrom%\Installs\Secretmaker\secretmakersetup.exe /S /N" /f REG ADD %KEY%\180 /VE /D "SpywareBlaster" /f REG ADD %KEY%\180 /V 1 /D "%cdrom%\Installs\SpywareBlaster\spywareblastersetup32.exe /SILENT /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\180 /V 2 /D "TASKKILL /F /IM spywareblaster.exe" /f REG ADD %KEY%\185 /VE /D "SpywareGuard" /f REG ADD %KEY%\185 /V 1 /D "%cdrom%\Installs\SpywareBlaster\spywareguardsetup.exe /SILENT /noicons /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\190 /VE /D "USB Drive Manager" /f REG ADD %KEY%\190 /V 1 /D "%cdrom%\Installs\UFDMgr\UFDSetupWizard.msi /qb-!" /f REG ADD %KEY%\195 /VE /D "Winamp" /f REG ADD %KEY%\195 /V 1 /D "%cdrom%\Installs\Winamp\winamp507_full.exe /S /install=rqf" /f REG ADD %KEY%\195 /V 2 /D "TASKKILL /F /IM winamp.exe" /f REG ADD %KEY%\200 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\200 /V 1 /D "%cdrom%\Installs\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"" /f REG ADD %KEY%\205 /VE /D "Zonealarm" /f REG ADD %KEY%\205 /V 1 /D "%cdrom%\Installs\Zonealarm\zlsSetup_55_062_004.exe /s /noreboot" /f REG ADD %KEY%\985 /VE /D "Removing Unnecessary User Accounts" /f REG ADD %KEY%\985 /V 1 /D "%windir%\user.cmd" /f REG ADD %KEY%\990 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\990 /V 1 /D "REGEDIT /S %windir%\RegTweaks.reg" /f REG ADD %KEY%\995 /VE /D "Cleaning Up Temporary Files" /f REG ADD %KEY%\995 /V 1 /D "cmd /c del %windir%\*.cmd /f /q" /f
  2. http://home.comcast.net/~greegan1/tech.swf
  3. if the firewall is on, it should block everything, unless there is an opening. see http://support.microsoft.com/kb/875357
  4. specifically, the ones with "ACPI Uniprocessor PC" are: Compaq Evo 500, 510, 530 Dell Optiplex 260, 270 Dell Latitude c510 The "Advanced Configuration and Power Interface (ACPI) PC" is: Dell Latitude d505 I haven't tested on the older laptops but I expect them to be in the first category
  5. in Win2k, all of my desktops used "Advanced Configuration and Power Interface (ACPI) PC" HAL, and my sysprepped image worked on all of the desktops and laptops. Now that I am migrating to WinXP, some of the HALs are detected as "Advanced Configuration and Power Interface (ACPI) PC" and others are detected as "ACPI Uniprocessor PC" I have built sysprepped XP images (from the same unattended XP CD) on both types of machines, and neither will work/boot from the other HAL type image This doc says I am pretty much SOL http://support.microsoft.com/?kbid=309283 Has anyone managed to work around this?
  6. then look for autoit and then aut2exe in that package
  7. Why not just make a XPE cd and let him boot from that... But you are really best off by using win98, install and update and config everything, then ghost it to a cd or 2. if it gets too funked up, slap the image back on
  8. cmdow @ /HID @echo Off set key=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx FOR %%D 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 %%D:\WIN51IP SET CDROM=%%D: REG ADD %KEY% /V TITLE "Installing Applications" /f REG ADD %KEY%\010 /VE /D "Installation of Additional Components" /f REG ADD %KEY%\010 /V 1 /D "%windir%\First.cmd" /f REG ADD %KEY%\020 /VE /D "Installation of Type 1 Hotfixes" /f REG ADD %KEY%\020 /V 1 /D "%windir%\Type1.cmd" /f REG ADD %KEY%\030 /VE /D "Installation of Type 2 Hotfixes" /f REG ADD %KEY%\030 /V 1 /D "%windir%\Type2.cmd" /f REG ADD %KEY%\040 /VE /D "Installation of Type 3 Hotfixes" /f REG ADD %KEY%\040 /V 1 /D "%windir%\Type3.cmd" /f REG ADD %KEY%\050 /VE /D "Installation of Additional Components" /f REG ADD %KEY%\050 /V 1 /D "%windir%\Last.cmd" /f REG ADD %KEY%\100 /VE /D "7zip" /f REG ADD %KEY%\100 /V 1 /D "%cdrom%\Installs\7zip\7z313.exe -y /q /r:n" /f REG ADD %KEY%\105 /VE /D "Avast Antivirus" /f REG ADD %KEY%\105 /V 1 /D "%cdrom%\Installs\AvastAV\setupeng.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\110 /VE /D "CDBurnerXP" /f REG ADD %KEY%\110 /V 1 /D "%cdrom%\Installs\CDBurnerXP\CDBurnerXP_Pro_3.msi /qb-!" /f REG ADD %KEY%\115 /VE /D "Daemon-Tools and accessories" /f REG ADD %KEY%\115 /V 1 /D "%cdrom%\Installs\DaemonTools\daemon.msi /qn REBOOT=ReallySuppress" /f REG ADD %KEY%\115 /V 2 /D "%cdrom%\Installs\DaemonTools\awxDTools_105b056.exe /S" /f REG ADD %KEY%\115 /V 3 /D "%cdrom%\Installs\DaemonTools\awxDTools_IconSet02.exe /S" /f REG ADD %KEY%\115 /V 4 /D "%cdrom%\Installs\DaemonTools\clean.cmd" /f REG ADD %KEY%\120 /VE /D "Flash and Shockwave" /f REG ADD %KEY%\120 /V 1 /D "%cdrom%\Installs\Flash\Shockwave10.exe" /f REG ADD %KEY%\120 /V 1 /D "%cdrom%\Installs\Flash\Flash7.exe" /f REG ADD %KEY%\125 /VE /D "Gimp Photo Tool" /f REG ADD %KEY%\125 /V 1 /D "%cdrom%\Installs\Gimp\gtk+-2.4.10-20041001-setup.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\125 /V 2 /D "%cdrom%\Installs\Gimp\gimp-2.0.5-i586-setup.exe /SILENT /SP- /NORESTART" /f REG ADD %KEY%\130 /VE /D "KLM Codecs" /f REG ADD %KEY%\130 /V 1 /D "%cdrom%\Installs\KLMCodecs\klmcodec116.exe /verysilent /noicons" /f REG ADD %KEY%\135 /VE /D "LeechGet" /f REG ADD %KEY%\135 /V 1 /D "%cdrom%\Installs\Leechget\LeechGet_2004_RC5Ver1001520.exe /VERYSILENT /SP-" /f REG ADD %KEY%\135 /V 2 /D "TASKKILL /F /IM leechget.exe" /f REG ADD %KEY%\135 /V 3 /D "%cdrom%\Installs\Leechget\clean.cmd" /f REG ADD %KEY%\140 /VE /D "Microsoft Baseline Security Analyzer" /f REG ADD %KEY%\140 /V 1 /D "%cdrom%\Installs\MBSA\MBSASetup-en.msi /qb-!" /f REG ADD %KEY%\145 /VE /D "MS Calculator Plus" /f REG ADD %KEY%\145 /V 1 /D "%cdrom%\Installs\MSCalcPlus\CalcPlus.msi /qb-!" /f REG ADD %KEY%\145 /VE /D "MSN Messenger" /f REG ADD %KEY%\145 /V 1 /D "%cdrom%\Installs\MSNMess\MsnMsgs.msi /qb-!" /f REG ADD %KEY%\145 /V 2 /D "%cdrom%\Installs\MSNMess\MsgPlus-325.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\145 /V 3 /D "TASKKILL /F /IM msnmsgr.exe" /f REG ADD %KEY%\150 /VE /D "MS Reader" /f REG ADD %KEY%\150 /V 1 /D "%cdrom%\Installs\msreader\setup.exe /s /sms" /f REG ADD %KEY%\155 /VE /D "OpenOffice" /f REG ADD %KEY%\155 /V 1 /D "%cdrom%\Installs\OpenOffice\OpenOffice113.exe" /f REG ADD %KEY%\155 /V 2 /D "regedit /s %cdrom%\Installs\openoffice\ooorg.reg" /f REG ADD %KEY%\160 /VE /D "PDFCreator" /f REG ADD %KEY%\160 /V 1 /D "%cdrom%\Installs\PDFCreator\PDFCreator.exe /SILENT /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\165 /VE /D "PDFReader" /f REG ADD %KEY%\165 /V 1 /D "%cdrom%\Installs\PDFReader\PDFRd.exe" /f REG ADD %KEY%\170 /VE /D "PowerToys" /f REG ADD %KEY%\170 /V 1 /D "%cdrom%\Installs\powertoys\TweakUI.msi /qb-!" /f REG ADD %KEY%\175 /VE /D "SecretMaker" /f REG ADD %KEY%\175 /V 1 /D "%cdrom%\Installs\Secretmaker\secretmakersetup.exe /S /N" /f REG ADD %KEY%\180 /VE /D "SpywareBlaster" /f REG ADD %KEY%\180 /V 1 /D "%cdrom%\Installs\SpywareBlaster\spywareblastersetup32.exe /SILENT /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\180 /V 2 /D "TASKKILL /F /IM spywareblaster.exe" /f REG ADD %KEY%\185 /VE /D "SpywareGuard" /f REG ADD %KEY%\185 /V 1 /D "%cdrom%\Installs\SpywareBlaster\spywareguardsetup.exe /SILENT /noicons /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\190 /VE /D "USB Drive Manager" /f REG ADD %KEY%\190 /V 1 /D "%cdrom%\Installs\UFDMgr\UFDSetupWizard.msi /qb-!" /f REG ADD %KEY%\195 /VE /D "Winamp" /f REG ADD %KEY%\195 /V 1 /D "%cdrom%\Installs\Winamp\winamp507_full.exe /S /install=rqf" /f REG ADD %KEY%\195 /V 2 /D "TASKKILL /F /IM winamp.exe" /f REG ADD %KEY%\200 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\200 /V 1 /D "%cdrom%\Installs\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"" /f REG ADD %KEY%\205 /VE /D "Zonealarm" /f REG ADD %KEY%\205 /V 1 /D "%cdrom%\Installs\Zonealarm\zlsSetup_55_062_004.exe /s /noreboot" /f REG ADD %KEY%\985 /VE /D "Removing Unnecessary User Accounts" /f REG ADD %KEY%\985 /V 1 /D "%windir%\user.cmd" /f REG ADD %KEY%\990 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\990 /V 1 /D "REGEDIT /S %windir%\RegTweaks.reg" /f REG ADD %KEY%\995 /VE /D "Cleaning Up Temporary Files" /f REG ADD %KEY%\995 /V 1 /D "cmd /c del %windir%\*.cmd /f /q" /f
  9. any help with the awxdtools installer?
  10. wouldn't it be easier to start it minimized or hidden, count to 5, and taskkill it?
  11. http://sourceforge.net/projects/pdfcreator/ http://www.cutepdf.com/Products/CutePDF/writer.asp http://www.pdf995.com/download.html http://www.primopdf.com/
  12. There are dozens of posts here regarding Acrobat reader and the hoops involved in installing, upgrading, configuring it etc. Has anyone done any comparisons to some freeware alternatives to Adobe Acrobat reader like Foxit PDF Reader. http://www.foxitsoftware.com/pdf/rd_intro.php This one has no installer, just extract to a folder and assoc PDF to the included exe
  13. and here is an addon for it that makes setup easier AND provides lots of freeware tools ready to go on the disk http://www.ubcd4win.com/
  14. for one perfect example would be greenmachine... He is very touchy about people even looking in XPCREATE... you'd think he'd have been the first one to jump on a bat to exe compiler... assuming it is a real compiler and not a self-extractor.
  15. first name is Conrad a bunch of friends called me 'Rad (too stoned to pronounce the first syllable) We went to the transformers movie when it came out, and then they nicknamed me Radimus Prime.
  16. most common issues: file NOT in I386 folder file NOT named winnt.sif (common mistake is winnt.sif.txt) work around test by copying file to a floppy, boot from cd and quickly insert floppy... it will look to the floppy as well as I386 for winnt.sif. it is easier than burning CD after CD testing the file
  17. when I install via runonceex, it just goes right on through without asking...
  18. I needed to modify a few lines, but it worked fine. thanks I did use Aut2Exe to exe the script... and I may wrap it in a rar self-extractor.. but that isn't really necessary ... Run("setupeng.exe") WinWait("avast! Antivirus Setup", "Welcome to the avast! Setup program") Send("{Enter}") WinWait("avast! Antivirus Setup", "avast! 4.5 Home/Professional Edition") Send("{Enter}") WinWait("avast! Antivirus Setup", "END USER LICENSE AGREEMENT") ...
  19. drop a folder on this batch to make an ISO (asssumes cdimage.exe in in windir makeISO.cmd @%windir%\CDIMAGE -LIMAGE -YD -N -H -X -OCI -M -D %1 IMAGE.ISO @move image.iso "%userprofile%\desktop\"
  20. if you map a drive... change to that drive and run the batch, it can install whatever you have in the bat. this is very similar to a multi CD install, so you only need to get your CD to run the batch, then at your leisure modify the batch and add whatever apps you want
  21. not perfect.. and some are wrong or missing (like Avast), but the gist is there start /wait "" 7z313.exe -y /q /r:n start /wait "" AdbeRdr60_enu_full.exe -p"-s /v\"/qb\"" start /wait "" Acro-Reader_6.0.2_Update.exe -p /S /v/qn rd "%allusersprofile%\Start Menu\Programs\PrintMe Internet Printing" /s /q start /wait "" AvastAV\setupeng.exe start /wait "" CDBurnerXP\CDBurnerXP_Pro_3.msi /qb-! start /wait "" DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress start /wait "" DaemonTools\awxDTools.exe /S rd "%userprofile%\Start Menu\Programs\arniWORX" /s /q start /wait "" Flash\Shockwave10.exe start /wait "" Flash\Flash7.exe start /wait "" Gimp\gtk+-2.4.10-20041001-setup.exe /S start /wait "" Gimp\gimp-2.0.5-i586-setup.exe /S start /wait "" KLMCodecs\klmcodec116.exe /verysilent /noicons start /wait "" Leechget\LeechGet_2004_RC5Ver1001520.exe /VERYSILENT /SP- TASKKILL /F /IM leechget.exe Del "%allusersprofile%\Start Menu\Programs\LeechGet 2004.lnk" start /wait "" MBSA\MBSASetup-en.msi /qb-! start /wait "" MSNMessenger\MsnMsgs.msi /qb-! start /wait "" MSNMessenger\MsgPlus-325.exe /SilentInstallNoSponsor TASKKILL /F /IM msnmsgr.exe start /wait "" msreader\setup.exe /s /sms start /wait "" MSUSBDriveMgr\UFDSetupWizard.msi /qb-! start /wait "" OpenOffice\OpenOffice113.exe reg /s openoffice\ooorg.reg start /wait "" PDFCreator\PDFCreator.exe start /wait "" Secretmaker\secretmakersetup.exe /S /N TASKKILL /F /IM secretmakersetup.exe start /wait "" SpywareBlaster\spywareblastersetup32.exe /SILENT /NOCANCEL /SP- /NORESTART TASKKILL /F /IM spywareblaster.exe start /wait "" SpywareBlaster\spywareguardsetup.exe /SILENT /NOCANCEL /SP- /NORESTART TASKKILL /F /IM spywareguard.exe
  22. I saw the links for the Avast Pro edition, any love for the Home edition... or perhaps an AutoIt script or something...
×
×
  • Create New...