Jump to content

byte.chaser

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by byte.chaser

  1. Sorry i know this is a bit of an old thread but it relates to my issue.. trying to get knoppix v-4 to run off my AIO dvd. Has latest UBCD (dos) on it and win xp so far. All is working except knoppix. I dont know if i am using a different version of bcdw but when i run bcdw /isolinux/isolinux.bin I get an error saying invalid BCDW command. I have it set up in cdshell menu like this if ($lastKey == key[f1]); then bcdw /ISOLINUX/isolinux.bin I dont know if that matters or not though. I used cdimage like this to make the iso, then used virtual pc to test. E:\>start cdimage.exe -lAIODVD -h -j1 -b\AIO-DVD\BOOT\loader.bin -o -m -yd -k \AIO-DVD E:\AIODVD.iso Sounds like a syntax error or something.. anyone have any suggestions? EDIT: Very sorry everyone, I did do a search in the forum, nothing came up... however IF I had spelt BCDW correctly I would have found a post stating bcdw v 2 has different syntax... if ($lastKey == key[f1]); then bcdw boot /ISOLINUX/isolinux.bin again sorry for the silly post :/
  2. Thank you!!! I have been looking all over to find out how to get alcohol 120 to stop bringing up the "found new hardware wizard" . If in install alcohol from a batch file under winnt.sif, seems to work great, but if i use RunOnceEx.cmd from cmdlines.txt It stops and brings up that wizaed, if i cancel it all is ok, i install daemon tools as well so i dont need the virtual drive from alcohol. Thanks again!!!
  3. I use convert if i have to...works good for me.
  4. thanks WwTIPPYwW worked geat never used winrar to do that beofre. I will from now on though
  5. well i didnt touch the sfc_os.dll and took out the ;Disable Windows File Protection [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonAdd] "SFCDisable"=dword:FFFFFF9D And it works... And Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup] "SourcePath"="%systemroot%" "ServicePackSourcePath"="%systemroot%" Is from gosh's guide for making a flat....i didnt know sfc used Windows\System32\DllCache folder EDIT: nevermind sfc still doesnt work, nothing i can see wrong in my winnt.sif file ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=10 OemSkipWelcome=1 [UserData] ProductKey=xxxxxxxxxxxxxxxxxxx FullName="comp" OrgName="" ComputerName=Desktop2 [Display] BitsPerPel=32 Xresolution=800 YResolution=600 [RegionalSettings] LanguageGroup=1 Language=00000409 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [GuiRunOnce] %systemdrive%\install\start.cmd heres the only regisrty entries i have Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup] "SourcePath"="%systemroot%" "ServicePackSourcePath"="%systemroot%" ;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Desktop\General] "BackupWallpaper"="c:\\windows\\web\\wallpaper\\grass.jpg" "Wallpaper"="c:\\windows\\web\\wallpaper\\grass.jpg" ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;Disables Error Reporting, but notifies when errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ;Disable Remote Registry Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Disable Windows Time Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time] "Start"=dword:00000004 ;Disable ClipBook [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv] "Start"=dword:00000004 ;Disable Automatic Updates [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv] "Start"=dword:00000004 ;Disable UPS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS] "Start"=dword:00000004 ;Disable Balloon Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000 ;Disable Task Scheduler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] "Start"=dword:00000004 ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StartPage"="http://www.google.com" ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;Removes Language Bar [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}] @="Language bar" "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325" ;Allow renaming of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:50,01,00,20 "CallForAttributes"=dword:00000000 ;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you. ;NoRecentDocsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoLowDiskSpaceChecks"=dword:00000001 "NoRecentDocsMenu"=dword:00000001 ;This adds the "Open Command Window Here" on the right-click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" ;Disables Windows Tour bubble popup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Speed up browsing remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;recycle bin uses 3% of available space (not 10%) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000003 NTFS Speed-up [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001 "Win95TruncatedExtensions"=dword:00000001 "NtfsDisable8dot3NameCreation"=dword:00000001 ;ENable Bood Defrag [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;Disable Autoupdates [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoUpdate"=dword:00000001 ;enlarge DNS-cache [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000180 "MaxCacheEntryTtlLimit"=dword:0000fa00 "MaxSOACacheEntryTtlLimit"=dword:0000012d
  6. Ahha! found it... ;Disable Windows File Protection [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonAdd] "SFCDisable"=dword:FFFFFF9D Thats the only reg file i found though. not even sure if i should use SFC
  7. My unattend xp install runs great until one day i decide to run system file checker. I put my i386 dir in $OEM$\$1 so it would be copied to my C:\ after the install then i added gosh's info to a reg file Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup] "SourcePath"="%systemroot%" "ServicePackSourcePath"="%systemroot%" But when ever i run SFC it cant find the folder and keeps prompting for the cd. Shouldnt SFC be able to get the files from the i386 dir? Thanks
  8. Thanks i think vmware just takes longer to load explorer.
  9. Trying that right now.. Does it make .msi packages ?? Thanks
  10. Looks ok to me, but i'm by no means the one to ask...but as far as the wasteing a dvd I use VMware or virtual pc and cdimage to make the iso file, then mount with daemon tools, that way i can test my images and if they really die on me, oh well nothing wasted start cdimage.exe -lAIODVD2 -b\AIO-DVD2\BOOT\loader.bin -h -n -o -m \AIO-DVD2 E:\AIODVD2.iso The "-o" switch (optimize) i love i have 1 gig of files compressed down to 672 megs....**** nice! BTW: welcome to the forum, i dont think i have closed the page since i found it.
  11. never even though of that.. What would the syntax be to extract once its place in $OEM$\$1\install\applications or would i set up the extraction location from with in winrar? IE: %programfiles%\trillian Thanks
  12. I found that trillian doesnt use any registry keys except to uninstall What i'm trying to do is copy The trillian driectory i put in $OEM$\$1\install\applications to my program files directory then make a shortcut to put on all users desktop. Hasnt worked so far @ECHO OFF IF EXIST C:\WIN51IP.SP1 set CDROM=C: IF EXIST D:\WIN51IP.SP1 set CDROM=D: IF EXIST E:\WIN51IP.SP1 set CDROM=E: IF EXIST F:\WIN51IP.SP1 set CDROM=F: IF EXIST G:\WIN51IP.SP1 set CDROM=G: IF EXIST H:\WIN51IP.SP1 set CDROM=H: IF EXIST I:\WIN51IP.SP1 set CDROM=I: IF EXIST J:\WIN51IP.SP1 set CDROM=J: IF EXIST K:\WIN51IP.SP1 set CDROM=K: IF EXIST L:\WIN51IP.SP1 set CDROM=L: IF EXIST M:\WIN51IP.SP1 set CDROM=M: IF EXIST N:\WIN51IP.SP1 set CDROM=N: IF EXIST O:\WIN51IP.SP1 set CDROM=O: IF EXIST P:\WIN51IP.SP1 set CDROM=P: IF EXIST Q:\WIN51IP.SP1 set CDROM=Q: IF EXIST R:\WIN51IP.SP1 set CDROM=R: IF EXIST S:\WIN51IP.SP1 set CDROM=S: IF EXIST T:\WIN51IP.SP1 set CDROM=T: IF EXIST U:\WIN51IP.SP1 set CDROM=U: IF EXIST V:\WIN51IP.SP1 set CDROM=V: IF EXIST W:\WIN51IP.SP1 set CDROM=W: IF EXIST X:\WIN51IP.SP1 set CDROM=X: IF EXIST Y:\WIN51IP.SP1 set CDROM=Y: IF EXIST Z:\WIN51IP.SP1 set CDROM=Z: ECHO Copying Trillian files ECHO Pease wait... MD %systemdrive%\progra~1\trillian xcopy /Y /e %CDROM%\install\Applications\trillian\*.* %programfiles%\trillian\ I tried MD %systemdrive%\program files\trillian That doesnt seem to work either Any ideas how to accomplish that? Nothing in there for making a shortcut yet, just trying to get the directory copied over.
  13. I think it may have something to do with vmware. I just threw the .cmd file into my startup folder and restarted, and it worked the way its supposed to. Although I dont know if that is really the same..
  14. hmmm same thing happened Shutdown started, then the dos window colsed...then shutdown aborted. Could this have something to do with me using vmare? Or is there something wrong with my file? I removed the cleanup.cmd file and just added it into my main .cmd file run from guirunonce CLS @echo off MODE CON COLS=80 LINES=40 COLOR 0F TITLE Windows XP SP1 - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications and registry ECHO tweaks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Importing Reg Tweaks REGEDIT /S %systemdrive%\apps\regtweaks.reg ECHO. ECHO Installing DirectX 9.0b ECHO Please wait... start /wait %systemdrive%\install\Applications\DirectX9b\DX9NTopk.exe ECHO. ECHO Installing WinRAR 3.3 Plus ECHO Please wait... start /wait %systemdrive%\install\Applications\wrar330.exe /s ECHO. ECHO Installing Spybot SD v1.3 start /wait %systemdrive%\install\Applications\spybot\spybotsd13.exe /VERYSILENT /NOCANCEL /TASKBARHIDE /AUTOCLOSE ECHO. ECHO Installing Nero Burning ROM v6.3.1.6 ECHO Please wait... start /wait %systemdrive%\install\Applications\nero\nero6316.exe /SN=xxxxxxxxxxxxxxxxxxxxxxxx /WRITE_SN /SILENT /NOREBOOT ECHO. ECHO Installing Alcohol 120 ECHO Please wait... start /wait %systemdrive%\install\Applications\alcohol120\setup.exe /qn Reboot=Suppress ECHO. ECHO Reigistering alcohol 120.... REGEDIT /S %systemdrive%\Applications\alcohol120\asoft.reg ECHO. ECHO Verifying hotfix installation. Please run qfecheck after reboot to check for proper hotfix installation. ECHO Please wait... start /wait %systemdrive%\install\Applications\Q282784.exe -u -q -z ECHO. ECHO Installing codecs start /wait %systemdrive%\install\codecs.cmd ECHO. ECHO Registering codec files... REGEDIT /S %systemdrive%\install\codecs.reg ECHO. ECHO Cleaning up temp files... RD /S /Q %systemdrive%\install ECHO. ECHO Restarting The PC In 1 Minute shutdown.exe -r -f -t 70 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" EXIT
  15. ok trying that now in vmware all i have in there now is ECHO. ECHO Cleaning up temp files... RD /S /Q %systemdrive%\install ECHO. ECHO Restarting The PC In 1 Minute shutdown.exe -r -f -t 70 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" EXIT
  16. ok i removed the start /wait... But is'nt explorer suposed to fully load before it shuts down? Sorry the odd question.
  17. Ok, in my cleanup.cmd file i have the following ECHO. ECHO Cleaning up temp files... RD /S /Q %systemdrive%\install ECHO. ECHO Restarting The PC In 1 Minute start /wait shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" EXIT This seems to work ok, but the EXIT part.. If i leave the EXIT at the end, shutdown runs, then the dos window closes, and shutdown gets aborted some how. If i remove the EXIT command ECHO. ECHO Cleaning up temp files... RD /S /Q %systemdrive%\install ECHO. ECHO Restarting The PC In 1 Minute start /wait shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" Shutdown starts, but the dos window behind it stays and exporer doesnt seem to load. Is this suposed to happen? Will this be a problem for all the programs and hotfixes that installed? When the system restars after, everything "seems" ok. I guess i am just expecting to run shutdown, and during those 60 seconds explorer will load...then shutdown. Hopefully i'm making sense.. I think its the "this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart! Thats throwing me off perhaps.
  18. So far there are no updates for spybot 1.3 This is what I use...so far it works ECHO. ECHO Installing Spybot SD v1.3 start /wait %systemdrive%\install\Applications\spybot\spybotsd13.exe /VERYSILENT /NOCANCEL /TASKBARHIDE /AUTOCLOSE Hope that helps
  19. Thanks dev2761 I'm not sure MCT when i run setup.exe /? or /help or anything It just runs setup as normal. I'm not even sure there are any switches for it.
  20. I get the same thing using svcpack.inf. Seems to create a load of temp directories.
  21. I tried those I tried running the setup.exe /? Didnt give me anyswitches though. Someone had made a .vbs script, which I cant seem to find now It worked great too. Oh well gotta keep trying
  22. I have been trying too. I tried avg admin, but i i think it only works for the pro version .
×
×
  • Create New...