Jump to content

zedox

Member
  • Posts

    708
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by zedox

  1. Hey all, I changed the administrators name to my name using nLite and now windows trys to log onto the administrator account even though it doesnt exist! So autologin isnt working. How can I fix this!? PLEASE!?
  2. @echo off cmdow @ /HID SetLocal enableextensions SET CDROM=%~d0 IF NOT DEFINED UserName FOR /F "tokens=3 delims=\" %%d IN ("%UserProfile%") DO SET UserName=%%d COPY /Y "%CDROM%\$OEM$\system32\cmdow.exe" "%systemroot%\system32\" DEL /F /Q "%systemroot%\Web\Wallpaper\*.jpg" DEL /F /Q "%systemroot%\system32\*.scr" DEL /F /Q "%AllUsersProfile%\Documents\My Music" DEL /F /Q "%AllUsersProfile%\Documents\My Pictures" RD /S /Q "%AllUsersProfile%\Documents\Recorded TV" DEL /F /Q "%AllUsersProfile%\Start Menu\Activate Windows.lnk" DEL /F /Q "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk" DEL /F /Q "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Accessories\System Tools\Activate Windows.lnk" RD /S /Q "%UserProfile%\Favorites\Links" DEL /F /Q "%UserProfile%\My Pictures\" DEL /F /Q "%UserProfile%\Start Menu\Programs\Remote Assistance.lnk" DEL /F /Q "%UserProfile%\Start Menu\Programs\Windows Media Player.lnk" DEL /F /Q "%UserProfile%\Start Menu\Programs\Accessories\Windows Explorer.lnk" DEL /F /Q "%UserProfile%\Start Menu\Programs\Outlook Express.lnk" DEL /F /Q "%UserProfile%\Start Menu\Programs\Accessories\Address Book.lnk" EndLocal EXIT The last "DEL" commands are meant to remove the outlook express and address book shortcuts. But doesnt seem to work. The shortcuts only appear in the Administrators account. So what is the environment variable for the administrators account?
  3. @ scibott Did you use nLite to create an unattended installation of Media Center?
  4. Problem 1 Hi guys, can I have some assistance with my unattended install please... [GuiUnattended] AutoLogon = Yes EncryptedAdminPassword = No AdminPassword = "******" TimeZone = 085 OEMSkipRegional = 1 OemSkipWelcome = 1 Ok, the problem is I get the message... I used nLite to change the Administrators name to a different name... and the auto logon automatically selects the username as Administrator. --------------------------------------------------------------------------------------------------------------------------- Problem 2 not sure if this problem comes under Windows Media Center Edition forum or Unattended... Get the following error when executing Media Center... This Application has failed to start because dbgeng.dll was not found. re-installing the application may fix this problem. After clicking OK i get the next error... Application has generated an exception that could not be handled. Process id=01dc (476), Thread id=0x1e8 (488). Click OK to terminate the application. Click CANCEL to debug the application. If I Click OK I get the first error message again!!! I've searched the hard drive for dbgeng.dll and the file can not be found... How can I get my windows setup to copy this file over as it should do?
  5. God, nothing works. It still doesn't work
  6. I think i've cracked it. I created 2 directorys to be copied to C:\ during unattended setup. Then at the end of the 1st runonceex it will copy another runonceex from one of the directories that will execute a silent install of office 2000 disc1 upon a restart, included in that runonceex is the code to restart the machine. After the restart it will install office 2000 disc1 silently, then copy the other runonceex from the other directory, which includes the code to run disc 2 setup silently, and restarts the machine. Then once its restarted again, Office installation disc 2 runs and restarts the machine for a 3rd and final time. Woop... now lets see if it works. I used start /wait C:\Install\symantec\NAVCE.MSI /passive /qn /norestart That seems to work.
  7. zedox

    Puzzlesoft...

    Ohh... come on.. I give up?!
  8. So how can I stop both setups for office installing at the same time?
  9. Doesnt work. That just opens another commandprompt file which is directed to the location of the runonceex.cmd file. Which happens also when I add /wait to the script.
  10. Oh yea, forgot to say... Tried that!
  11. @ Falcon-X, hi! I have the same problem as bartjuh. How did you fix it?
  12. ECHO. ECHO Norton Antivirus Corporate Edition 7.6 start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S Executes setup, but doesnt run silently. ECHO. ECHO Microsoft Office 2000 Professional start \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb- start \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb- Executes the first disc (setup) and installs silently. But as soon as its executed the other executes. How can I delay it until setup has finished?
  13. Ok, Im stumped... Ive got my cmd file running on first boot up after fresh installation. But when it comes to installing microsoft office using my transforms file and the /qb+ switches it completely skips it with no errors... Heres my cmd file... CLS @echo off TITLE Final Installation tasks... net use H: \\192.168.58.1\data /user:REDHILL\administrator ********* ECHO. ECHO Copying Shortcuts COPY "\\192.168.58.1\data\utility\support\Employee Intranet.url" "C:\Documents and Settings\All Users\Desktop\" ECHO. ECHO Adobe Acrobat Reader 7.0 start /wait C:\Install\"Adobe Acrobat Reader"\AdbeRdr70_enu_full.exe -p-s /v/qn ECHO. ECHO WinZip 9.0 start /wait C:\Install\WinZip\WINZIP32.exe /noqp /autoinstall ECHO. ECHO Macromedia ShockWave Player 8.0 start /wait C:\Install\"Macromedia Shockwave Player"\Shockwave_Installer_Full.exe /S ECHO. ECHO Microsoft .NET Framework 1.1 start C:\Install\"Microsoft .NET Framework 1.1"\dotnetfx.exe /q /c:"install.exe /q" [b]ECHO. ECHO Microsoft Office 2000 Professional Disc 1 start /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb- ECHO. ECHO Microsoft Office 2000 Professional Disc 2 start /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended.MST" /qb- ECHO. ECHO Norton Antivirus Corporate Edition 7.6 start /wait C:\antivirus.cmd ECHO. ECHO Completing Final Installation Tasks net user aspnet /DELETE net use H: /DELETE EXIT I have tried running each from their own cmd files... doesnt work. If I run my cmd file after my system has started up it seems to run the first disc. But not the second. Please help!!!
  14. Hello! Ok, Trying to run several setups silently from a batch file after installation of windows. Problem I have is the files needed are stored on a server. When the setup file is "called" it asks for password and username, what commands shall I add to my batch to stop it asking!? EDIT: net use X: \\SERVER\FOLDER /user:DOMAIN\USERNAME PASSWORD Map any file, folder from the server, and itll remember the logon details.
×
×
  • Create New...