Jump to content

T D

Member
  • Posts

    942
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by T D

  1. RunOnceEx and GuiRunOnce execute at exactly the same time, so you might want to set a longer timeout for how long it takes before reboot. No, if the psshutdown line is in one, it doesn't need to be in the other. But it mightt be an idea to set a longer timeout if you are going to use both cleanup.cmd's at the same time.
  2. Isn't it just shutdown.exe, not psshutdown.exe? And you could put the psshutdown.exe line at the very beginning of 1st cleanup.cmd, after cmdow @ /hid
  3. Maybe it's not winlogon? But maybe crss or something?
  4. Press start>run>diskmgmt.msc>enter You might be able to config it there.
  5. Windows Installer mst's allow you to set the... well, everything. So do installshield setup.iss's.
  6. Aserone at ryanvm forums made a s/less installer of .net 2 and 1.1. http://www.msfn.org/board/index.php?showtopic=75109 Sorry for giving an alternative link than to what you worked at ZilaXa.
  7. Well sorry for the offence given by my dislike of svcpack for programs but none, none of my applications install thru it.
  8. Sorry, can't find anything wrong. Lastsessions.ini are LONG so I only read the drivers section and nothing consequential there
  9. Data2.cab is different...
  10. You might wanna have a play in Virtual PC cos many empty folders in %systemroot% are important...
  11. In safemode, the system restore prompt appears BEFORE the desktop so you shouldn't have any problems w/that.
  12. They are universal switches, you can launch them from ANYWHERE. It's not just for cmd files.
  13. CODE Tags People, CODE tags!! CLS @echo off TITLE Windows XP64 SP1 - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applicationsã€Âwindows updatesã€Âand registry ECHO. ECHO Removing Wallpapers and Screensavers... DEL "%systemroot%\*.bmp" /f /s /q DEL "%systemroot%\Web\Wallpaper\*.jpg" /f /s /q DEL "%systemroot%\system32\dllcache\*.scr" /f /s /q DEL "%systemroot%\system32\*.scr" /f /s /q ECHO. ECHO Removing useless shortcuts... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Windows Update.lnk" /f /s /q DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Set Program Access and Defaults.lnk" /f /s /q DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Windows Catalog.lnk" /f /s /q ECHO. ECHO Installing MSN Messenger 8.1 ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /qn ECHO. ECHO Installing Office2003XP ECHO Please wait... start /wait %systemdrive%\install\Office2003XP\PRO11.msi /QB ECHO. ECHO Installing daemon403-x64 ECHO Please wait... start /wait %systemdrive%\install\applications\daemon403-x64\daemon403.exe /qb REBOOT=Suppress ECHO. ECHO Installing alcohol ECHO Please wait... start /wait %systemdrive%\install\applications\alcohol\setup.exe /qn Reboot=Suppress ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT
  14. Let us try work out the dependancies then, attach your last_session.ini!
  15. You can't disable via the registry to my knowledge.
  16. How can do image drivers for hardware that doesn't exist in the VM? The SATA driver/s are manually added in or integrated in nlite etc. You can't build the image in the VM as the SATA Disk itself doesn't exist.
  17. Set the logon screen to Welcome Screen, not Classic NT Logon Prompt. Nlite can do this aswell.
  18. Ask in AIM's forums, not unattended windows of msfn! And most services have a "forgot your password?" link.
  19. SVCPACK is generally rubbish for installing apps so I don't use NLAOM. The switches in the addon maker are all correct. Use Installrite or installwatch from http://epsilonsquared.com to repackage the programs. It doesn't have to be a msi! @maniag, how much did you pay for adminstudio??
  20. I tried DAF but it didn't work. Nor did enabling DCOM.
  21. Integrate Them!! (I think this also allows you to use $OEM$ folders) http://unattended.msfn.org/unattended.xp/view/web/36/ It requires reburning, modding and stuff but shouldn't be a problem if you are making an unattended disc. If you're not, you'll need halfanhour and a cd-rw.
  22. Will this work for all Data1.cab proggies, like Acrobat Pro?
  23. T D

    WMP

    You need WMP to play in firefox. If winamp has a firefox extension, some websites will automatically use winamp instead of wmp.
  24. With every format, even on virtual pc this happens. @Aegis but I can start it manually, by start>run>net start msiserver I set it to automatic in services.msc but it stops after a few minutes.
  25. If you edit the last 3 digits of setupp.ini, your machine will not activate correctly, saying a pirate serial.
×
×
  • Create New...