Jump to content

phaeton

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by phaeton

  1. Oops my bad. Thanks for update Tsunami
  2. You are using more then one set of quotation marks and it is comfusing the rundll command. Try this REG ADD %KEY%\060 /VE /D "Install of Maxthon" /f REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 /"%ProgramFiles%\Maxthon\maxthon.inf/"" /f
  3. It is possible. You need to run Winnt from the i386 directory. If you are on a raid setup or SATA you'll need to press the F6 key to load the appropriate driver. If you have 2 Plain IDE drives, each formated with FAT32 then there should be no problem. Run Winnt /? to see the switches.
  4. It's not actually a theme. It is just a registry entry ;Disable Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000
  5. You try: taskkill /F /IM " setup.exe" Make sure there is a space between " and setup
  6. LW1, Glad i could help. I'm currently testing a unattended CD right now and my Office 2003 works fine
  7. Sorry. Duplicated post:
  8. LW1, Try suppling the path to the MST file. Here is my command line: %CDROM%\Apps\OFFICEENT2K3\setup.exe TRANSFORMS=%CDROM%\Apps\OFFICEENT2K3\Unattended.MST /qb- Change your line to this: start /wait %systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=%systemdrive%\Install\Applications\Office2003\Unattended.MST /qb-
  9. Found the answer i was looking for guys and I tought i would pass it along Just add ALLUSERS=1 to the command line above.
  10. I'm working on building an unattended install CD and running in a little problem. I'm install VMware 4.5.2 using this command: REG ADD %KEY%\130 /VE /D "Vmware 4.5.2" /f REG ADD %KEY%\130 /V 1 /D "C:\WINDOWS\system32\msiexec.exe /norestart /passive /i \"%CDROM%\Install\vmware\VMware Workstation.msi\" ADDLOCAL=ALL SERIALNUMBER="Removed " /qn" /f This all works fine and when I log in as Administrator I get the Desktop icon and the start menu entry. If I log in as a user with administrator privileges or any other regular user I do not have the Start menu entry or Desktop Icon. Any ideas?
  11. Try adding a space between the /s and the /v but make sure there is NO space between /v and "/qn REBOOT=Supress"
×
×
  • Create New...