Jump to content

Recommended Posts

Posted

Hi,

When I remove Kazaa Lite from my Runonce.cmd file, the windows install goes fine, but when I get to desktop, my Quick Launch bar is missing.

The Quicklaunch is displayed, but the bar is missing. Meaning everything is checked properly but there is no way to remove it from my Runonce.cmd file.

Here is what gets removed:

REG ADD %KEY%\030 /VE /D "Kazaa Lite K++ v2.4.3" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\kazaalite243.exe /silent" /f

When that code is removed from my runonce.cmd, for some reason that is what causes the loss of the quicklaunch.

Could this have something to do with Nlite?

Heres my Runonce.cmd file:

cmdow @ /HID
@echo off
IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

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

REG ADD %KEY% /V TITLE /D "Installing Slipstreamed 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 "Alcohol 120" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\alcohol\trial_setup.exe /qn Reboot=Suppress" /f

REG ADD %KEY%\010 /VE /D "TweakUI 2.10 Powertoy" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Powertoys\TweakUI.msi /qn" /f

REG ADD %KEY%\020 /VE /D "WinRAR v3.41 Plus (Corporate Edition)" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Winrar\wrar341.exe /s" /f

REG ADD %KEY%\030 /VE /D "Kazaa Lite K++ v2.4.3" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\kazaalite243.exe /silent" /f

REG ADD %KEY%\040 /VE /D "Nero Burning ROM v6.6.0.3" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Nero\nero6603.exe /silent /noreboot /no_ui /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn" /f

REG ADD %KEY%\045 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\office.cmd" /f

REG ADD %KEY%\050 /VE /D "Dreamweaver MX 2004" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Dreamweaver\setup.exe -s" /f
REG ADD %KEY%\050 /V 2 /D "taskkill.exe /F /IM IEXPLORE.EXE" /f

REG ADD %KEY%\065 /VE /D "Office 2003 Professional Service Pack 1 Update" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\officesp1.cmd" /f

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

EXIT


Posted

I agree. For some reason, if I remove Kazaa lite from my setup, the quicklaunch wont work. If I leave it in, Quicklaunch works just fine.

Very Strange stuff.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...