Jump to content

ukg1jzj

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

About ukg1jzj

ukg1jzj's Achievements

0

Reputation

  1. Hey MacGyver, stick with the tools in the wilderness.. he he.. joke aside, i my self have found the MSFN unattended guides very usefull in the quest of what you have asked above.. for MS Office XP http://unattended.msfn.org/unattended.xp/view/web/47/ and for MS Office 2003: http://unattended.msfn.org/unattended.xp/view/web/46/ home for the guides is: http://unattended.msfn.org/unattended.xp/view/web/1/
  2. The only way i have seen this be done is with a dos tool prior to the unattended install, we are doing this at work for the reason of changing the path for "documents and settings" to go on drive D: This way only have OS and Programs on the C: drive.. This is perfect for ghosting and backup's, as for recovery we only ghost partition for C: drive and backup's are only done for D: in case where needed (e.g.: profile backup) rgds JV.
  3. hi, not clear if the pc's are going into a domain.. if they are, then remember to run sysprep before creating the ghostimage.. that would clear the SID in the image and avoid conflicts on the network.. also run 'ipconfig /release' before shutting down prior to ghost image is created.. Rgds JV.
  4. A CMD file can also do this for you.. just copy the text from the code box and paste into {yourchoice}.cmd (e.g.: vcd.cmd) @echo off :ChkCDRom Set CDROM_DRIVE=N/A :ChkCDRom Echo Finding CD-Rom drive If exist D:\Setup.exe SET CDROM_DRIVE=D: If exist E:\Setup.exe SET CDROM_DRIVE=E: If exist F:\Setup.exe SET CDROM_DRIVE=F: If exist G:\Setup.exe SET CDROM_DRIVE=G: If exist H:\Setup.exe SET CDROM_DRIVE=H: If exist I:\Setup.exe SET CDROM_DRIVE=I: If exist J:\Setup.exe SET CDROM_DRIVE=J: If exist K:\Setup.exe SET CDROM_DRIVE=K: If exist L:\Setup.exe SET CDROM_DRIVE=L: If exist M:\Setup.exe SET CDROM_DRIVE=M: If exist N:\Setup.exe SET CDROM_DRIVE=N: If exist O:\Setup.exe SET CDROM_DRIVE=O: If exist P:\Setup.exe SET CDROM_DRIVE=P: If exist Q:\Setup.exe SET CDROM_DRIVE=Q: If exist R:\Setup.exe SET CDROM_DRIVE=R: If exist S:\Setup.exe SET CDROM_DRIVE=S: If exist T:\Setup.exe SET CDROM_DRIVE=T: If exist U:\Setup.exe SET CDROM_DRIVE=U: If exist V:\Setup.exe SET CDROM_DRIVE=V: If exist W:\Setup.exe SET CDROM_DRIVE=W: If exist X:\Setup.exe SET CDROM_DRIVE=X: If exist Y:\Setup.exe SET CDROM_DRIVE=Y: If exist Z:\Setup.exe SET CDROM_DRIVE=Z: If [%CDROM_DRIVE%]==[N/A] ( Echo. Echo *** THE INSTALLATION CD WAS NOT DETECTED *** Echo. Pause ) :Start Setup %CDROM_DRIVE%\setup.exe Rgds Jan V.
  5. To disable the tour you can do the following: "%SystemRoot%\System32\reg" add HKLM\Software\Microsoft\Windows\CurrentVersion\Applets\Tour /v RunCount /t REG_DWORD /d 0x0 /f Rgds Jan V.
  6. Try look at this page.. http://www.nu2.nu/bootablecd/ Bart have done some extensive explaning on boot cd's etc. he is now dedicated on BartPE (very similar to WinPE) therefore he have stopped further development on his BootCD's but at least you can get some hints on how to procedd..
×
×
  • Create New...