Content Type
Profiles
Forums
Events
Everything posted by radix
-
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")
-
Check General->Performance->Do not cache thumbnails
-
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.
-
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.
-
No. Is very easy.
-
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.
-
Edit: Not working from SVCPACK.
-
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.
-
I can't find any download locations for Windows version.
-
Maybe this will help you. It's for version 2008 of TuneUp Utilities.
-
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.
-
If you set $SpyBlocker = 0 in script, then spy blocker will not be installed.
-
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.
-
You can't register trial version of Adobe Audition 3.0.
-
Hi You can download those updates manually. click
-
I can post an AutoIt script if you need.
-
I used the trial version downloaded from Adobe and it works fine. Maybe you have the retail version.
-
components.msi /qb! /norestart or components.msi /qn /norestart is not enough?
-
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.
-
Google Toolbar is not installed during silent or normal installation.
-
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.
-
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.
-
overburning unattended cd 790 mb?
radix replied to ZEUS__'s topic in Unattended Windows 2000/XP/2003
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).