Jump to content

Acheron

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Acheron

  1. I have posted instructions for Thunderbird here. The unattended methods used are identical.
  2. I posted previously the scripts I use to install Firefox unattended. Making Thunderbird 2.0.0.x unattended is not very different. My script also sets Thunderbird as the default email and news client install.inf [Version] Signature="$Windows NT$" [DefaultInstall] AddReg = Thunderbird.AddReg CopyFiles = Thunderbird.CopyFiles,GrePrefs.CopyFiles RunPostSetupCommands = Thunderbird.Install:1 UpdateInis = override.ini [DestinationDirs] ;Thunderbird install dir Thunderbird.CopyFiles = 16422,"Mozilla Thunderbird" GrePrefs.CopyFiles = 16422,"Mozilla Thunderbird\greprefs" [Thunderbird.CopyFiles] ;General config file "thunderbird.cfg" [GrePrefs.CopyFiles] ;Enable general config file "_config.js" [Thunderbird.Install] ;Mozilla Thunderbird 2.0.0.19 """%01%\Thunderbird20019%LANG_ID%.exe"" /INI=%16422%\Mozilla Thunderbird\override.ini" ;Create default profile """%16422%\Mozilla Thunderbird\Thunderbird.exe"" -CreateProfile default" ;Install addons "cmd /c for %%e in (""%01%\Addons\*.xpi"") do start ""Installing Thunderbird addons"" /wait ""%%programfiles%%\Mozilla Thunderbird\thunderbird.exe"" -install-global-extension ""%%e""" ;Install themes "cmd /c for %%e in (""%01%\Themes\*.jar"") do start ""Installing Thunderbird themes"" /wait ""%%programfiles%%\Mozilla Thunderbird\thunderbird.exe"" -install-global-theme ""%%e""" [Thunderbird.AddReg] ;Set thunderbird as default mail and news handler HKCR,".eml",,0x0,"ThunderbirdEML" HKCR,"CLSID\{29F458BE-8866-11D5-A3DD-00B0D0F3BAA7}",,0x0,"Mozilla MAPI" HKCR,"CLSID\{29F458BE-8866-11D5-A3DD-00B0D0F3BAA7}\LocalServer32",,0x0,"%16422%\Mozilla Thunderbird\thunderbird.exe /MAPIStartUp" HKCR,"CLSID\{29F458BE-8866-11D5-A3DD-00B0D0F3BAA7}\VersionIndependentProgID",,0x0,"MozillaMapi" HKCR,"mailto\DefaultIcon",,0x0,"%16422%\Mozilla Thunderbird\thunderbird.exe,0" HKCR,"mailto\shell\open\command",,0x0,"""%16422%\Mozilla Thunderbird\thunderbird.exe"" -osint -compose ""%%1""" HKCR,"news\DefaultIcon",,0x0,"%16422%\Mozilla Thunderbird\thunderbird.exe,0" HKCR,"news\shell\open\command",,0x0,"""%16422%\Mozilla Thunderbird\thunderbird.exe"" -osint -mail ""%%1""" HKCR,"nntp\DefaultIcon",,0x0,"%16422%\Mozilla Thunderbird\thunderbird.exe,0" HKCR,"nntp\shell\open\command",,0x0,"""%16422%\Mozilla Thunderbird\thunderbird.exe"" -osint -mail ""%%1""" HKCR,"snews\DefaultIcon",,0x0,"%16422%\Mozilla Thunderbird\thunderbird.exe,0" HKCR,"snews\shell\open\command",,0x0,"""%16422%\Mozilla Thunderbird\thunderbird.exe"" -osint -mail ""%%1""" HKLM,"SOFTWARE\Clients\Mail",,0x0,"Mozilla Thunderbird" HKLM,"SOFTWARE\Clients\Mail\Mozilla Thunderbird\shell\properties",,0x0,"%TB_OPTIONS%" HKLM,"SOFTWARE\Clients\News",,0x0,"Mozilla Thunderbird" [override.ini] "%16422%\Mozilla Thunderbird\override.ini","Install",,"CloseAppNoPrompt=true" "%16422%\Mozilla Thunderbird\override.ini","Install",,"DesktopShortcut=false" "%16422%\Mozilla Thunderbird\override.ini","XRE",,"EnableProfileMigrator=false" [Strings] TB_OPTIONS="Thunderbird &Options" [Strings.0413] LANG_ID="nl" TB_OPTIONS="Thunderbird-&opties" _config.js pref("general.config.obscure_value", 0); pref("general.config.filename", "thunderbird.cfg"); thunderbird.cfg //general settings defaultPref("extensions.update.notifyUser", false); defaultPref("font.name.monospace.x-western", "Lucida Console"); defaultPref("font.name.sans-serif.x-western", "Trebuchet MS"); defaultPref("font.name.serif.x-western", "Palatino Linotype"); defaultPref("mail.content_disposition_type", 1); defaultPref("mail.default_html_action", 2); defaultPref("mail.forward_message_mode", 2); defaultPref("mail.html_compose", true); defaultPref("mail.identity.default.compose_html", true); defaultPref("mail.identity.default.reply_on_top", 1); defaultPref("mail.inline_attachments", false); defaultPref("mail.pop3.deleteFromServerOnMove", true); defaultPref("mail.phising.detection.enabled", false); defaultPref("mail.showFolderPaneColumns", true); defaultPref("mailnews.default_news_sort_order", 2); defaultPref("mailnews.default_news_sort_type", 22); defaultPref("mailnews.default_sort_order", 2); defaultPref("mailnews.default_sort_type", 22); defaultPref("mail.spam.manualMarkMode", 1); defaultPref("mail.spam.version", 1); defaultPref("mailnews.message_display.disable_remote_image", false); defaultPref("mailnews.ui.junk.firstuse", false); defaultPref("mailnews.reuse_message_window", false); defaultPref("mailnews.start_page.enabled", false); defaultPref("mailnews.thread_pane_column_unthreads", false); defaultPref("prefs.converted-to-utf8", true); defaultPref("pref.privacy.disable_button.view_passwords", true); defaultPref("offline.download.download_messages", 1); defaultPref("spellchecker.dictionary", "nl"); //Use classic skin defaultPref("general.skins.selectedSkin", "ThunderBirdDefaultVista"); //Autozip attachments defaultPref("extensions.AutoZipAttachments.autoZipFileName", ""); defaultPref("extensions.AutoZipAttachments.autoZipStatus", true); defaultPref("extensions.AutoZipAttachments.confirmAutoZip", true); defaultPref("extensions.AutoZipAttachments.fileExtensions", "7z zip jar arj rar z gz tgz lha cab"); defaultPref("extensions.AutoZipAttachments.firstrun", true); defaultPref("extensions.AutoZipAttachments.promptZipFileName", true); defaultPref("extensions.AutoZipAttachments.zipComment", ""); //Dictionary switcher defaultPref("extensions.dictionary-switcher.autodetect", true); //Minimize to tray defaultPref("extensions.minimizetotray.minimize-on-close", true); defaultPref("extensions.minimizetotray.two-click-restore", false); defaultPref("extensions.minimizetotray.with-windows", true); To install Thunderbird using the AdvancedINF command you simply add the following command to your unattended install script: "rundll32.exe advpack.dll,LaunchINFSection .\PATH\TO\THUNDERBIRD\install.inf,,1"
  3. KB951978 is reported after a fresh install of Windows XP SP3 using the July Update List. Everything else is fine
  4. You are right, fixed now. Well the script does look a bit complicated, once you have configured your settings it is very easy to maintain.
  5. After testing on my running system I see indeed any changes to all.js are overwritten. Also the UpdateInis method makes a mess of any js file when running the installation script multiple times, as no ini section was specified. I have updated the first post with new instructions. The config file is now enabled by a separate js file _config.js.
  6. Fixed link to ArniWorx installer, also updated scripts for Daemon Tools Lite 4.30.0. Finally Daemon Tools decided to remove the adware from it.
  7. I looked a bit at the source code, but as I see it still uses Reshack to do resource modifications. It will not be hard to alter these scripts. I also use Reshack scripts to build Nero Lite. I don't use XPize personally at the moment, but I keep the source code for now. Some parts might be useful.
  8. I don't support the RecodeSDK, since I'm not the author of it. Perhaps it is better to start a new thread for the Recode Addon.
  9. Here is an working version of the AutoIt scripts I use to install Daemon Tools Lite silently. Unfortunately it's not possible to avoid installation of the Daemon Tools Toolbar and Search plugins so I remove them afterwards. ArniWorx is no longer supported. All install files are copied to the hard disc during setup, as Daemon Tools is installed after logon. At this stage users might have removed the CD from the cd drive. cmdlines.txt rundll32.exe advpack.dll,LaunchINFSection .\Install\Daemon Tools\install.inf,,1 install.inf [Version] Signature = "$Windows NT$" [DefaultInstall] RunPreSetupCommands = SPTD.Install:1 CopyFiles = DaemonTools.CopySetup AddReg = Register.AddReg [SPTD.Install] ;SPTD-driver 1.62 """%01%\SPTDinst-v162-x86.exe"" add /q" [DestinationDirs] ;All users application data directory DaemonTools.CopySetup = 16419,"DAEMON Tools" [DaemonTools.CopySetup] "daemon4355-lite.exe" "install_dtools.au3" [Register.AddReg] ;Install Daemon Tools after reboot HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\000","DAEMON Tools Lite",0,"autoit3.exe ""%16419%\DAEMON Tools\install_dtools.au3""" ;Start Daemon Tools for all users HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools Lite",0x0,"""%16422%\DAEMON Tools Lite\DTLite.exe"" -autorun" ;User settings HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","Automount",0x10001,01,00,00,00 HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","Autostart",0x10001,01,00,00,00 HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","CheckForUpdate",0x10001,00,00,00,00 HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\View","Language",0x10001,"%LANG_ID%" [Strings] LANG_ID="1033" [Strings.0413] LANG_ID="1043" install_dtools.au3 #RequireAdmin #NoTrayIcon $DTTITLE = "Daemon Tools Lite" $DTVERSION = "4.35.5" $INSTALLDIR = @ProgramFilesDir & "\DAEMON Tools Lite" $EXENAME = "daemon4355-lite.exe" ;Read from registry the default search engine of IE7 or IE8 (to restore it after the installation of DAEMON Tools Lite) $IEVersion = FileGetVersion(@ProgramFilesDir & "\Internet Explorer\iexplore.exe") $IEVersion = StringLeft($IEVersion, 1) If $IEVersion >= 7 Then $IEDefaultSearchEngine = RegRead("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope") If @Error Then $IEDefaultSearchEngine = "{0633EE93-D776-472f-A0FF-E1416B8B2E3A}" EndIf EndIf ;Launch Daemon Tools setup RunWait(@ScriptDir & "\" & $EXENAME & " /S") ;Uninstall DAEMON Tools Toolbar RunWait(@ProgramFilesDir & "\DAEMON Tools Toolbar\uninst.exe /S") FileDelete($INSTALLDIR & "\DAEMON Tools Toolbar.exe") DirRemove(@ProgramFilesDir & "\DAEMON Tools Toolbar", 1) ;Delete Firefox toolbar If FileExists(@AppDataDir & "\Mozilla\Firefox\profiles.ini") Then $moz_profiledir = IniRead(@AppDataDir & "\Mozilla\Firefox\profiles.ini", "Profile0", "Path", "") $moz_dttoolbarDir = @AppDataDir & "\Mozilla\Firefox\" & $moz_profiledir & "\extensions\DTToolbar@toolbarnet.com" If FileExists($moz_dttoolbarDir) Then FileDelete($moz_dttoolbarDir) EndIf ;Remove Deamon Tools search plugin FileDelete(@AppDataDir & "\Mozilla\Firefox\" & $moz_profiledir & "\searchplugins\daemon-search.xml") EndIf ; Restore the default search engine of IE7 or IE8 If $IEVersion >= 7 Then RegDelete("HKCU\Software\Microsoft\Internet Explorer\SearchScopes\{AD22EBAF-0D18-4fc7-90CC-5EA0ABBE9EB8}") RegWrite("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope", "REG_SZ", $IEDefaultSearchEngine) EndIf ;Cleanup shortcuts DirRemove(@ProgramsCommonDir & "\DAEMON Tools Lite", 1) FileDelete(@DesktopCommonDir & "\DAEMON Tools Lite.lnk") FileCreateShortcut ($INSTALLDIR & "\DTLite.exe", @ProgramsCommonDir & "\DAEMON Tools Lite.lnk") ;Write uninstall information to registry RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayName", "REG_SZ", $DTTITLE) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayVersion", "REG_SZ", $DTVERSION) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayIcon", "REG_SZ",$INSTALLDIR & "\DTLite.exe") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "Publisher", "REG_SZ", "DT Soft Ltd.") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "URLInfoAbout", "REG_SZ", "http://www.daemon-tools.cc") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "UninstallString", "REG_SZ", $INSTALLDIR & "\uninst.exe") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "NoModify", "REG_DWORD", 1) ;Cleanup temp files $search = FileFindFirstFile(@TempDir & "\*.tmp") While 1 $file = FileFindNextFile($search) If @error then ExitLoop DirRemove(@Tempdir & "\" & $file, 1) RegDelete("HKLM\SYSTEM\CurrentControlSet\Control\Session Manager", "PendingFileRenameOperations") WEnd FileClose($search) ;Remove install files DirRemove(@AppdataCommonDir & "\DAEMON Tools", 1) DirRemove(@AppdataDir & "\DAEMON Tools Pro", 1) DirRemove(@AppdataDir & "\DAEMON Tools", 1) install.inf install_dtools.au3
  10. Updated to Firefox 3.0.1. I have renamed the folder structure to add a Plugins folder to support installing the WMP for Firefox plugin.
  11. What's your problem? There are no SDK changes except a new demo serial number.
  12. Just a post that my site is updated with new builds. Have fun
  13. Felix, you can get these settings from the about:config window. I just included some config options I use, but you can modify it for your own needs. I got the information from the following site: http://mit.edu/~firefox/www/maintainers/autoconfig.html The variable U_SHELL_FOLDERS_PERSONAL should indeed point to the My documents folder.
  14. I have updated the installer to fix Unlocker Assistant autorun and hide the icon by default.
  15. Hi Acheron Any news on when the new SDK will be made available? You're the first one asking for it. I only release SDK versions if people actually gonna use it. I'll upload a new version today Done.
  16. As I posted this Video Resolution Windows Setup tweak several years ago I did not monitor the registry closely. While testing on VMWARE is different from a real system it was annoying to see the display get set at 640x480 after second reboot. So at last here is a fixed version of this tweak: ;Disable Screen Resolution balloon tip HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain","ScreenCheck",0x0,"no" ;Change default resolution to 1024x768x32 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","Attach.ToDesktop",0x10001,0x1 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x10001,32 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x10001,1024 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x10001,768 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.VRefresh",0x10001,0x1 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.Flags",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XPanning",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YPanning",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.Orientation",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.FixedOutput",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","Attach.RelativeX",0x10001,0x0 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","Attach.RelativeY",0x10001,0x0
  17. When you build an unattended CD using standard answerfiles when setup completes the OOBE wizard will be shown. The OOBE experience is great to add user accounts. The only problem is that the Registered UserName visible in My computer properties, and sometimes used by software is set by winnt.sif. I rather would like this to be set to the First User that logons. I found this topic describing the RemoveOwner option to do the trick, but some users reported it didn't work. Looking up the MSOOBE binaries I found the following undocumented features, but no RemoveOwner option: DoWelcomeFadeIn SkipAnimation AgentDisabled NoWelcomeFinish So I came up with my own solution. To configure OOBE the easy way I create a new OOBE folder inside the $OEM$ directory. I use inf installation methods to do the necessary tasks: oobe.inf [Version] Signature="$Windows NT$" [DefaultInstall] CopyFiles = OOBE.config AddReg = RunOnce.AddReg [DestinationDirs] OOBE.config = 11,"OOBE" [OOBE.config] "oobeinfo.ini" [RunOnce.AddReg] ;Set registered username to first logged on user HKLM,"%RUNONCE_KEY%","RegUserName",0x0,"rundll32.exe advpack.dll,LaunchINFSection %01%\oobe.inf,SetRegisteredUser" [SetRegisteredUser] RunPostSetupCommands = OOBE.RegUserName:1 [OOBE.RegUserName] "cmd /c reg add ""HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"" /v RegisteredOwner /d ""%%USERNAME%%"" /f" [Strings] RUNONCE_KEY="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" You can use your own oobeinfo.ini. Look up the Deployment tools help files for more information. My oobeinfo.ini skips everything except the User Creation screen. oobeinfo.ini [StartupOptions] Offline = 1 [Options] IntroOnly = 0 NoIspPreconfig = 1 Use1394AsLan = 0 CMDLINES.TXT [COMMANDS] "rundll32.exe advpack.dll,LaunchINFSection .\OOBE\oobe.inf" P.S. Also look here for an improved Video Resolution tweak
  18. Some software, like Microsoft .NET 2.0, Windows Messenger 5.1 and Hex Workshop 5 won't install properly during Windows Setup. Although updates and hacks might be applied to each individual setup file, I have come up with a simpler method. By setting SystemSetupInProgress to 0 any installer will run just like if you were logged on. You can also clear the Error Reporting key which circumvents some MSI installers issues. I provide you the inf I use at T12. After the RunOnceEx section is processed I revert the SystemSetupInProgress value. Do not use this method on first logon, modifying the SystemSetupInProgress key while logged on will mess up your system! cmdlines.txt [COMMANDS] "rundll32.exe advpack.dll,LaunchINFSection .\systemsetup.inf,DisableSystemSetup" "rundll32.exe advpack.dll,LaunchINFSection .\runonceex.inf" "rundll32.exe advpack.dll,LaunchINFSection .\systemsetup.inf,EnableSystemSetup" systemsetup.inf [Version] Signature="$Windows NT$" [DisableSystemSetup] RunPreSetupCommands = BackupSystemState:1 AddReg = DisableSystemSetup.AddReg DelReg = DisableSystemSetup.DelReg [BackupSystemState] ;Backup SystemSetupProgress "cmd /c for /f ""tokens=3 skip=4"" %%i in ('reg query HKLM\SYSTEM\Setup /v SystemSetupInProgress')" \ " do reg add HKLM\SYSTEM\Setup /v SystemSetupInProgressBak /t REG_DWORD /d %%i /f" [DisableSystemSetup.AddReg] HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x10001,0x0 [DisableSystemSetup.DelReg] HKLM,"SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW" [EnableSystemSetup] RunPreSetupCommands = RestoreSystemState:1 DelReg = EnableSystemSetup.DelReg [RestoreSystemState] ;Restore SystemSetupProgress "cmd /c for /f ""tokens=3 skip=4"" %%i in ('reg query HKLM\SYSTEM\Setup /v SystemSetupInProgressBak')" \ " do reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d %%i /f" [EnableSystemSetup.DelReg] HKLM,"SYSTEM\Setup","SystemSetupInProgressBak" Note: I have tried implementing the undocumented BackupReg feature. Although this method does work, I not only had to lower Internet Explorer security settings to write to the HKLM key, while testing it appeared DWORD values were saved as BINARY and messed up the registry on restore.
  19. Your previous scripts works fine for me (with some changes like home page etc.). I will keep the first version. Thanks, but this new script works even better. Now script doesn't need AutoIt anymore and also removed additional batch files
  20. Hi, I already wrote such a script, look here for information. I have converted the batch script to an advanced inf and improved it a bit.
  21. Known issues: When Firefox is set the default browser using the -setDefaultBrowser argument a desktop shortcut is created, although no desktop shortcut was specified during install. Remove the shortcut afterwards using a cleanup script.
  22. One thing I love about HFSLIP is the HIVEINSTALL support. I searched the net about inf commands and there is a lot of information available. I found even this to create custom shortcuts. No need for any batch files. Maybe also hfslip.cmd can be changed into inf format
  23. I have updated the script to support Orbit 2.7.1. Too bad it includes so many junk by default
  24. Yes, that's the reason I post these commands here, so they can be tested. cscript and wscript are using the same engine to process vbscripts. the /B command prevents displaying any messages to the user. If you want each hotfix processed the Microsoft way you should just stick with using the official /Integrate method. Is that what you want??? UPDATE I found the last cmd window caused by the User Profile Hive Cleanup tool, not by HFSLIP.
  25. To enable quicklaunch on Windows XP I use the following regtweak: ;enable quick-launch bar near start-menu [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop] "Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00 "TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,d8,\ 64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,11,00,00,1a,00,00,00,01,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,\ 00,00,c0,00,00,00,00,00,00,46,81,00,00,00,11,00,00,00,48,53,ba,9f,d1,a4,c4,\ 01,aa,0c,c1,f5,d1,a4,c4,01,aa,0c,c1,f5,d1,a4,c4,01,00,00,00,00,00,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a7,01,14,00,1f,50,e0,4f,d0,\ 20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,3b,31,b3,a3,\ 10,00,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,3b,31,ae,b2,3b,\ 31,b3,a3,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\ 20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\ 00,00,00,18,00,4a,00,31,00,00,00,00,00,3b,31,28,a7,10,00,4b,4c,41,41,53,4e,\ 7e,31,00,00,32,00,03,00,04,00,ef,be,3b,31,b3,a3,3b,31,28,a7,14,00,00,00,4b,\ 00,6c,00,61,00,61,00,73,00,20,00,4e,00,65,00,6b,00,65,00,6d,00,61,00,6e,00,\ 00,00,18,00,64,00,31,00,00,00,00,00,3b,31,d1,a4,13,00,41,50,50,4c,49,43,7e,\ 31,00,00,4c,00,03,00,04,00,ef,be,3b,31,b3,a3,3b,31,d1,a4,14,00,36,00,41,00,\ 70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,\ 00,74,00,61,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,32,31,37,36,\ 35,00,18,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,6f,73,6f,\ 66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,32,a6,10,\ 00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,45,52,4e,\ 7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,20,4c,61,\ 75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,10,00,00,00,05,00,00,a0,1a,\ 00,00,00,37,01,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,00,00,00,62,6f,\ 76,65,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,29,91,fa,9d,c4,10,d9,11,94,fc,00,10,b5,10,90,d5,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,29,91,fa,9d,c4,10,d9,11,94,fc,00,10,b5,\ 10,90,d5,00,00,00,00,08,00,00,00,02,00,00,00,4a,02,00,00,01,00,00,00,05,00,\ 00,00,72,00,00,00,00,00,00,00,64,00,32,00,4f,00,00,00,3b,31,d2,a4,20,00,42,\ 55,52,45,41,55,7e,31,2e,53,43,46,00,00,48,00,03,00,04,00,ef,be,3b,31,d2,a4,\ 3b,31,d2,a4,14,00,00,00,42,00,75,00,72,00,65,00,61,00,75,00,62,00,6c,00,61,\ 00,64,00,20,00,77,00,65,00,65,00,72,00,67,00,65,00,76,00,65,00,6e,00,2e,00,\ 73,00,63,00,66,00,00,00,1c,00,00,00,00,00,00,00,92,00,00,00,02,00,00,00,84,\ 00,32,00,0b,03,00,00,3b,31,d3,a4,20,00,44,45,49,4e,54,45,7e,31,2e,4c,4e,4b,\ 00,00,68,00,03,00,04,00,ef,be,3b,31,d1,a4,3b,31,d1,a4,14,00,00,00,44,00,65,\ 00,20,00,49,00,6e,00,74,00,65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,\ 70,00,6c,00,6f,00,72,00,65,00,72,00,2d,00,62,00,72,00,6f,00,77,00,73,00,65,\ 00,72,00,20,00,73,00,74,00,61,00,72,00,74,00,65,00,6e,00,2e,00,6c,00,6e,00,\ 6b,00,00,00,1c,00,00,00,00,00,00,00,60,00,00,00,04,00,00,00,52,00,32,00,92,\ 02,00,00,3b,31,b9,a4,20,00,46,4c,59,32,30,30,7e,31,2e,4c,4e,4b,00,00,36,00,\ 03,00,04,00,ef,be,3b,31,b9,a4,3b,31,b9,a4,14,00,00,00,46,00,6c,00,79,00,20,\ 00,32,00,30,00,30,00,30,00,20,00,54,00,56,00,2e,00,6c,00,6e,00,6b,00,00,00,\ 1c,00,00,00,00,00,00,00,68,00,00,00,01,00,00,00,5a,00,32,00,98,02,00,00,3b,\ 31,ce,a4,20,00,4f,55,54,4c,4f,4f,7e,31,2e,4c,4e,4b,00,00,3e,00,03,00,04,00,\ ef,be,3b,31,ce,a4,3b,31,ce,a4,14,00,00,00,4f,00,75,00,74,00,6c,00,6f,00,6f,\ 00,6b,00,20,00,45,00,78,00,70,00,72,00,65,00,73,00,73,00,2e,00,6c,00,6e,00,\ 6b,00,00,00,1c,00,00,00,00,00,00,00,72,00,00,00,03,00,00,00,64,00,32,00,c4,\ 02,00,00,3b,31,cd,a4,20,00,57,49,4e,44,4f,57,7e,31,2e,4c,4e,4b,00,00,48,00,\ 03,00,04,00,ef,be,3b,31,cd,a4,3b,31,cd,a4,14,00,00,00,57,00,69,00,6e,00,64,\ 00,6f,00,77,00,73,00,20,00,4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,\ 61,00,79,00,65,00,72,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,00,00,00,\ 00,80,00,00,00,60,07,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,\ 1e,00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,\ 78,00,c0,4f,d9,18,b4,69,03,00,00,60,0d,00,00,00,00,00,00,1e,00,00,00,00,00,\ 00,00,00,00,00,00,1e,00,00,00,00,00,00,00,01,00,00,00 "Toolbars"=hex:11,00,00,00,00,00,00,00 "Upgrade"=dword:1 Works everytime
×
×
  • Create New...