Jump to content

LW1

Member
  • Posts

    23
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by LW1

  1. Yes, here's my command; REG ADD %KEY%\080 /VE /D "Sun Java VM 5.0.1" /f REG ADD %KEY%\080 /V 1 /D "%CDROM%\Software\SunJava\jre501.exe" /f
  2. In my UA, your latest jre501.exe still makes my pc restart under my RunOnceEX.cmd I d/l this last night, have you posted a new one since then?
  3. Thank you all for your suggestions. B) I went with gunsmokingman's suggestion as it seems to work best for my UA. Thank you all again.
  4. Well neither of these suggestions worked. The 1st however made two new folders on my C:\ 1 is "Copy" & the other is "Y" (both of which are empty) This is how i entered them; md "C:\Program Files\DVD Decrypter" Copy /y "%systemdrive%\Install\Applications\DVDDecrypter\Test.txt" /f REG ADD %KEY%\005 /V 3 /D "cmd.exe /c Copy %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" /f Any other suggestions?
  5. Wow you two were quick, thank you for the suggestions, I am trying them now, will post back the results. Thanks Again
  6. Hello, I'm trying to figure out how to copy files for certain apps w/o the need to make a SFX for them. I have tried; REG COPY %KEY%\005 /V 3 /D "%systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" REG ADD %KEY%\005 /V 3 /D "XCopy %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" REG ADD %KEY%\005 /V 3 /D "Copy /y %systemdrive%\Install\Applications\coverXP\Test.txt" "C:\Program Files\coverXP\" Any suggestions?
  7. Hello, I had the same problem when I was at this point of my DVD project, as I also have a Via Raid Setup on my MSI K8T-Neo-FIS2R. I had to add 3 files to the C:\XPCD\$OEM$\$1\Drivers\M\V\raid folder, they are; viasraid.cat VIASRAID.INF viasraid.sys After adding the above files it works great, no more having to press F6 & use a floppy disk Hope this tip helps everyone else
  8. Hello, I am looking for the following Reg tweaks & have not had any luck searching for them, or the ones I have found don't seam to be working. 1. To turn Off the screensaver 2. To show the "Status Bar" in all open folders 3. To show Hidden Files & Super Hidden Files 4. To not show IE & Outlook on the top of the StartMenu 5. To add additional tabs to the folders Toolbar, like Refresh, Cut, Copy & Paste Thanks in Advance !!!!!
  9. Hello, I am looking for the following Reg tweaks & have not had any luck searching for them, or the ones I have found don't seam to be working. 1. To turn Off the screensaver 2. To show the "Status Bar" in all open folders 3. To show Hidden Files & Super Hidden Files 4. To not show IE & Outlook on the top of the StartMenu 5. To add additional tabs to the folders Toolbar, like Refresh, Cut, Copy & Paste I am also looking for an install switch to use in RunOnceEx or batch_file to install Mail Washer Pro 4.1 unattended Thanks in advance, you Guy's have been great !!!!!!
  10. Well I used the example "phaeton" gave at the end of his post & it works flawlessly. Thank you. Now if only I can figure out some of these registry tweaks I'll be set.... Thanks again Guys
  11. Thank you for responding so quickly, I am trying these suggestions now using Virtual PC. Will post back after test is completed Thanks Again
  12. No one has any suggestions on how to fix this? And I thought the Moto here was; "MSFN.org Where people go to KNOW" I have noticed that over 30 people have looked at my post, yet no one has offered any help or suggestions.
  13. Hello, I have tried different ways to get Office2k3 to install in my Unattended dvd but its not working so far, I followed the guide @ http://unattended.msfn.org/xp/office2003_advanced.htm & used the batch command, but still no luck. As it's installing I can see the progress & no error messages. The following are the commands I've tried; ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. I have also tried this one; ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\Install\Applications\Office2003\PROI11N.MSI TRANSFORMS=Unattended.MST /qb- start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. The main files in my Office2k3 folder are; SETUP.EXE, PROI11N.MSI and Unattended.MST (along with the rest from the cd) Also, is there a way to add "My Network Places" to the start menu list, a way to show "hidden files and folder" in the folder\options\view for all folders & a way to show the "status bar" in all folders. Thanks in advance for any suggestions
  14. Thank you rdalling, I knew I saw that page the other day, but I forgot to bookmark/save it. I wasn't trying to have someone hand me the info I needed, just to point me in the direction to obtain it. Thanks Again
  15. Hello, I've been reading different topics and can't seem to find one on how/where to put the Net framework, its SP1 update & other Hotfixes into my Unattended DVD. Also, how/where do I issue the cmd to have these items installed? Thanks go out to those that don't mind helping a n00b
  16. Hello, this is what I have in the useraccounts.cmd which is in the $OEM$ folder. [COMMANDS] "useraccounts.cmd" "REGEDIT /S regtweaks.reg" Thanks Again
  17. P.S. would VMWare load its own drivers also ? As it would b nice to test them before burning to a dvd also Thanks Again
  18. As you can probably tell im a n00b at this, how can I tell when its being executed? Thank you for your time & help
  19. Hello, i just made my 1st unattended DVD that contains XP Pro W/SP2, Office2003, various drivers & software progams. But after testing the image with Virtual PC my name is set a Limited User, instead of Administrator, my ATI 9800 AIW Pro drivers were not loaded, instead it shows an SIS Video Adapter, Creative 16 bit audio drivers instaed of the SB Audigy, Intel Network Adapter instead of the integrated Realtek. Any help would be greatly appreciated My "useraccounts.cmd" file is as follows; net user "<my name>" <my password> /add net localgroup Administrators <my name> /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT my winnt.sif file is as follows; ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemPnPDriversPath="Drivers\001_Network\002_Sound;Drivers\003_Video;Driver" UnattendSwitch="yes" DriverSigningPolicy=Ignore TargetPath=\WINDOWS OemSkipEula=Yes [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [userData] ProductKey=<product id> FullName="<my name" OrgName="" ComputerName=,my name> [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=70 [TapiLocation] CountryCode=1 [RegionalSettings] LanguageGroup=1 Language=00000409 [identification] JoinWorkgroup=<workgroup name> [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=params.MS_MSClient [NetServices] MS_SERVER=params.MS_SERVER MS_PSched=params.MS_PSched [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions= [Components] msmsgs=off zonegames=off [GuiRunOnce] %systemdrive%\install\batch_file.cmd My RegTweaks.reg file is as follows; Windows Registry Editor Version 5.00 ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;Speed up shutdown [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="3000" ;Disables Error Reporting, but notifies when errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 ;Disable Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 ;Speed up Network Browsing by removing Network Scheduled Tasks [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Disables Windows Tour bubble popup [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors) [-HKEY_CLASSES_ROOT\.avi\ShellEx] [-HKEY_CLASSES_ROOT\.mpg\ShellEx] [-HKEY_CLASSES_ROOT\.mpe\ShellEx] [-HKEY_CLASSES_ROOT\.mpeg\ShellEx] ;----- ;----- Adds Device Manager right click of MY Computer ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr] @="Device Manager" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\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,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,64,00,65,00,\ 76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00 ;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] ;"MaxCmds"=dword:00000064 ;"MaxThreads"=dword:00000064 ;"MaxCollectionCount"=dword:00000064 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DefaultTTL"=dword:00000040 "EnablePMTUDiscovery"=dword:00000001 "EnablePMTUBHDetect"=dword:00000000 "TcpMaxDupAcks"=dword:00000002 "TcpMaxDataRetransmissions"=dword:00000006 "SackOpts"=dword:00000001 "MTU"=dword:000005dc ;Unbundle Windows Messenger from Outlook 2003 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\InstantMessaging] "ForceDisableIM"=dword:00000001 ;[HKEY_CURRENT_USER\Control Panel\Keyboard] ;"InitialKeyboardIndicators"="2" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0] "1004"=dword:00000003 [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings] "EnableDVDUI"="Yes" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001f And my Batch file is; ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. ECHO Installing Sun Java VM 1.4.2 ECHO Please wait... start /wait j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.3.1.25 ECHO Please wait... ECHO Installing NeroVision Express v2.1.2.21 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\nero63125.exe /silent /noreboot /no_ui /sn=<serial number> /write_sn start /wait %systemdrive%\install\Applications\Nero\NVE21221.exe /silent /noreboot ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader7\AdbeRdr70_enu_full -p"-s /v\"/qn\"" ECHO. ECHO Installing MSN Messenger 6.2 Final ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB ECHO. ECHO Installing WinRAR 3.30 Final ECHO Please wait... start /wait %systemdrive%\install\Applications\WinRAR\wrar330Final.exe /s ECHO Copying Licence file and applying Settings Copy "%systemdrive%\Install\\Applications\WinRAR\rarreg.key" "%systemdrive%\Program Files\WinRAR\" REGEDIT /S "%systemdrive%\Install\Applications\WinRAR\Settings.reg" start /wait %systemdrive%\install\Application\Creative\Setup.exe -s ECHO. ECHO Installing Yahoo Messenger 6.0.0.1750 ECHO Please wait... start /wait %systemdrive%\install\Yahoo\msgr6suite.exe /qb
  20. Hello, I am trying to add Office2003 and XP Pro w/SP2 to a bootable DVD, where do I save the batch file that I created at the end of the directions located here - -> http://unattended.msfn.org/xp/office2003_advanced.htm as it does not explain where to save it. Thanks in advance for any help/suggestions
×
×
  • Create New...