Jump to content

Aaron

Patron
  • Posts

    5,640
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Aaron

  1. Yeah... that's me
  2. No it doesn't. That's just your opinion...
  3. Thread Closed
  4. moved...
  5. Disable the screensaver that put on a password lock (Windows Server 2003 had this by default)
  6. Look up the "Port Forwarding" section in your Router's manual/documentation
  7. its a checksum to verify that the file hasn't been modified by a malicious trojan/virus. If it has, its checksum would be different and will be denied by the firewall application.
  8. http://www.microsoft.com/security/incident/blast.asp
  9. Its nothing to do with your unattended setup, it just makes it easier for most of us to read and intepret the differences.
  10. You don't have a [Data] section in your winnt.sif file Manta?
  11. If regtweaks.reg is in $oem$\$1\install\, then how is cmdlines.txt supposed to find it? Put regtweaks.reg in the $OEM$ folder. %systemdrive%\install\install_custom_programs.bat in cmdlines.txt may also need quotations. Next time, put all your commands in tags...
  12. Check that OemPreinstall=yes is in winnt.sif
  13. jdeboeck is working on a set of batch files for SP2, but only when it reaches the final build. There's no point making one for RC1, that's a waste of time and effort.
  14. well, the contents of the XPCD folder has to be copied to the CD. Then during Windows Setup, it copies all folders in $1 to the systemdrive. So, after setup, your folder structure would be like this: %systemdrive%\install\Applications\OfficeXP\ See: http://unattended.msfn.org/xp/oemfolders.htm
  15. the mst file isn't the batch file. If you haven't yet created a .cmd file (batch file) for installing your applications, you can make one now for Office XP. Simply add: ECHO. ECHO Installing Office XP Professional with Frontpage ECHO Please wait... start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb- in notepad and save it as OfficeXP.cmd and execute it from [GuiRunOnce]
  16. If you want to enter the Computer Name manually, remove the ComputerName= entry in winnt.sif
  17. I don't know why people are comparing this to XPlode. They're both different from each other. WAI is a selection screen for people who choose what apps to install or not. Cut him some slack.
  18. One's got less switches than the other?
  19. Make sure your cousin doesn't study it for MCSEs though, most of the methods shown on the site and in the forums don't follow Microsoft spec.
  20. Welcome to MSFN
  21. DefaultThemesOff=Yes forces Classic. Make sure its not in there.
  22. You can use AutoActivate=On (or Yes) in winnt.sif, check the ref.chm documentation in deploy.cab for specifics. Although you will need to remove the productkey line from winnt.sif so its input manually for each PC. Otherwise this is what a Corporate licence is for, it eases deployment across hundreds of PCs by keeping the same product key.
  23. Aaron

    Slow startup

    seconded
  24. For free, you can use The GIMP 2.0, there are Windows binaries available
  25. It works on the next reboot it doesn't execute straightaway, it just imports registry entries and will be activated on next boot up.
×
×
  • Create New...