Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. Generally, the path isn't automaticaly converted. I have a script for an application which type the path with ControlSetText command. Application is 32 bit native, but the script doesn't detect this and type C:\Program Files\blabla\ instead of C:\Program Files (x86)\blabla\ and install into Program Files. On other applications it works right. So is a bug, but is normally because is the first version with 64 bit suport.
  2. No man. Do not made the image with nLite. Leave unchecked that section and made the image with other application after you copy $OEM$ in the root of the source.
  3. Ya it's the old version inside (downloaded from esnips).
  4. ZA free installer is not compatible with SVCPACK.
  5. If FileExists($INSTALLLOCATION & "\daemon.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of DAEMON Tools before using this script", 4) Exit EndIf For the above code the script will check only in Program Files folder. But in 64 bit Windows, Daemon Tools is installed in Program Files (x86) and if you have allready installed Daemon Tools, FileExists will see nothing. The uninstall entries for 64 bit Windows will go to HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite. These are the reasons for 64-bit translation stuff.
  6. DAEMON Tools Lite 4.12.3 with SPTD 1.56 (works in 32 and 64 bit environment) Note: Close Internet connection before running the setup (to avoid firewall prompt and add-on download). DAEMON_Tools_Lite_4.12.3_with_SPTD_1.56.au3
  7. It's an Installshield installer. You can install first with switch /r. Then extract tat.exe with Universal Extractor and copy setup.iss file from Windows folder in the same folder with setup.exe. For silent install run setup.exe with switch /s. The problem is that the application will be install allways in the same path which you choose when you installed with switch /r (e.g. C:\Program Files\Intel Corporation\Thermal Analysis Tool).
  8. Something like this SPTDinst-x86.exe add /q
  9. You need the entire [HKEY_LOCAL_MACHINE\SOFTWARE\Licenses] key. And it works if you export the key after installation.
  10. Try the /s switch, but probable will not work (like in previous version of ZA). If don't work, you can try to move the windows on the other side of desktop (with minus coordinate).
  11. 59.8 MB is enormous. The uncompressed folder has 167 MB. What kind of repack did you use? I don't know which files are unnecessary. But I'am sure that you can cut down about 60-70 MB from uncompressed size if you don't use .NET platform to build some applications. It's normally that after installation of a program packed in msi format, msiexec service will continue to run in background. mscorsvw.exe is a .NET Framework internal process. After all the progress bars dissapear, installation continue about one minut for .NET Framework 2.0.
  12. I launched dxweb setup and got this picture:
  13. Have you tried the installer made by Shark (without Google toolbar)? Here. You need to be logged in to see his signature.
  14. If I install ShockWave Player before Opera or Firefox those registry will be written?
  15. Have you tried the links provided by me on the bottom of that topic?
  16. Yes you are right. For Windows XP 32 bit it's [HKEY_LOCAL_MACHINE\SOFTWARE\Licenses] and for Windows XP 64 bit the key with registration information is [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Licenses] but values inside the keys are not the same.
  17. Try this: start /wait msiexec.exe /i openofficeorg24.msi /qn /norestart SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL REMOVE=gm_p_Draw,gm_p_Draw_Bin,gm_p_Draw_Help,gm_p_Impress,gm_p_Impress_Bin,gm_p_Impress_Help,gm_p_B ase,gm_p_Base_Bin,gm_p_Base_Help,gm_p_Math,gm_p_Math_Bin,gm_p_Math_Help,gm_Optional,gm_o_Grfflt,gm_O p tional,gm_o_Testtool,gm_o_Xsltfiltersamples,gm_o_Pyuno,gm_o_Pyuno,gm_o_Pymailmerge,gm_o_Javafilter,g m o_jf_Palm,gmo_jf_Palm_Aportisdoc,gmo_jf_Pocketpc,gmo_jf_Pocketpc_Pocket_Word,gmo_jf_Pocketpc_Pocket_ E xcel ,gm_o_Activexcontrol,gm_o_Winexplorerext Edit: doesn't work
  18. Is possible. Just change the title and text for windows that appear on installation process.
  19. That's the last solution. Better to delete the entire folder or move it somewhere (on %systemdrive%) and after 2 seconds to move back on it place. Try again.
  20. Try again. cfosspeed 4.20.1389 32 Bit version: Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "cfosspeed-v420.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\cFosSpeed" ; Set system restore point $RestorePoint = "0" ; Optimize TCP receiver window size $Optimize = "1" ; Registration ; If you want to try cfosspeed for 30 days, let $Registration = "0". Else set $Registration = "1" and read below. ; In order to register cfosspeed silently, you need to install cfosspeed, copy key file into installation folder ; and reboot computer. After logon, when cfosspeed start, enter the password. ; Then goto this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\cFos\cFosSpeed and copy the value from valuename Password2 below ; at $Password without commas and backslash. Copy your key file in the same folder with installer and compiled script and repack. $Registration = "0" $KeyFileName = "key.cfosspeed" $Password = "" ; Run cfosspeed on Windows startup $Autostart = "1" If FileExists($INSTALLLOCATION & "\cfosspeed.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of cfosspeed before using this script", 4) Exit EndIf ; Read from registry if System Restore is turn on or off $DisableSR = RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore", "DisableSR") ; Run the installer Run($EXECUTABLE) ; Welcome to cFosSpeed v4.20! WinWait("cFosSpeed Installation Wizard", "Welcome to cFosSpeed v4.20!") WinActivate("cFosSpeed Installation Wizard", "Welcome to cFosSpeed v4.20!") ControlClick("cFosSpeed Installation Wizard", "", "Button2") ; cFosSpeed 4.20.1389 Nutzungslizenz und Gewährleistung WinWait("cFosSpeed Installation Wizard", "cFosSpeed 4.20.1389 Nutzungslizenz und Gewährleistung") WinActivate("cFosSpeed Installation Wizard", "cFosSpeed 4.20.1389 Nutzungslizenz und Gewährleistung") ControlCommand("cFosSpeed Installation Wizard", "", "Button1", "Check", "") ControlClick("cFosSpeed Installation Wizard", "", "Button3") ; Start checking for two windows with "Set system restore point." and "You are online with the following connection:" text inside AdlibEnable('_Adlib') ; Specify an installation directory. WinWait("cFosSpeed Installation Wizard", "Specify an installation directory.") WinActivate("cFosSpeed Installation Wizard", "Specify an installation directory.") If $DisableSR = "0" Then ControlClick("cFosSpeed Installation Wizard", "", "Button5") EndIf If $DisableSR = "1" Then ControlClick("cFosSpeed Installation Wizard", "", "Button4") EndIf ; Optimize TCP receiver window size. (Recommended) WinWait("cFosSpeed Installation Wizard", "Optimize TCP receiver window size. (Recommended)") WinActivate("cFosSpeed Installation Wizard", "Optimize TCP receiver window size. (Recommended)") If $Optimize = "0" Then ControlCommand("cFosSpeed Installation Wizard", "", "Button1", "UnCheck", "") EndIf If $DisableSR = "0" Then ControlClick("cFosSpeed Installation Wizard", "", "Button7") EndIf If $DisableSR = "1" Then ControlClick("cFosSpeed Installation Wizard", "", "Button6") EndIf ; Installation successful. WinWait("cFosSpeed Installation Wizard", "Installation successful.") WinActivate("cFosSpeed Installation Wizard", "Installation successful.") If $DisableSR = "0" Then ControlClick("cFosSpeed Installation Wizard", "", "Button8") EndIf If $DisableSR = "1" Then ControlClick("cFosSpeed Installation Wizard", "", "Button7") EndIf ; Stop checking for two windows with "Set system restore point." and "You are online with the following connection:" text inside AdlibDisable() Sleep(2000) ; Kill browser process $PID = ProcessExists("IEXPLORE.EXE") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("Opera.exe") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("firefox.exe") If $PID Then ProcessClose($PID) EndIf ; Registration If $Registration = "1" Then FileCopy($KeyFileName, $INSTALLLOCATION, 1) RegWrite("HKLM\SOFTWARE\cFos\cFosSpeed", "Password2", "REG_BINARY", $Password) EndIf ; Block cfosspeed to run on Windows startup If $Autostart = "0" Then RegDelete("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "cFosSpeed") EndIf ; Delete shortcut cFosSpeed Features from Desktop folder FileDelete(@DesktopDir & "\cFosSpeed Features.lnk") Func _Adlib() ; Set system restore point. If WinExists("cFosSpeed Installation Wizard", "Set system restore point.") Then WinActivate("cFosSpeed Installation Wizard", "Set system restore point.") If $RestorePoint = "0" Then ControlCommand("cFosSpeed Installation Wizard", "", "Button1", "UnCheck", "") EndIf ControlClick("cFosSpeed Installation Wizard", "", "Button4") EndIf ; You are online with the following connection: If WinExists("cFosSpeed Installation Wizard", "You are online with the following connection:") Then WinActivate("cFosSpeed Installation Wizard", "You are online with the following connection:") ControlClick("cFosSpeed Installation Wizard", "", "Button1") If $DisableSR = "0" Then ControlClick("cFosSpeed Installation Wizard", "", "Button6") EndIf If $DisableSR = "1" Then ControlClick("cFosSpeed Installation Wizard", "", "Button5") EndIf EndIf EndFunc
  21. That window doesn't appear to me. But something similar pops up when I turned internet connection on and then launched Opera.
  22. cfosspeed 4.20.1389 32 Bit version here
×
×
  • Create New...