grandam_99 Posted October 23, 2004 Posted October 23, 2004 I get this error when it goes to install my software windows cannot find c:\install\Applications\AdAware\aawsepersonal.exethis is my Runonceexcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader6\AR6.msi /qn" /fREG ADD %KEY%\010 /VE /D "Ad-Aware SE Personal Edition" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Applications\AdAware\aawsepersonal.exe /s" /fREG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /fREG ADD %KEY%\010 /V 3 /D "%systemdrive%\Install\pskill\pskill hh.exe" /fREG ADD %KEY%\010 /V 4 /D "%systemdrive%\Install\pskill\pskill Ad-Aware.exe" /fREG ADD %KEY%\015 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Applications\MSN\MSN_Messenger_6.2.0137.msi /qn" /fREG ADD %KEY%\020 /VE /D "WinRAR 3.30" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\WinRAR\WinRAR330.exe /s" /fREG ADD %KEY%\025 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\install\RegTweaks.reg" /fEXITall of my programs are in D:\XPCD\$OEM$\$1\Install\Applicationswhat did I do wrong
grandam_99 Posted October 23, 2004 Author Posted October 23, 2004 and this is my winnt.sif;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=50 OemSkipWelcome=0[userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="User" OrgName="" ComputerName=user[Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=75[TapiLocation] CountryCode=107 Dialing=Tone AreaCode=506[branding] BrandIEUsingUnattended=Yes Home_Page=http://www.google.com/ Help_Page=http://www.google.ca/ Search_Page=http://www.google.ca/[Components]msmsgs=offmsnexplr=off [Proxy] Proxy_Enable=0 Use_Same_Proxy=1[identification] JoinWorkgroup=home[Networking] InstallDefaultComponents=Yes[COMMANDS]"RunOnceEx.cmd"
MHz Posted October 23, 2004 Posted October 23, 2004 Is your cmdlines.txt in your winnt.sif?You need to have cmdlines.txt under $oem$ folder to run your runonceex command from there.
MHz Posted October 23, 2004 Posted October 23, 2004 Here is my file called cmdlines.txt, in $oem$[COMMANDS]"UserAccounts.cmd""RunOnceEx.cmd""REGEDIT /S RegTweaks.reg"That is similar to what you need to do.
grandam_99 Posted October 23, 2004 Author Posted October 23, 2004 this is mine[COMMANDS]"RunOnceEx.cmd"what am I doing wrong???
grandam_99 Posted October 23, 2004 Author Posted October 23, 2004 nevermind I fixed it it was my winntthanks anyway
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now