Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. Use next code, but first customize variables on the top ($INSTALLLOCATION, $allusers...): Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "TrueCrypt Setup 5.0a.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\TrueCrypt\" ; Install for all users $allusers = "1" ; Add TrueCrypt to Start Menu $startmenu = "1" ; Add TrueCrypt icon to desktop $desktopicon = "1" ; Associate the .tc file extension with TrueCrypt $filetypeassoc = "1" ; Create System Restore point $restorepoint = "1" If FileExists($INSTALLLOCATION & "\TrueCrypt.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of TrueCrypt before using this script", 4) Exit EndIf ; Run the installer Run($EXECUTABLE) ; License Agreement WinWait("TrueCrypt Setup", "License Agreement") WinActivate("TrueCrypt Setup", "License Agreement") ControlCommand("TrueCrypt Setup", "", "Button5", "Check", "") ControlClick("TrueCrypt Setup", "", "Button3") ; Wizard Mode WinWait("TrueCrypt Setup", "Wizard Mode") WinActivate("TrueCrypt Setup", "Wizard Mode") ControlClick("TrueCrypt Setup", "", "Button3") ; Setup Options WinWait("TrueCrypt Setup", "Setup Options") WinActivate("TrueCrypt Setup", "Setup Options") ControlSetText("TrueCrypt Setup", "", "Edit1", "") Sleep(1000) ControlSetText("TrueCrypt Setup", "", "Edit1", $INSTALLLOCATION) If $allusers = 0 Then ControlCommand("TrueCrypt Setup", "", "Button6", "UnCheck", "") EndIf If $startmenu = 0 Then ControlCommand("TrueCrypt Setup", "", "Button8", "UnCheck", "") EndIf If $desktopicon = 0 Then ControlCommand("TrueCrypt Setup", "", "Button10", "UnCheck", "") EndIf If $filetypeassoc = 0 Then ControlCommand("TrueCrypt Setup", "", "Button7", "UnCheck", "") EndIf If $restorepoint = 0 Then ControlCommand("TrueCrypt Setup", "", "Button9", "UnCheck", "") EndIf ControlClick("TrueCrypt Setup", "", "Button3") ; TrueCrypt has been successfully installed. WinWait("TrueCrypt Setup", "TrueCrypt has been successfully installed.") WinActivate("TrueCrypt Setup", "TrueCrypt has been successfully installed.") ControlClick("TrueCrypt Setup", "", "Button1") ; If you have never used TrueCrypt before WinWait("TrueCrypt Setup", "If you have never used TrueCrypt before") WinActivate("TrueCrypt Setup", "If you have never used TrueCrypt before") ControlClick("TrueCrypt Setup", "", "Button2") ; TrueCrypt Installed WinWait("TrueCrypt Setup", "TrueCrypt Installed") WinActivate("TrueCrypt Setup", "TrueCrypt Installed") ControlClick("TrueCrypt Setup", "", "Button3")
  2. Check General->Performance->Do not cache thumbnails
  3. Select "Extract" option and copy those files into a folder. Repack and choose to extract archive for example to %programfiles%\TrueCrypt\ (portable solution). If you want to install the program instead of copy the extracted files, probable you need an AutoIt script.
  4. Some installers aren't compatible with svcpack. I tested this installer on a running Windows machine (not from T13). I think that is possible to install from WPI/RunOnceEx. I will delete the link from my previous post.
  5. No. Is very easy.
  6. Hi I left in my installer just display driver and wdm driver. The rest is completly unusable for me. Try to extract from installer itself. Else don't work. setup.exe /k is used for silent install.
  7. Edit: Not working from SVCPACK.
  8. Have you tried /S switch (Nullsoft installer) ? Works perfect. That image from desktop is not a problem. If you open an explorer window after installation, the image will be erase Edit @echo off start /wait TomTomHOME2winlatest.exe /S ping -n 03 127.0.0.1>nul reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /f /v "TomTomHOME.exe" exit Note: ping -n 03 127.0.0.1>nul will make a pause of 2 seconds after installation.
  9. I can't find any download locations for Windows version.
  10. Maybe this will help you. It's for version 2008 of TuneUp Utilities.
  11. Run the installer and stop after extraction. I removed the next folders from extraction folder: C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Qube C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\CatalystRegistration C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\CCC C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\SBDrv C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\steam C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\SteamShortcut C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\vc8 Repack just the content of C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver folder and run with Setup.exe /k Don't delete C:\ATI\SUPPORT\8-2_xp32_dd_ccc_wdm_enu_58128\Driver\SBDrv folder if you need the Sothbridge driver.
  12. If you set $SpyBlocker = 0 in script, then spy blocker will not be installed.
  13. Try this
  14. The problem is here: [HKEY_CLASSES_ROOT\HTTP\shell\open\command] @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" Before you start the installation, you need to delete this: "\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" and restore after installation is done. I can do this task very easy in AutoIt, but in batch scripting no.
  15. You can't register trial version of Adobe Audition 3.0.
  16. Hi You can download those updates manually. click
  17. I can post an AutoIt script if you need.
  18. I used the trial version downloaded from Adobe and it works fine. Maybe you have the retail version.
  19. components.msi /qb! /norestart or components.msi /qn /norestart is not enough?
  20. No I'm not. I have Opera set as default browser. In this case, that option don't appear when I have installed Registry Mechanic. Installer detect which is default browser and if I.E. is that, will offer to install Google Toolbar for I.E.
  21. Google Toolbar is not installed during silent or normal installation.
  22. Examples: move /y G:\info.txt C:\ move /y G:\info.txt C:\fgfdg.txt move /y G:\info.txt C:\trtyrff.mntzjkh Need quotes if have spaces in paths.
  23. Hi You can try ControlClick on the all buttons. Just place the mouse pointer in the middle of button and read the coordinates. Example: WinWait("DivX for Windows Setup", "&Next >") WinActivate("DivX for Windows Setup", "&Next >") ControlClick("DivX for Windows Setup", "", "Button2", "left", 1, 35, 9) Look into the screenshot where is write ControlClick Coords: 35, 9 I installed Photoshop CS3 from USB pendrive. How? Very simple: repack installer with 7-Zip with sfx module from here and use a Config.txt like this: ;!@Install@!UTF-8! InstallPath="%temp%\\Photoshop" RunProgram="Photoshop.exe" Delete="%temp%\\Photoshop" GUIMode="2" ;!@InstallEnd@! The idea is to extract archive somewhere on the hard disk and begin installation from that folder. Once installation is done that folder will be deleted.
  24. Hi About one year ago I have installed Windows XP Media Center from a Raxon (blue) CD (more than 833 MB) without errors. But after I made a firmware upgrade to my optical unit "adios" overburning. If you have DVD drive is better to install from DVD (8xDVD is faster than 48x CD). I installed from one single DVD+RW more than 100 times (with erase and rewrite).
×
×
  • Create New...