gimpmaster Posted July 13, 2006 Posted July 13, 2006 Hello I have created a XPSP2 build disk that builds great, but after the build the RunOnceEx does not seem to run. But if I double click after logging in it will.The RunOnceEx.cmd has been placed in $oem$ with cmdlines.txt. The cleanup.cmd is in a folder called apps in the $oem$ folder together with all the software to be installed.It suddenly stopped working yesterday + it wont do a silent install of adobe.Please help.cmdlines.txt [Commands]"RunOnceEx.cmd"RunOnceEx.cmdcmdow @ /HID@echo offSET PP=%SystemDrive%\Apps\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Adobe Acrobat 7.0.8" /fREG ADD %KEY%\005 /V 1 /D "%PP%\AdbeRdr708_en_US.exe -p\"-s /v\"/qn\"\"" /fREG ADD %KEY%\010 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\010 /V 1 /D "%PP%\cleanup.cmd" /fEXITwinnt.sif[Data]AutomaticUpdates = "No"Autopartition = 1UnattendedInstall = "Yes"MsDosInitiated= No[unattended]Repartition=YesUnattendMode = DefaultHideUnattendSwitch = "Yes"OemSkipEula = "Yes"TargetPath=\WINDOWSFileSystem = ConvertNTFSWaitForReboot = "No"NoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1DriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreHibernation = "No"OemPreinstall= Yes[systemRestore]DisableSR = 1CreateFirstRunRp = 0[setupParams]SkipMissingFiles = "No"[GuiUnattended]AutoLogon = "Yes"EncryptedAdminPassword = "No"AdminPassword = TimeZone = 085OEMSkipRegional = 1OemSkipWelcome = 1[shell]DefaultThemesOff = "No"DefaultStartPanelOff = "Yes"[Components]Iis_common = OffIis_ftp = OffIis_inetmgr = OffIis_internetdataconnector = OffIis_nntp = OffIis_serversideincludes = OffIis_smtp = OffIis_webadmin = OffIis_webdav = OffIis_www = OffIis_www_vdir_scripts = OffIis_asp = Off[userData]ProductKey=#####-#####-#####-#####-#####FullName="blah"OrgName="blah"ComputerName=XPSP2[Display]BitsPerPel=32Xresolution=800YResolution=600[TapiLocation]CountryCode=44AreaCode=01226LongDistanceAccess="9"[RegionalSettings]SystemLocale = "0809"UserLocale = "0809"UserLocale_DefaultUser = "0809"InputLocale = "0809:00000809"InputLocale_DefaultUser = "0809:00000809"[Networking]InstallDefaultComponents = "Yes"[WindowsFirewall]Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode = 0[identification]JoinWorkgroup = WORKGROUP
Yzöwl Posted July 13, 2006 Posted July 13, 2006 The cleanup.cmd is in a folder called apps in the $oem$ folder together with all the software to be installed.SET PP=%SystemDrive%\Apps\In order for the latter to work, you need to put your Apps folder under \$OEM$\$1for example:C:\XPCD\$OEM$\$1\Apps
gimpmaster Posted July 13, 2006 Author Posted July 13, 2006 What a numpty I am it is in $oem$ $1 as the folder apps is called to c: during install, I will do some mods then report back thats.
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