Jump to content

SonWolve

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by SonWolve

  1. Hiya,

    I just made a new DVD today using basically the same RunOnceEx as always and for some reason it simply does not want to execute. I try running it manually on the system and the command prompt just comes up and goes away. I really need help with this as this is going to cause a lot of problems with my installs...

    RunOnceEx

    cmdow @ /HID
    @Echo Off


    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\000 /VE /D "Adobe Photoshop CS" /f
    REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\Applications\PhotoshopCS\setup.exe /QB" /f

    REG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2 & Updates" /f
    REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\Applications\Office2k3Pro\office2003.exe" /f
    REG ADD %KEY%\005 /V 2 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916521-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 3 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB905756-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 4 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB907417-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 5 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB913807-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 6 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB917334-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 7 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921566-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 8 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921580-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 9 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB914455-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 10 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB920103-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 11 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916518-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 12 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB918419-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 13 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB894542-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 14 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923091-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 15 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923094-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 16 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923097-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 17 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923088-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 18 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923272-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 19 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923095-FullFile-ENU.exe /Q" /f

    REG ADD %KEY%\010 /VE /D "ZoneAlarm Suite" /f
    REG ADD %KEY%\010 /V 1 /D "regedit /S %SystemDrive%\Install\Applications\ZoneAlarmSuite\zonealarm.reg" /f
    REG ADD %KEY%\010 /V 2 /D "%SystemDrive%\Install\Applications\ZoneAlarmSuite\zasuitesetup.exe /s /i /noreboot /lickey xxxxxxxxxxxxxxxxxxx

    REG ADD %KEY%\015 /VE /D "Codec Pack Hotfix" /f
    REG ADD %KEY%\015 /V 1 /D "%SystemDrive%\Install\Applications\CodecPack\HOTFIX.exe" /f

    REG ADD %KEY%\020 /VE /D "Adobe Acrobat Reader" /f
    REG ADD %KEY%\020 /V 1 /D "%SystemDrive%\Install\Applications\AdobeAcrobatReader\adobe.exe" /f

    REG ADD %KEY%\025 /VE /D "Java Runtime Environment" /f
    REG ADD %KEY%\025 /V 1 /D "%SystemDrive%\Install\Applications\Java\jre508lt.exe" /f

    REG ADD %KEY%\030 /VE /D "Shockwave Player" /f
    REG ADD %KEY%\030 /V 1 /D "%SystemDrive%\Install\Applications\Shockwave\swInstaller.exe" /f

    REG ADD %KEY%\035 /VE /D "Cyberlink PowerDVD Deluxe" /f
    REG ADD %KEY%\035 /V 1 /D "%SystemDrive%\Install\Applications\PowerDVD\Setup.exe" /f

    REG ADD %KEY%\040 /VE /D "Nero Ultra Edition" /f
    REG ADD %KEY%\040 /V 1 /D "%SystemDrive%\Install\Applications\Nero6Ultra\nero.exe" /f

    REG ADD %KEY%\045 /VE /D "Winrar 3.61 Preregistered" /f
    REG ADD %KEY%\045 /V 1 /D "%SystemDrive%\Install\Applications\Winrar\winrar.exe /s" /f

    REG ADD %KEY%\050 /VE /D "Steam" /f
    REG ADD %KEY%\050 /V 1 /D "%SystemDrive%\Install\Applications\Steam\steam.exe /silent" /f
    REG ADD %KEY%\050 /V 2 /D "taskkill /F /IM steam.exe" /f
    REG ADD %KEY%\050 /V 3 /D "%SystemDrive%\Install\Applications\Steam\Skins.exe" /f

    REG ADD %KEY%\055 /VE /D "Winamp 5.31" /f
    REG ADD %KEY%\055 /V 1 /D "%SystemDrive%\Install\Applications\Winamp\winamp531.exe /S /install=SFR" /f

    REG ADD %KEY%\060 /VE /D "Mozilla Firefox w/ Settings" /f
    REG ADD %KEY%\060 /V 1 /D "%SystemDrive%\Install\Applications\Firefox\sfirefox.exe" /f

    REG ADD %KEY%\065 /VE /D "Mozilla Thunderbird w/ Settings" /f
    REG ADD %KEY%\065 /V 1 /D "%SystemDrive%\Install\Applications\Thunderbird\sthunderbird.exe" /f

    REG ADD %KEY%\070 /VE /D "Cleaning Up" /f
    REG ADD %KEY%\070 /V 1 /D "%systemdrive%\cleanup.cmd" /f

    EXIT

    Last Session

    [Main]
    Env = 1.2.1 - 2.0.50727.42.Microsoft Windows NT 5.1.2600 Service Pack 2
    Target = Windows XP Professional SP:2 - 5.1.2600.2180 - English (United States)

    [Tasks]
    Remove Components
    Unattended Setup
    Hotfixes and Update Packs
    Tweaks
    Create a Bootable ISO
    Options

    [Components]
    ;# Applications #
    Accessibility Options
    Briefcase
    Internet Games
    ;# Multimedia #
    Media Center
    Music Samples
    Speech Support
    Tablet PC
    ;# Network #
    MSN Explorer
    Windows Messenger
    ;# Operating System Options #
    Color Schemes
    Desktop Cleanup Wizard
    Tour
    ;# Compatibility #

    [KeepFiles]
    msconfig.exe

    [RemoveFiles]
    clock.avi

    [Options]
    ProfilesDir = "%SystemDrive%\Documents and Settings"
    TargetPath = "WINDOWS"
    temp_dir = %USERPROFILE%\Local Settings\Temp
    AdvTweaks

    [Patches]
    TcpIp = 16777215
    UsbPoll = 500
    DoUxTheme
    DoSFC

    [Services2]
    ERSvc,4
    helpsvc,4
    wscsvc,4

    [Tweaks]
    Boot and Shutdown-Auto-End tasks immediately
    Boot and Shutdown-Auto-Kill hung applications immediately
    Boot and Shutdown-Auto-Kill hung services immediately
    Desktop-Show Windows version on Desktop
    Explorer-Add 'Command Prompt' to folder context menu
    Explorer-Disable Beep on errors
    Explorer-Disable Prefix: Shortcut to
    Explorer-Disable shortcut arrow
    Explorer-Recycle Bin: allow to rename and delete
    Explorer-Show Drive Letters in front of Drive Names
    Explorer-Show Statusbar in all windows
    Explorer-Show the full path in the Address Bar
    Explorer-Show the full path in the Title Bar
    My Computer-Add Administrative Tools
    My Computer-Add Control Panel
    My Computer-Add Control Panel to Context Menu
    My Computer-Add Device Manager to Context Menu
    My Computer-Add Drive Cleanup to Context Menu
    My Computer-Add Folder Options
    My Computer-Add Fonts Folder
    My Computer-Add My Network Places
    My Computer-Add Network Connections
    My Computer-Add Printers and Faxes
    My Computer-Add Recycle Bin
    My Computer-Add Scheduled Tasks
    My Computer-Add Services to Context Menu
    My Computer-Add Software to Context Menu
    My Computer-Remove Shared Documents
    Network-Allow receiving Remote Assistance-Enable
    Network-Remote Desktop-Enable
    Performance-Disable Info Tips on Files and Folders
    Performance-Disable Last accessed Timestamp on files
    Performance-Disable Tracking of Broken Shortcut Links
    Performance-Disable Warn on low disk space
    Performance-Disable WBEM logging
    Performance-Do not cache thumbnails
    Performance-Speed-up Access to AVI Media Files
    Privacy-Disable Driver Update Internet prompt
    Privacy-Disable Error Reporting
    Privacy-Remove Alexa
    Security-Disable Antivirus notification
    Security-Disable Firewall notification
    Security-Re-Enable user:pass URLs
    Security-Screensaver Password-Protection-Disabled
    Start Menu-Add Administrative Tools menu
    Start Menu-Clear most recently opened documents list on logoff
    Start Menu-Control Panel-Display as a menu
    Start Menu-Disable and Remove Documents List from Start Menu
    Start Menu-Disable Highlight newly installed programs
    Start Menu-Disable popup on first boot
    Start Menu-Expand Network Connections
    Start Menu-My Computer-Display as a menu
    Start Menu-My Documents-Display as a menu
    Start Menu-My Music-Don't display this item
    Start Menu-My Network Places-Display as a menu
    Start Menu-My Pictures-Don't display this item
    Start Menu-Network Connections-Display as Connect to menu
    Start Menu-Printers and Faxes-Display as a menu
    Start Menu-Remove Help and Support
    Start Menu-Remove Set Program Access and Defaults
    Start Menu-Remove Windows Catalog shortcut
    Start Menu-Scroll Programs
    Taskbar-Disable Balloon Tips
    Taskbar-Disable Group similar Taskbar buttons
    Taskbar-Disable Hide inactive icons
    Taskbar-Disable Language-Bar
    Taskbar-Lock the Taskbar-Yes
    Visual Effects-Combo box animation-Disable
    Visual Effects-Slide taskbar buttons-Disable
    Visual Effects-Smooth edges of screen fonts-ClearType
    Visual Effects-Smooth-scroll list boxes-Disable
    Visual Effects-Tooltip animation-Disable

    [Unattended]
    ComputerType = Automatic
    AutoLogon = Administrator
    BitsPerPel = 32 bit (True Color)
    MaximumDataStorePercentOfDisk = 12
    RestorePointLife = 30
    DesktopTheme = Windows Vista style|Vista RC2|Normal
    AutoUpdates = 4
    AutoUDay = 5
    AutoUHour = 15
    ProgFilesPath = "\Program Files"

    [DesktopThemes]
    C:\Documents and Settings\Administrator\Desktop\WinVista\WinVista\Winvista.msstyles

    [NetAdapter1]
    connname = ""
    macaddress = ""
    ipaddress = "192.168.0.1"
    subnetmask = "255.255.255.0"
    defaultgateway = ""
    dnsserver1 = ""
    dnsserver2 = ""
    winsserver = ""
    netbiossetting = "0"
    ipxnetworknumber = "00000000"
    ipxnetworkframetype = "0xFF"

    [NetAdapter2]
    connname = ""
    macaddress = ""
    ipaddress = "192.168.0.2"
    subnetmask = "255.255.255.0"
    defaultgateway = ""
    dnsserver1 = ""
    dnsserver2 = ""
    winsserver = ""
    netbiossetting = "0"
    ipxnetworknumber = "00000000"
    ipxnetworkframetype = "0xFF"

    [GuiRunOnce]

    [Drivers]

    [Hotfixes]
    C:\Documents and Settings\Administrator\Desktop\Addons\DIRECTX_AUGUST_2006_ADDON.CAB
    C:\Documents and Settings\Administrator\Desktop\Addons\Foxy_dotNET_1.1_and_2.0_SVCPACK_Addon_v1.0.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\IE7-WindowsXP-x86-enu.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddons_1.7.2.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsDX9_1.0.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsWGA_1.5.708.0.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMUpdatePack2.1.3.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\XPize46FullBETA1.exe
    C:\Documents and Settings\Administrator\Desktop\Addons\ADDON_Vista_Sounds.CAB
    C:\Documents and Settings\Administrator\Desktop\Addons\ProgramAddons FlashGet 1.73 build 128.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\ProgramAddons+Everest+3.50.761.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\ReapersCCleanerAddon.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RogueSpearAddons7-Zip_4.42.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\ScriptPackAddonsDAEMONTools_4.06.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\vcpack416_addon.7z

    I also have WMP11 slipstreamed, using that nifty little program someone on the forums posted up.

    Any and all help would be great! Thanks!

  2. Hrm, interesting. I don't put a computer name in, but I do put a workgroup name in. This computer did not have this problem when I tested that particular DVD on here. On the other computer though, this problem did happen. I tried not including the Driverpacks and the problem disappeared, so I'm pretty sure that's what it is, only this really stinks because I want to use the Driverpacks, both methods for implementation resulted in the same problem...

  3. After installing windows, my computer freezes on the boot screen. The loading bar simply stops loading. Using the latest version of Nlite.

    LAST SESSION
    [Main]
    Env = 1.2 RC - 2.0.50727.42.Microsoft Windows NT 5.1.2600 Service Pack 2
    Target = Windows XP Professional SP:2 - 2180 - English (United States)

    [Tasks]
    Service Pack Integration
    Remove Components
    Unattended Setup
    Integrate Drivers
    Hotfixes and Update Packs
    Tweaks
    Options

    [Components]
    ;# Applications #
    Accessibility Options
    Briefcase
    Internet Games
    Screensavers
    ;# Multimedia #
    Media Center
    Music Samples
    Old CDPlayer and Sound Recorder
    Speech Support
    Tablet PC
    ;# Network #
    MSN Explorer
    Windows Messenger
    ;# Operating System Options #
    Blaster/Nachi removal tool
    Color Schemes
    Desktop Cleanup Wizard
    File and Settings Wizard
    Manual Install and Upgrade
    Tour
    ;# Directories #
    DOCS
    SUPPORT
    ;# Compatibility #

    [KeepFiles]
    msconfig.exe

    [RemoveFiles]
    clock.avi

    [Options]
    ProfilesDir = "%SystemDrive%\Documents and Settings"
    TargetPath = "WINDOWS"
    temp_dir = %USERPROFILE%\Local Settings\Temp

    [Patches]
    TcpIp = 16777215
    UsbPoll = 500
    DoUxTheme
    DoSFC

    [Services2]

    [Tweaks]
    Desktop-Show Windows version on Desktop
    Explorer-Add 'Command Prompt' to folder context menu
    Explorer-Disable Beep on errors
    Explorer-Disable Prefix: Shortcut to
    Explorer-Disable shortcut arrow
    Explorer-Restore previous folder windows at logon-Disabled
    Explorer-Show Drive Letters in front of Drive Names
    Explorer-Show Full Path in Address and in Title-Bar
    Explorer-Show Statusbar in all windows
    Internet Explorer-Disable Download Complete notification
    Internet Explorer-Disable Internet Explorer link creation
    Internet Explorer-Disable Market Place bookmark
    Internet Explorer-Enable Google URL-Search
    Internet Explorer-Keep IE URL-History for-0 Days
    Internet Explorer-Set Homepage-www.google.com
    Internet Explorer-Set Internet Explorer to accept 10 connects at a time
    My Computer-Add Administrative Tools
    My Computer-Add Control Panel
    My Computer-Add Control Panel to Context Menu
    My Computer-Add Device Manager to Context Menu
    My Computer-Add Drive Cleanup to Context Menu
    My Computer-Add Folder Options
    My Computer-Add My Network Places
    My Computer-Add Network Connections
    My Computer-Add Printers and Faxes
    My Computer-Add Recycle Bin
    My Computer-Add Scheduled Tasks
    My Computer-Add Services to Context Menu
    My Computer-Add Software to Context Menu
    My Computer-Add Taskbar Settings
    My Computer-Remove Search from Context Menu
    My Computer-Remove Shared Documents

    Network-Disable power management for a network adapter

    Performance-Disable Info Tips on Files and Folders
    Performance-Disable Last accessed Timestamp on files
    Performance-Disable Optimize harddisk when idle
    Performance-Disable Tracking of Broken Shortcut Links
    Performance-Disable Warn on low disk space
    Performance-Disable WBEM logging
    Performance-Do not cache thumbnails
    Privacy-Disable Driver Update Internet prompt
    Privacy-Disable Error Reporting
    Privacy-Remove Alexa
    Security-Always show Updates under Software
    Security-Disable Screensaver
    Security-Screensaver Password-Protection-Disabled
    Start Menu-Add Administrative Tools menu
    Start Menu-Clear most recently opened documents list on logoff
    Start Menu-Control Panel-Display as a menu
    Start Menu-Disable and Remove Documents List from Start Menu
    Start Menu-Disable Highlight newly installed programs
    Start Menu-Disable popup on first boot
    Start Menu-Do not use Personalized Menus
    Start Menu-Expand Network Connections
    Start Menu-My Computer-Display as a menu
    Start Menu-My Documents-Don't display this item
    Start Menu-My Music-Don't display this item
    Start Menu-My Network Places-Display as a menu
    Start Menu-My Pictures-Don't display this item
    Start Menu-Network Connections-Display as Connect to menu
    Start Menu-Printers and Faxes-Display as a menu
    Start Menu-Remove Search the Internet from Search
    Start Menu-Remove Set Program Access and Defaults
    Start Menu-Remove Windows Catalog shortcut
    Start Menu-Scroll Programs
    Taskbar-Disable Balloon Tips
    Taskbar-Disable Group similar Taskbar buttons
    Taskbar-Disable Hide inactive icons
    Taskbar-Disable Language-Bar
    Taskbar-Lock the Taskbar-Yes
    Visual Effects-Combo box animation-Disable
    Visual Effects-Show translucent selection rectangle-Enable
    Visual Effects-Show window contents while dragging-Enable
    Visual Effects-Slide taskbar buttons-Disable
    Visual Effects-Smooth edges of screen fonts-ClearType
    Visual Effects-Tooltip animation-Disable
    Visual Effects-Use a background image for each folder type-Enable
    Visual Effects-Use drop shadows for icon labels on the desktop-Enable
    Visual Effects-Use visual styles on windows and buttons-Enable
    Windows Media Player-Accept Privacy Statement
    Windows Media Player-Disable MRU
    Windows Media Player-Disable starting with Media Guide
    Windows Media Player-Enhanced privacy settings
    Windows Media Player-Optimize fullscreen mode behavior

    [Unattended]
    ComputerType = Automatic
    AutoLogon = Administrator
    BitsPerPel = 32 bit (True Color)
    MaximumDataStorePercentOfDisk = 12
    RestorePointLife = 30
    DesktopTheme = Windows Vista style|Vista RC1|Normal
    AutoUpdates = 1
    AutoUDay = 0
    AutoUHour = 12
    AUMinor
    ProgFilesPath = "\Program Files"

    [DesktopThemes]
    C:\Documents and Settings\Administrator\Desktop\WinVista\WinVista\Winvista.msstyles

    [NetAdapter1]
    connname = ""
    macaddress = ""
    ipaddress = "192.168.0.1"
    subnetmask = "255.255.255.0"
    defaultgateway = ""
    dnsserver1 = ""
    dnsserver2 = ""
    winsserver = ""
    netbiossetting = "0"
    ipxnetworknumber = "00000000"
    ipxnetworkframetype = "0xFF"

    [GuiRunOnce]

    [Drivers]

    [Hotfixes]
    C:\Documents and Settings\Administrator\Desktop\Addons\Foxy_dotNET_1.1_and_2.0_SVCPACK_Addon_v1.0.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMUpdatePack2.1.2.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsWMP10_2.9.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsWGA_1.5.708.0.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddons_1.7.2.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\XPize451Full.exe
    C:\Documents and Settings\Administrator\Desktop\Addons\ReapersCCleanerAddon.7z
    C:\Documents and Settings\Administrator\Desktop\Addons\everesthome.cab
    C:\Documents and Settings\Administrator\Desktop\Addons\DIRECTX_AUGUST_2006_ADDON.CAB
    C:\Documents and Settings\Administrator\Desktop\Addons\ADDON_Vista_Sounds.CAB

    cmdow @ /HID
    @Echo Off


    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\000 /VE /D "Adobe Photoshop CS" /f
    REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\Applications\PhotoshopCS\setup.exe /QB" /f

    REG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2 & Updates" /f
    REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\Applications\Office2k3Pro\office2003.exe" /f
    REG ADD %KEY%\005 /V 2 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916521-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 3 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB905756-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 4 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB907417-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 5 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB913807-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 6 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB917334-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 7 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921566-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 8 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921580-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 9 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB914455-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 10 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB920103-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 11 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916518-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 12 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB918419-FullFile-ENU.exe /Q" /f
    REG ADD %KEY%\005 /V 13 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB894542-FullFile-ENU.exe /Q" /f

    REG ADD %KEY%\010 /VE /D "ZoneAlarm Suite" /f
    REG ADD %KEY%\010 /V 1 /D "regedit /S %SystemDrive%\Install\Applications\ZoneAlarmSuite\zonealarm.reg" /f
    REG ADD %KEY%\010 /V 2 /D "%SystemDrive%\Install\Applications\ZoneAlarmSuite\zasuitesetup.exe /s /i /noreboot /lickey ***********************

    REG ADD %KEY%\015 /VE /D "K Lite Codec Pack" /f
    REG ADD %KEY%\015 /V 1 /D "%SystemDrive%\Install\Applications\CodecPack\pack.exe" /S /f

    REG ADD %KEY%\020 /VE /D "Adobe Acrobat Reader" /f
    REG ADD %KEY%\020 /V 1 /D "%SystemDrive%\Install\Applications\AdobeAcrobatReader\adobe.exe" /f

    REG ADD %KEY%\030 /VE /D "Java Runtime Environment" /f
    REG ADD %KEY%\030 /V 1 /D "%SystemDrive%\Install\Applications\Java\jre508lt.exe" /f

    REG ADD %KEY%\035 /VE /D "Shockwave Player" /f
    REG ADD %KEY%\035 /V 1 /D "%SystemDrive%\Install\Applications\Shockwave\swInstaller.exe" /f

    REG ADD %KEY%\040 /VE /D "Cyberlink PowerDVD Deluxe" /f
    REG ADD %KEY%\040 /V 1 /D "%SystemDrive%\Install\Applications\PowerDVD\Setup.exe" /f

    REG ADD %KEY%\045 /VE /D "Nero Ultra Edition" /f
    REG ADD %KEY%\045 /V 1 /D "%SystemDrive%\Install\Applications\Nero6Ultra\nero.exe" /f

    REG ADD %KEY%\050 /VE /D "Comcast Rhapsody" /f
    REG ADD %KEY%\050 /V 1 /D "regedit /S %SystemDrive%\Install\Applications\ComcastRhapsody\rhapsody.reg" /f
    REG ADD %KEY%\050 /V 2 /D "%SystemDrive%\Install\Applications\ComcastRhapsody\rhapsody.exe /s" /f
    REG ADD %KEY%\050 /V 3 /D "taskkill /F /IM Rhapsody.exe" /f

    REG ADD %KEY%\055 /VE /D "7 Zip" /f
    REG ADD %KEY%\055 /V 1 /D "%SystemDrive%\Install\Applications\7zip\7z442.exe /S /D="%programfiles%\7-Zip\" /f

    REG ADD %KEY%\060 /VE /D "Steam" /f
    REG ADD %KEY%\060 /V 1 /D "%SystemDrive%\Install\Applications\Steam\steam.exe" /silent /f
    REG ADD %KEY%\060 /V 2 /D "taskkill /F /IM steam.exe" /f
    REG ADD %KEY%\060 /V 3 /D "%SystemDrive%\Install\Applications\Steam\Skins.exe" /f

    REG ADD %KEY%\065 /VE /D "Mozilla Firefox w/ Settings" /f
    REG ADD %KEY%\065 /V 1 /D "%SystemDrive%\Install\Applications\Firefox\sfirefox.exe" /f

    REG ADD %KEY%\070 /VE /D "Mozilla Thunderbird w/ Settings" /f
    REG ADD %KEY%\070 /V 1 /D "%SystemDrive%\Install\Applications\Thunderbird\sthunderbird.exe" /f

    REG ADD %KEY%\075 /VE /D "Winrar 3.61 Preregistered" /f
    REG ADD %KEY%\075 /V 1 /D "%SystemDrive%\Install\Applications\Winrar\winrar.exe" /S /f

    REG ADD %KEY%\080 /VE /D "Cleaning Up" /f
    REG ADD %KEY%\080 /V 1 /D "%systemdrive%\cleanup.cmd" /f

    EXIT

    Please help?

    *Note* Also using latest driverpacks.

  4. That certainly makes me feel stupid, only having a problem now specifying what I want installed, after editing I get the warning "Some required settings in this answer file not found..." I would answer some things like VIDIALOG= instead of VIDIALOG=A, but I guess for some reason I'm missing something here.

  5. The 'only' reason I've gone back to Windowblinds is for the glass look that originates from Vista and the ease of use that I've gotten from the lastest version. This wasn't meant for other people's machines, just my own. When I am repairing other people's computers I certainly do NOT push the software I like on them. So if no one is able to get this to work, then I will simply go back to visual styles.

  6. Would be great if someone could get this into addon form...

    As it is right now, basically it unpacks itself, you launch a batch file, hit enter for the pause and it will start its business in editing the appropriate files to change your icons. Then after a restart you have to run a icon cache rebuild and its done. I haven't been able to figure out how to get this to run silent (VERY new to this) but it doesn't seem like it would be too hard, esp if you have file protection disabled... with a different icon pack I tried grabbing all the files it edited and CAB them and throw them into the I386 directory on my install DVD but that only changed some things and certainly not all the icons... anyway I would greatly appreciate if someone could figure out how to get this pack to work in a silent environment. Thanks!!!

    Here is a link to the pack (Rapidshare)

    Here

    Thanks!

  7. This is a great pack for those wanting their XP desktop to look more like Vista without using up much resources in the process...

    Window X's Vista Transformation Pack 4

    If anyone would be so kind and great a silent installer or Nlite addon it would be GREATLY appreciated...

    If you could figure out how to set it up with certain options like not adding the system information, bootscreen etc portion as they are options when you install is by hand.

    Thanks!!

  8. Thats right, the xml file are the settings that can be backed up using a feature in Zonealarm. I see that DjWhizZ didn't use this, so I guess I'll try without it and see how it goes!

    I just noticed that I didn't change the number 20 to 25 in this code...

    REG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /f
    REG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /f

    REG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /f
    REG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /f

    Could that be the reason why PowerDVD didn't install... the silent installer works perfectly itself so I don't know what else it could be...

  9. Hiya, I tried getting Zonealarm to install silently with some other programs with RunOnce but a couple programs simply didn't install.

    cmdow @ /HID
    @Echo Off

    SET PP=%SystemDrive%\Install\

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications for Justin!" /f

    REG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2" /f
    REG ADD %KEY%\005 /V 1 /D "%PP%office2003.exe" /f

    REG ADD %KEY%\010 /VE /D "ZoneAlarm Pro suite 6.1.744.001" /f
    REG ADD %KEY%\010 /V 1 /D "%PP%zapSetup.exe" /s /i /noreboot /lickey *****
    %PP%zoneconfig.xml" /f
    REG ADD %KEY%\010 /V 2 /D "REGEDIT /S "%PP%zonealarm.reg" /f

    REG ADD %KEY%\015 /VE /D "Adobe Acrobat Reader 7.0.7" /f
    REG ADD %KEY%\015 /V 1 /D "%PP%reader707.exe" /f

    REG ADD %KEY%\020 /VE /D "Cyberlink PowerDVD Deluxe" /f
    REG ADD %KEY%\020 /V 1 /D "%PP%powerdvd.exe" /f

    REG ADD %KEY%\020 /VE /D "Nero Ultra Edition 6.6.1.4" /f
    REG ADD %KEY%\020 /V 1 /D "%PP%nero.exe" /f

    REG ADD %KEY%\060 /VE /D "Cleaning Up" /f
    REG ADD %KEY%\060 /V 2 /D "%systemdrive%\cleanup.cmd" /f

    EXIT

    With that, ZoneAlarm and PowerDVD were the only two that did not install, all these files are located in the same directory. Any help would be greatly appreciated...

×
×
  • Create New...