Phi| Posted September 12, 2004 Posted September 12, 2004 Hi everybodyI have some issues with my installationEverything worked fine untill it was supposed to auto logon, that did not not work. Further more I had some problems with RunOnceEx.cmd. Some of the applications I was trying to install I had to deal with manually.TweakUI - had to be installed manuallyNAV - Started preform a system scanAd aware - Started preform a system scan and displayed the help file When the whole thing had finished it did not preform the Cleaning Up and Rebooting in the end of the cmd, not untill next time I loged on.RunOnceEx.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\005 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\apps\communication\msn_6.2.msi /qb" /fREG ADD %KEY%\010 /VE /D "Skype 1.0.0.29" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\apps\communication\Skype_1.0.0.29.exe /VERYSILENT /SP-" /fREG ADD %KEY%\015 /VE /D "mIRC NoName Script" /fREG ADD %KEY%\015 /V 1 /D "REGEDIT /S %systemdrive%\Install\apps\communication\register.reg" /fREG ADD %KEY%\020 /VE /D "TweakUI Powertoy" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /qb /v /qn" /fREG ADD %KEY%\025 /VE /D "Task Switcher Powertoy" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /S /v /qn" /fREG ADD %KEY%\035 /VE /D "Nero Burning ROM 6.3.1.20 Ultra Edition" /fREG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\apps\burning\register.reg" /fREG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\apps\burning\nero63120.exe /Silent /noreboot" /fREG ADD %KEY%\040 /VE /D "FlashFXP 3.0.0.1015 Final" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\apps\ftp\FlashFXP_3.0.0.1015_Final.exe /SILENT" /fREG ADD %KEY%\045 /VE /D "FlashFXP Add-on" /fREG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\apps\ftp\flashfxp.exe /S" /fREG ADD %KEY%\050 /VE /D "NetLimiter 1.30" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\apps\utilities\NetLimiter_v130.exe /qn" /fREG ADD %KEY%\055 /VE /D "NetLimiter 1.30 Add-on" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\apps\utilities\nl_patch.exe /S" /fREG ADD %KEY%\057 /VE /D "Ad-Aware SE Professional" /fREG ADD %KEY%\057 /V 1 /D "%systemdrive%\Install\apps\utilities\aawsepro1.04.exe /S" /fREG ADD %KEY%\060 /VE /D "PeerGuardian_v1.99_pr14" /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\ftp\PeerGuardian_v1.99_pr14.exe /VERYSILENT /SP-" /fREG ADD %KEY%\065 /VE /D "Norton Antivirus 2003 Pro" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\apps\antivirus\NAV2003\NAV\nav.msi /qb" /fREG ADD %KEY%\070 /VE /D "Norton Antivirus Add-on" /fREG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\apps\antivirus\Update.exe" /fREG ADD %KEY%\075 /VE /D "WinRAR 3.4 Beta 1" /fREG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\apps\compression\wrar34b1.exe /S" /fREG ADD %KEY%\080 /VE /D "Winamp 5.04 Full" /fREG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\apps\sound\winamp.msi /qbINI="%systemdrive%\install\apps\sound\winamp.ini"" /fREG ADD %KEY%\083 /VE /D "VideoLAN 0.7.2" /fREG ADD %KEY%\083 /V 1 /D "%systemdrive%\Install\apps\video\vlc-0.7.2-win32.exe /S" /fREG ADD %KEY%\084 /VE /D "PowerDVD 5.6.0.3 Deluxe"REG ADD %KEY%\084 /V 1 /D "%systemdrive%\Install\apps\video\Setup.exe -s -f1\"%systemdrive%\Install\apps\video\setup.iss\" -f2\"%systemdrive%\PowerDVD.log\"" /fREG ADD %KEY%\085 /VE /D "Microsoft Office 2003 SP1"REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\apps\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /fREG ADD %KEY%\090 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fREG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITUseraccount.cmdcmdow @ /HID@echo offnet user "Phil" 123 /addnet localgroup Administrators "Phil" /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITautologon.regWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]DefaultUserName="Phil"DefaultPassword="123"AutoAdminLogon="1"Could anyone please tell me what I have done wrong?Thanks in advance =D
Astalavista Posted September 12, 2004 Posted September 12, 2004 reg add %Key%\002 /VE /D "AdAware SE Pro 1.04" /freg add %Key%\002 /V 1 /D "%CDROM%\Software\AdAware\AdAware.exe /s" /freg add %Key%\002 /V 2 /D "TASKKILL.exe /F /IM Ad-Aware.exe" /freg add %Key%\002 /V 3 /D "taskkill /F /IM hh.exe" /freg add %Key%\002 /V 5 /D "%CDROM%\Software\AdAware\AdwareShortcut.exe" /fyou don't need tweakui, you can use regtweaks instead.does the same thing.as for NAV i can't help you there sorryAdwareShortcut.exe
Phi| Posted September 12, 2004 Author Posted September 12, 2004 Thanks for the help, I have just got one question, where do I find taskkil.exe and hh.exe and what is hh.exe. What does it do?And what is and what does AdawareShortcut.exe do?Thanks
Aaron Posted September 12, 2004 Posted September 12, 2004 taskkill.exe is included in Windows XP. hh.exe is the application used to view .chm files, such as AdAware's Help file. Killing hh.exe will end process on the help file.I would also suggest a 5 second gap before ending process on adaware.exe and hh.exe (use sleep.exe for this, on the downloads page) as taskkill executed too early in my case.TweakUI's setup file is not the same as other powertoy's installer packages, so /s /v/qn won't work. See: http://unattended.msfn.org/xp/applications/powertoys.htm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now