Jump to content

The Glimmerman

Member
  • Posts

    144
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by The Glimmerman

  1. Do you have a file disk1 on the floppy. This tagfile needs to be in the root of the disk. If not make one. Or mark them to skip like this ; This section lists all disks in the disk set. ; ; <description> is a descriptive name for a disk, used when ; prompting for the disk ; <tagfile> is a file whose presence allows setup to recognize ; that the disk is inserted. ; <directory> is where the files are located on the disk. ; ;[Disks] ;d1 = "NVIDIA RAID DRIVER (SCSI)",\disk1,\ Other option is to intergrate them on the cd. (unattended) Hope this is usefull for you
  2. Or you can try this vbscript Dim pc, pcU, value1, value2, title, ws Set ws = WScript.CreateObject("WScript.Shell") value1 = "HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\" value2 = "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ParameterS\" title = "Windows XP Professional - Unattended Setup" '--------------------------------Change ComputerName in Registry------------------------------------- pc = InputBox("Enter New Computername.", title) pcU= UCase(pc) If pc <> "" Then ws.RegWrite value1 & "ComputerName", pcU ws.RegWrite value2 & "NV Hostname", pcU End If
  3. I think u lost the data. U should used the 'Files and Settings Transfer Wizard' in the systemtools I think
  4. This is for 1) http://msfn.org/board/index.php?act=ST&f=70&t=40787 2) kellys korner
  5. Maybe u can run an autoit script in the background. when nav pops up let the autoit script tel nav to except the script. I believe it was allow once. or something like that. I had the same prob but i didnt like nav to popup constantly and for that i got sav. Break(0) Opt("ExpandEnvStrings", 1) Opt("TrayIconHide", 1) $Waiting = 0 Do Sleep(1000) WinActivate("Name of Window", "Text in Window") $Waiting = WinExists("Name of Window", "Text in Window") Until $Waiting = 1 WinActivate("Name of Window", "") Sleep(1000) Send("{TAB}") Sleep(100) Send("{ENTER}") Sleep(100) Send("^q") Exit
  6. FYI That's what i said. except for the update.ver BTW you don't need to modify the update.ver file because you modifype the shell32.dll. (I think) I didn't do that and it runs fine. WU sees that I installed the hotfix. But never the less. Problem solved
  7. Sorry wrong button. If you don't install the update as the last one, then some updates will not install. I dont know why, but it is. I tried. Comment info: path is where to extract the dir with the hotfix files Setup explans it self i think I can't attach a file in this message. I tried it several time but no can do. Maybe someone else can attach the shell32.dll that comes with KB890047
  8. Maybe there is a solution already, but lets share the info. The solution gunsmokingman gave isn't working for me, so i found a workaround. Covert the old shell32.dll to the new one. I know it's a pain in the @@ Then get the KB890047 Hotfix. Open a dosbox and run the hotfix with the /extract switch. Choose a dir for the extracted files and click ok. (C:\KB890047) When its ready go to the dir and replace al the shell32.dll with your new one. [6.0.2900.2578] I assume everybody has winrar. rightclick (C:\KB890047) and select add to "KB890047.rar" Open KB890047.rar and add the following comment. ;The comment below contains SFX script commands Path=%SYSTEMDRIVE%\TEMP Setup=%SYSTEMDRIVE%\TEMP\KB890047\update\update.exe /quiet /norestart Silent=1 Overwrite=1 Title=Shell Replacement - Unattended Install WinXP After placing the comment, convert archive to SFX and you're ready to go. Delete the origional hotfix from the I386\Update folder and replace it with the new one. Edit svcpack.inf and set the the hotfix on the bottom right above qchain.exe.
  9. Maybe this one. AppDeploy
  10. U can try this. Save as ****.au3 Then convert to exe. BlockInput(1) Break(0) Opt("ExpandEnvStrings", 1) Opt("TrayIconHide", 1) $message = "Installing Microsoft Hotfixes................." SplashTextOn("TitleFoo", $message, 200, 14, -1, -1, 1, "", 8) RunWait (@ComSpec & " /c " & "%SYSTEMDRIVE%\DIR2HOTFIX\HOTFIX1.exe /Q", "", @SW_HIDE) RunWait (@ComSpec & " /c " & "%SYSTEMDRIVE%\DIR2HOTFIX\HOTFIX2.exe /Q", "", @SW_HIDE) RunWait (@ComSpec & " /c " & "%SYSTEMDRIVE%\DIR2HOTFIX\HOTFIX3.exe /Q", "", @SW_HIDE) RunWait (@ComSpec & " /c " & "%SYSTEMDRIVE%\DIR2HOTFIX\HOTFIX4.exe /Q", "", @SW_HIDE) RunWait (@ComSpec & " /c " & "%SYSTEMDRIVE%\DIR2HOTFIX\HOTFIX5.exe /Q", "", @SW_HIDE) SplashOff() BlockInput(0) Exit
  11. Run the setup [wbsamp.exe] Do nothing and goto your temp directory You will see a directory 'WebshotsTemp'. In that dir U will see 2 files; 1) WebshotsAutoCollection.wbp 2) wssetup.exe Move them 2 the install dir Make a batchfile with this in it. CLS @ECHO OFF TITLE Webshots Desktop 2.0 START /WAIT %SYSTEMDRIVE%\Install\Webshots\wssetup.exe /S TaskKill /F /IM webshots.scr DEL /F "%USERPROFILE%\Desktop\Webshots Desktop.lnk" REGEDIT /S %SYSTEMDRIVE%\Install\Webshots\webshots.reg ECHO. good luck
  12. What i'm gonna say is a bit mean, but i have a bad day I need to say just one thing RTFM!!!! little tip just do it the 'try and error' way. Like we all did
  13. I hate MSN??? But good work
  14. You got that right SiMoNsAyS I was in a good mood.
  15. 1) Disable Fast User Switching [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon] "AllowMultipleTSSessions"=dword:00000000 2) Disables Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 3) AlwaysUnloadDLL [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "AlwaysUnloadDLL"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDll] @="1"
  16. I will try that, thx
  17. Hi, Maybe a stupid question but i searched the forum and cannot find a solution. I've installed office 2003 with a transform = etc etc SP1 is slipstreamed, but when I want to update by web. Then I get this message; NOTE: Detection shows that Office products on your computer have been updated by your Office product administrator from the administrative installation point on a server. This means that you should not update Office products yourself. If you are an Office product administrator, please visit the Office Resource Kit for more information. Hope that someone can help me out. Greetings
×
×
  • Create New...