Jump to content

selltekk

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About selltekk

selltekk's Achievements

0

Reputation

  1. Ok, now it is running, however Office is still not installing when the RunOnceEX.cmd calls the apps. I see Office 2003 pro in the WMI window as it is installing the programs when it automatically logs in...but office does not install... Here is a copy of my NEW RunOnceEx.cmd. Please take a look and tell me where I screwed up... @Echo Off SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Windows XP Applications" /f REG ADD %KEY%\010 /VE /D "Video Drivers" /f REG ADD %KEY%\010 /V 1 /D "%pp%IntelVideo4308\Setup.exe" /f REG ADD %KEY%\015 /VE /D "Sound Drivers" /f REG ADD %KEY%\015 /V 1 /D "%pp%SigSetup.exe" /f REG ADD %KEY%\020 /VE /D "Antivirus Suite" /f REG ADD %KEY%\020 /V 1 /D "%pp%McAfee\MAIN\Setup.exe" /f REG ADD %KEY%\025 /VE /D "AntiSpyware Suite" /f REG ADD %KEY%\025 /V 1 /D "%pp%\McAfee\ASW\VSE80MAS.Exe" /f REG ADD %KEY%\030 /VE /D "Antivirus Patches" /f REG ADD %KEY%\030 /V 1 /D "%pp%\McAfee\PATCH\Patch 13\Patch13.msp" /f REG ADD %KEY%\035 /VE /D "Chipset Drivers" /f REG ADD %KEY%\035 /V 1 /D "%pp%Intelchipset1025\Setup.EXE" /f REG ADD %KEY%\040 /VE /D "Microsoft Office 2003 Professional" /f REG ADD %KEY%\040 /V 1 /D "%pp%Office2003Pro\PRO11.MSI TRANSFORMS=office11.MST /qn" /f EXIT
  2. Ok, I figured it out, thanks to the above posts. My capitalization was wrong. I guess quotes literally means "literally!" Anyway, I will reinstall and see what happens.
  3. For some reason, my rononceex.cmd does not seem to run. here is a copy of my cmdlines.txt and runonceex.cmd cmdlines.txt [COMMANDS] "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg" "RunOnceEX.cmd" RunOnceEX.cmd @Echo Off SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Windows XP Applications" /f REG ADD %KEY%\000 /VE /D "Microsoft Office 2003 Professional" /f REG ADD %KEY%\000 /V 1 /D "%pp%Office2003pro\pro11.msi TRANSFORMS=office11.MST /qb-" /f REG ADD %KEY%\001 /VE /D "Citrix ICA Client" /f REG ADD %KEY%\001 /V 1 /D "%pp%Citrix\ica32pkg.msi" /f EXIT Do you see any issues with this? Or do you guys need more info from me? After installation completes, I can manually browse the DVD and execute the runonceex.cmd and it works fine. however, it does not automatically run.
×
×
  • Create New...