Jump to content

Phi|

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

About Phi|

Phi|'s Achievements

0

Reputation

  1. Hi everyone I have created a Win uA SP2 cd, with various problems. I have looked through the database, but I cant find what Im looking for. The installation is completed without any problems, but when the computer starts it does not seem to be the way I want it. How do I make sure that the followering things appear on the desktop? My Computer My Network Places Internet Explorer My Documents Is it possible to make all the *.ink disappear? In the end of my installation a clean.cmd should be runed, and it does run. But it does not remove the files from my desktop? ohh... Could this be because it is runed for all users? The second time I reboot, Windows says that Windows file protection have found a file that is not the way it should be? How do I make sure this message does not appear. RunOnceEx.cmd cmdow @ /HID @echo off 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 "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\apps\communication\msn_6.2.msi /qb" /f REG ADD %KEY%\010 /VE /D "Skype 1.0.0.29" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\apps\communication\Skype_1.0.0.29.exe /VERYSILENT /SP-" /f REG ADD %KEY%\015 /VE /D "mIRC NoName Script" /f REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %systemdrive%\Install\apps\communication\register.reg" /f REG ADD %KEY%\020 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUI.msi /qb" /f REG ADD %KEY%\025 /VE /D "Task Switcher Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /S /v /qn" /f REG ADD %KEY%\035 /VE /D "Nero Burning ROM 6.3.1.20 Ultra Edition" /f REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\apps\burning\register.reg" /f REG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\apps\burning\nero63120.exe /Silent /noreboot /no_ui /sn=1A23-0009-5030-1324-9634-8305" /f REG ADD %KEY%\040 /VE /D "FlashFXP 3.0.0.1015 Final" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\apps\ftp\FlashFXP_3.0.0.1015_Final.exe /SILENT" /f REG ADD %KEY%\045 /VE /D "FlashFXP Add-on" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\apps\ftp\flashfxp.exe /S" /f REG ADD %KEY%\050 /VE /D "NetLimiter 1.30" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\apps\utilities\NetLimiter_v130.exe /S" /f REG ADD %KEY%\055 /VE /D "NetLimiter 1.30 Add-on" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\apps\utilities\nl_patch.exe /S" /f REG ADD %KEY%\057 /VE /D "Ad-Aware SE Professional" /f REG ADD %KEY%\057 /V 1 /D "%systemdrive%\Install\apps\utilities\aawsepro1.04.exe /S" /f REG ADD %KEY%\057 /V 2 /D "sleep.exe 10" /f REG ADD %KEY%\057 /V 3 /D "TASKKILL.exe /F /IM Ad-Aware.exe" /f REG ADD %KEY%\057 /v 4 /D "taskkill /F /IM hh.exe" /f REG ADD %KEY%\060 /VE /D "PeerGuardian_v1.99_pr14" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\ftp\PeerGuardian_v1.99_pr14.exe /VERYSILENT /SP-" /f REG ADD %KEY%\065 /VE /D "Norton Antivirus 2003 Pro" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\apps\antivirus\NAV2003\NAV\nav.msi /qb" /f REG ADD %KEY%\070 /VE /D "Norton Antivirus Add-on" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\apps\antivirus\Update.exe" /f REG ADD %KEY%\072 /VE /D "Mozilla Firefox 0.9.3" /f REG ADD %KEY%\072 /V 1 /D "%SYSTEMDRIVE%\Install\apps\FIREFOX\SETUP.EXE -MS -IRA" /f REG ADD %KEY%\072 /V 2 /D "%SYSTEMDRIVE%\Install\apps\FIREFOX\CLEAN.CMD" /f REG ADD %KEY%\001 /V 3 /D "%SYSTEMDRIVE%\Install\apps\FIREFOX\PLUGINS.EXE /S" /f FOR %%A IN ("%PROGRAMFILES%") DO SET SHORTPF=%%~sA REG ADD "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /V "Check_Associations" /D "no" /F REG ADD "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /V "ShowedCheckBrowser" /D "yes" /F REG ADD "HKU\.DEFAULT\SOFTWARE\Microsoft\Internet Explorer\Main" /V "Check_Associations" /D "no" /F REG ADD "HKU\.DEFAULT\SOFTWARE\Microsoft\Internet Explorer\Main" /V "ShowedCheckBrowser" /D "yes" /F REG ADD "HKLM\SOFTWARE\Classes\.htm" /VE /D "FirefoxHTML" /F REG ADD "HKLM\SOFTWARE\Classes\.html" /VE /D "FirefoxHTML" /F REG ADD "HKLM\SOFTWARE\Classes\ftp\DefaultIcon" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE,1" /F REG ADD "HKLM\SOFTWARE\Classes\ftp\shell\open\command" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE -url \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\gopher\DefaultIcon" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE,1" /F REG ADD "HKLM\SOFTWARE\Classes\gopher\shell\open\command" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE -url \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\http\DefaultIcon" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE,1" /F REG ADD "HKLM\SOFTWARE\Classes\http\shell\open\command" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE -url \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\https\DefaultIcon" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE,1" /F REG ADD "HKLM\SOFTWARE\Classes\https\shell\open\command" /VE /D "%SHORTPF%\MOZILL~1\FIREFOX.EXE -url \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Clients\StartMenuInternet" /VE /D "FIREFOX.EXE" /F REG DELETE "HKLM\SOFTWARE\Classes\http\shell\open\ddeexec" /F REG ADD "HKLM\SOFTWARE\Classes\http\shell\open\ddeexec\Application" /VE /D "FIREFOX" /F REG DELETE "HKLM\SOFTWARE\Classes\https\shell\open\ddeexec" /F REG ADD "HKLM\SOFTWARE\Classes\https\shell\open\ddeexec\Application" /VE /D "FIREFOX" /F REG DELETE "HKLM\SOFTWARE\Classes\ftp\shell\open\ddeexec" /F REG ADD "HKLM\SOFTWARE\Classes\ftp\shell\open\ddeexec\Application" /VE /D "FIREFOX" /F REG DELETE "HKLM\SOFTWARE\Classes\gopher\shell\open\ddeexec" /F REG ADD "HKLM\SOFTWARE\Classes\gopher\shell\open\ddeexec\Application" /VE /D "FIREFOX" /F REG ADD %KEY%\075 /VE /D "WinRAR 3.4 Beta 1" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\apps\compression\wrar34b1.exe /S" /f REG ADD %KEY%\080 /VE /D "Winamp 5.04 Full" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\apps\sound\winamp.msi /qbINI="%systemdrive%\install\apps\sound\winamp.ini"" /f REG ADD %KEY%\083 /VE /D "VideoLAN 0.7.2" /f REG ADD %KEY%\083 /V 1 /D "%systemdrive%\Install\apps\video\vlc-0.7.2-win32.exe /S" /f REG 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\"" /f REG 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-" /f REG ADD %KEY%\090 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT winnt.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemFilesPath="..\$OEM$" TargetPath=\WINDOWS Repartition=No UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network; Drivers\001_network\wireless;Drivers\002_graphics;Drivers\003_sound\S\A; Drivers\003_sound\S\C;Drivers\003_sound\S\CR;Drivers\003_sound\S\CR\L; Drivers\003_sound\S\N;Drivers\003_sound\S\R;Drivers\003_sound\S\S; Drivers\003_sound\S\T\A;Drivers\003_sound\S\T\D; RIVERS\S\V\E;Drivers\003_sound\S\V\V;Drivers\003_sound\audigy; Drivers\004_monitor;Drivers\005_keyboard;Drivers\006_mouse; Drivers\007_modem;Drivers\008_memorystick" DriverSigningPolicy=Ignore ProgramFilesDir="C:\Program Files" CommonProgramFilesDir="C:\Program Files\Common Files" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 [UserData] ProductKey=plonk-plonk-plonk-plonk-plonk FullName="Phil" OrgName="" ComputerName=Phil [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [TapiLocation] CountryCode=45 [RegionalSettings] LanguageGroup=1 SystemLocale=00000406 UserLocale=00000406 InputLocale=0406:00000406 [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [IEPopupBlocker] AllowedSites=www.msfn.org;www.microsoft.com;www.newz.dk;www.google.com;www.danskebank.dk BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Identification] JoinWorkgroup=Volden [Networking] InstallDefaultComponents=Yes [URL] Home_Page=http://www.newz.dk [Components] msmsgs=off msnexplr=off zonegames=off pinball=off Mswordpad=off [Shell] [GuiRunOnce] In winnt.sif should there be quotations around the value? ex. pinball=off should be pinball="off" I have noticed that some of my values contaion "", but not others. I hope someone called help me. Thanks in advance. //Phil
  2. 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
  3. Hi everybody I have some issues with my installation Everything 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 manually NAV - Started preform a system scan Ad 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.cmd cmdow @ /HID @echo off 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 "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\apps\communication\msn_6.2.msi /qb" /f REG ADD %KEY%\010 /VE /D "Skype 1.0.0.29" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\apps\communication\Skype_1.0.0.29.exe /VERYSILENT /SP-" /f REG ADD %KEY%\015 /VE /D "mIRC NoName Script" /f REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %systemdrive%\Install\apps\communication\register.reg" /f REG ADD %KEY%\020 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /qb /v /qn" /f REG ADD %KEY%\025 /VE /D "Task Switcher Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /S /v /qn" /f REG ADD %KEY%\035 /VE /D "Nero Burning ROM 6.3.1.20 Ultra Edition" /f REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\apps\burning\register.reg" /f REG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\apps\burning\nero63120.exe /Silent /noreboot" /f REG ADD %KEY%\040 /VE /D "FlashFXP 3.0.0.1015 Final" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\apps\ftp\FlashFXP_3.0.0.1015_Final.exe /SILENT" /f REG ADD %KEY%\045 /VE /D "FlashFXP Add-on" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\apps\ftp\flashfxp.exe /S" /f REG ADD %KEY%\050 /VE /D "NetLimiter 1.30" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\apps\utilities\NetLimiter_v130.exe /qn" /f REG ADD %KEY%\055 /VE /D "NetLimiter 1.30 Add-on" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\apps\utilities\nl_patch.exe /S" /f REG ADD %KEY%\057 /VE /D "Ad-Aware SE Professional" /f REG ADD %KEY%\057 /V 1 /D "%systemdrive%\Install\apps\utilities\aawsepro1.04.exe /S" /f REG ADD %KEY%\060 /VE /D "PeerGuardian_v1.99_pr14" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\ftp\PeerGuardian_v1.99_pr14.exe /VERYSILENT /SP-" /f REG ADD %KEY%\065 /VE /D "Norton Antivirus 2003 Pro" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\apps\antivirus\NAV2003\NAV\nav.msi /qb" /f REG ADD %KEY%\070 /VE /D "Norton Antivirus Add-on" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\apps\antivirus\Update.exe" /f REG ADD %KEY%\075 /VE /D "WinRAR 3.4 Beta 1" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\apps\compression\wrar34b1.exe /S" /f REG ADD %KEY%\080 /VE /D "Winamp 5.04 Full" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\apps\sound\winamp.msi /qbINI="%systemdrive%\install\apps\sound\winamp.ini"" /f REG ADD %KEY%\083 /VE /D "VideoLAN 0.7.2" /f REG ADD %KEY%\083 /V 1 /D "%systemdrive%\Install\apps\video\vlc-0.7.2-win32.exe /S" /f REG 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\"" /f REG 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-" /f REG ADD %KEY%\090 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT Useraccount.cmd cmdow @ /HID @echo off net user "Phil" 123 /add net localgroup Administrators "Phil" /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT autologon.reg Windows 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
  4. I dunno if this matters but I think that you need to change REG ADD %KEY%\050 /VE /D "Slysoft AnyDVD 3.9.3.6" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\AnyDVD\Setup.exe /S" /f REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\key.reg" /f REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\settings.reg" /f Into this, look at the last line REG ADD %KEY%\050 /VE /D "Slysoft AnyDVD 3.9.3.6" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\AnyDVD\Setup.exe /S" /f REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\key.reg" /f REG ADD %KEY%\050 /V 3 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\settings.reg" /f
  5. FlashFXP, well I thought I would be able to make an self-extracting exe file and run it from RunOnceEx, but it did not work out. BTW it is FlashFXP I have compressed. I have specified where it needs to be placed when I created it using WinRAR. If you know how to make this work, please tell me, it works for me when i install FlashFXP and then run the addon. Thanks in advance
  6. Hi I tried using /s when installing vlc media player, but it did not work out, does anyone know any other switch which possibly can be used? And I tried using a selfextracting file (created with WinRAR), which I thought would not need any switches, but it did not work out either. This is my RunOnceEx.cmd please help me. thanks cmdow @ /HID @echo off 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 "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\apps\communication\msn_6.2.msi /qb" /f REG ADD %KEY%\010 /VE /D "Skype 1.0.0.29" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\apps\communication\Skype_1.0.0.29.exe /VERYSILENT /SP-" /f REG ADD %KEY%\015 /VE /D "mIRC NoName Script" /f REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %systemdrive%\Install\apps\communication\register.reg" /f REG ADD %KEY%\020 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /s /v /qn" /f REG ADD %KEY%\025 /VE /D "Task Switcher Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /s /v /qn" /f REG ADD %KEY%\035 /VE /D "Nero Burning ROM 6.3.1.20 Ultra Edition" /f REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\apps\burning\register.reg" /f REG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\apps\burning\nero63120.exe /silent /noreboot" /f REG ADD %KEY%\040 /VE /D "FlashFXP 3.0.0.1015 Final" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\apps\ftp\FlashFXP_3.0.0.1015_Final.exe /SILENT" /f REG ADD %KEY%\045 /VE /D "FlashFXP Add-on" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\apps\ftp\flashfxp.exe /s" /f REG ADD %KEY%\050 /VE /D "NetLimiter 1.30" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\apps\utilities\NetLimiter_v130.exe /qn" /f REG ADD %KEY%\055 /VE /D "NetLimiter 1.30 Add-on" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\apps\utilities\nl_patch.exe /s" /f REG ADD %KEY%\057 /VE /D "Ad-Aware SE Professional" /f REG ADD %KEY%\057 /V 1 /D "%systemdrive%\Install\apps\utilities\aawsepro1.04.exe /s" /f REG ADD %KEY%\060 /VE /D "PeerGuardian_v1.99_pr14" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\ftp\PeerGuardian_v1.99_pr14.exe /VERYSILENT /SP-" /f REG ADD %KEY%\065 /VE /D "Norton Antivirus 2003 Pro" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\apps\antivirus\NAV2003\NAV\nav.msi /qb" /f REG ADD %KEY%\070 /VE /D "Norton Antivirus Add-on" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\apps\antivirus\Update.exe" /f REG ADD %KEY%\075 /VE /D "WinRAR 3.4 Beta 1" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\apps\compression\wrar34b1.exe /s" /f REG ADD %KEY%\080 /VE /D "Winamp 5.04 Full" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\apps\sound\winamp.msi /qbINI="%systemdrive%\install\apps\sound\winamp.ini"" /f REG ADD %KEY%\083 /VE /D "VideoLAN 0.7.2" /f REG ADD %KEY%\083 /V 1 /D "%systemdrive%\Install\apps\video\vlc-0.7.2-win32.exe /s" /f REG 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-" /f REG ADD %KEY%\090 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT I know it does not belong here all of it, but the most important does fit in here *EDIT I forgot; how can I stop Ad-aware from doing a system scan when it has been installed? The same goes for Norton Antivirus. Thanks in advance
  7. Does anyone know the silent switch for NetLimiter 1.30. I can not find it anywhere. Thanks in advance
  8. Hello People I really need some help sorting this problem! I have created a successfull uA-WinXP-SP2 cd and wanted to add some programs to my installation, but when the installation had finished and I tried to logon the **** thing wound not work! I tried to find silent installs for the newest programs like: Skype Flash FXP WinRAR WinAmp Norton Antivirus NetLimiter mIRC But non of them worked. I had to press next on all of them etc. BTW could anyone tell me how to use Virtuel PC, because I have formated my computer every time. And is it possible to have a user logging on auto after the installation of WinXP? Please Help me. Thank you in advance
  9. Hi Everyone I was wondering if it might be possible to copy a file to a applications path after it has been installed. So that I could keep my settings. If there is a way, could someone please give me an example on how to do it. Thank you in advance.
  10. Hi I have recently tried to create a WINXP_SP2 uA cd, so far with out any luck. But then suddenly the disc was working, or so I thought. Quit a few files was corrupted, and I was wondering if this could have anything to do with the disc I was using? It is a ReWriteable and I was wondering if that was a problem. Thanks in advance
  11. Hi I have not yet succeed making a unattented WinXP CD. I dont know why it wont work for me but here is what I have tried. I have got a WinXP CD with SP1, and I have integrated SP2, using the command in cmd: D:\XPCD /integrate:D:\sp2\xpsp2.exe That worked out fine, but it is here the troubles start! First I wanted to create uA WinXP_SP2 cd without slimming it down, so I created the OEM folders, winnt.sif and RunOnceEx.cmd ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemFilesPath="..\$OEM$" TargetPath=\WINDOWS Repartition=No UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network; Drivers\001_network\wireless;Drivers\002_graphics;Drivers\003_sound; Drivers\004_monitor;Drivers\005_keyboard;Drivers\006_mouse; Drivers\007_modem;Drivers\008_memorystick" DriverSigningPolicy=Ignore ProgramFilesDir="C:\Program Files" CommonProgramFilesDir="C:\Program Files\Common Files" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 [UserData] ProductKey=- FullName="-" OrgName="" ComputerName=Phil [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [TapiLocation] CountryCode=45 [RegionalSettings] LanguageGroup=1 SystemLocale=00000406 UserLocale=00000406 InputLocale=0406:00000406 [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [IEPopupBlocker] AllowedSites=www.msfn.org;www.microsoft.com;www.newz.dk;www.google.com BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Identification] JoinWorkgroup=Volden [Networking] InstallDefaultComponents=Yes [URL] Home_Page=http://www.newz.dk [Components] msmsgs=off msnexplr=off zonegames=off pinball=off Mswordpad=off [GuiRunOnce] %systemdrive%\install\RunOnceEx.cmd Is it optional to set quotationmarks around the answer after =? ex: UnattendedInstall="Yes" AutomaticUpdates=yes RunOnceEx.cmd cmdow @ /HID @echo off 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 "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\apps\communicationmsn_6.2.msi /qn" /f REG ADD %KEY%\055 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /s /v/qn" /f REG ADD %KEY%\060 /VE /D "Task Switcher Powertoy" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /s /v/qn" /f REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT When I try to boot from this creation, I get this messeage: And it goes on! I have tried using nLite, but it wont create a iso for me. When I have tried to slim down the size of cd, then I have had other troubles like: it wont boot from the cd because of some missing NTLDR. Please help me, because somethings really gone wrong! Thanks in advance
  12. Hi I have just finished my first unattented cd, so Im quit new at this. However I have expirenced quit a few problems. 1. During the step where the content of the cd was copied to my harddriver there was a file It couldnt copy. I tried again and it worked. Could this just be a one time problem or? 2. During the installation, setup said that a dll was missing, I forgot to write the name of the dll down, but told it to continue installing. 3. When everything had been installed, I had told setup to log on once the administrator, and so it did. But a bunch of things went wrong, It wouldn't install any of my tweaks. As the folders had been deleted when the installation was done, and it was impossible for me to get online, or even on LAN. When trying to open explorer, I was asked wether I wanted it to be opened by pictureviewer or notepad. I have followed the unattented CD guide, but obviosly I have done something wrong. Could anyone help me? Sorry about the spelling, english is not my native language. ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network; Drivers\001_network\wireless;Drivers\002_graphics;Drivers\003_sound; Drivers\004_monitor;Drivers\005_keyboard;Drivers\006_mouse; Drivers\007_modem;Drivers\008_memorystick" DriverSigningPolicy=Ignore ProgramFilesDir="C:\Program Files" CommonProgramFilesDir="C:\Program Files\Common Files" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="PhiL" OrgName="" ComputerName=PhiL [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [TapiLocation] CountryCode=45 [RegionalSettings] LanguageGroup=1 SystemLocale=00000406 UserLocale=00000406 InputLocale=0406:00000406 [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [IEPopupBlocker] BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Identification] JoinWorkgroup=Volden [Networking] InstallDefaultComponents=Yes [URL] Home_Page=http://www.newz.dk [Components] msmsgs=off msnexplr=off zonegames=off pinball=off Mswordpad=off [GuiRunOnce] %systemdrive%\install\RunOnceEx.cmd This is where RunOnceEx.cmd is located D:\xpcd\$OEM$\$1\Install\RuneOnceEx.cmd //Phi| RunOnceEx.cmd
×
×
  • Create New...