Jump to content

Recommended Posts

Posted

cmdow @ /HID

@Echo Off

SET PP=%SystemDrive%\Apps\

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

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

REG ADD %KEY%\000 /VE /D "winrar crystal" /f

REG ADD %KEY%\000 /V 1 /D "%PP%winrar crystal.exe /verysilent /sp-" /f

REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %systemdrive%\install\winrar crystal\register.reg" /f

REG ADD %KEY%\001 /VE /D "powerdesk" /f

REG ADD %KEY%\001 /V 1 /D "%PP%powerdesk.exe /noqp /autoinstall" /f

REG ADD %KEY%\011 /V 2 /D "REGEDIT /S %systemdrive%\install\powerdesk\register.reg" /f

this is the thing have this and the cmd.txt file in the following set ::::: OEM/$$/apps now is it suppose to be $OEM$/$$/$apps because never work for me and just puzzeled to death about why apps are not being installed???

I have the command.txt and the runonce.cmd inside the OEM folder and the cmd.exe in theOEM/$$/ system32 folder also as i have read???

useing the runoncecmd creator it is good app :unsure:


Posted
Make it as told here:

http://unattended.msfn.org/unattended.xp/view/web/31/

Then it will work fine.

The guide linked to may not work with Windows 2000 setup (any Service Pack level) and I believe the gold (RTM) version Windows XP Professional or Windows XP Home Edition; the guide uses a file to run ("RunOnceEx.cmd") during GUI setup that violawtes 8.3 filenames (short filenames) which are important to maintain. Instead of "RunOnceEx.cmd", something like "Logon.cmd" may be used.
Posted (edited)

ok i have noticed that the exe files are not been copied to the svpack file so what is the issue that i am having??????

Edited by ibdevil

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...