Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. Try the AutoIt script below (I asume that you know how to make an addon): #cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.12.1 Author: radix from MSFN UltimateDefrag Freeware Edition 1.72 Application site: http://www.disktrix.com/ Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here Opt("TrayIconDebug", 1) ; Installer file name $Installer = "UltimateDefragFREEPublicDomainEditionSetup.exe" ; Run the installer Run($Installer) ; Setup WinWait("Setup", "This will install UltimateDefrag V1 FREE Public Domain Version.") ControlClick("Setup", "This will install UltimateDefrag V1 FREE Public Domain Version.", "Button1") ; Important Instructions WinWait("Important Instructions", "The following document contains important information that you should read before installing the product:") ControlClick("Important Instructions", "The following document contains important information that you should read before installing the product:", "Button1") ; Start checking for two windows with "Do you want to create it?" and "Are you sure you want to proceed?" text inside them AdlibEnable('_Adlib') ; Installation Successful WinWait("Installation Successful", "Installation has been completed successfully.") ControlClick("Installation Successful", "Installation has been completed successfully.", "Button1") ; Stop checking for two windows with "Do you want to create it?" and "Are you sure you want to proceed?" text inside them AdlibDisable() Func _Adlib() ; Choose Installation Directory If WinExists("Choose Installation Directory", "Choose the directory where UltimateDefrag V1 FREE Public Domain Version should be installed.") Then WinWait("Choose Installation Directory", "Choose the directory where UltimateDefrag V1 FREE Public Domain Version should be installed.") ControlClick("Choose Installation Directory", "Choose the directory where UltimateDefrag V1 FREE Public Domain Version should be installed.", "Button2") EndIf ; Choose Installation Directory If WinExists("Choose Installation Directory", "Do you want to create it?") Then WinWait("Choose Installation Directory", "Do you want to create it?") ControlClick("Choose Installation Directory", "Do you want to create it?", "Button1") EndIf ; Choose Installation Directory If WinExists("Choose Installation Directory", "Are you sure you want to proceed?") Then WinWait("Choose Installation Directory", "Are you sure you want to proceed?") ControlClick("Choose Installation Directory", "Are you sure you want to proceed?", "Button1") EndIf ; Previous Installation Found If WinExists("Previous Installation Found", "Do you want to copy over the previous installation? This will not erase any of your working files and is generally safe.") Then WinWait("Previous Installation Found", "Do you want to copy over the previous installation? This will not erase any of your working files and is generally safe.") ControlClick("Previous Installation Found", "Do you want to copy over the previous installation? This will not erase any of your working files and is generally safe.", "Button1") EndIf EndFunc
  2. Create a file called Config.xml alongside setup.exe file and add the next code in it: <Configuration Product="OMUI.en-us"> <Display Level="Basic" CompletionNotice="No" SuppressModal="No" NoCancel="Yes" AcceptEula="Yes" /> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office English (United States) Language Pack Setup(*).txt" /> --> <!-- <PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" /> --> <!-- <USERNAME Value="Customer" /> --> <!-- <COMPANYNAME Value="MyCompany" /> --> <!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> --> <!-- <LIS CACHEACTION="CacheOnly" /> --> <!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> --> <!-- <DistributionPoint Location="\\server\share\Office12" /> --> <OptionState Id="AlwaysInstalled" State="Local" Children="force" /> <OptionState Id="Gimme_OnDemandData" State="Local" Children="force" /> <!-- <Setting Id="Reboot" Value="IfNeeded" /> --> <!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --> </Configuration> Check on the top of the code and change OMUI.en-us with your language initials and Microsoft Office English (United States) Language Pack with Microsoft Office Hebrew Language Pack Also you can change Display Level="Basic" value with Display Level="None" if you don't want progress bar on the screen. For unattended install of language pack, run setup.exe without switches.
  3. @echo off start /wait mbam-setup.exe /sp- /verysilent /norestart REG ADD "HKCU\Software\Malwarebytes' Anti-Malware" /v "firstrun" /t REG_DWORD /d "1" /f REG ADD "HKCU\Software\Malwarebytes' Anti-Malware" /v "reportthreats" /t REG_DWORD /d "0" /f REG ADD "HKLM\SOFTWARE\Malwarebytes' Anti-Malware" /v "ID" /t REG_SZ /d "XXXXX" /f REG ADD "HKLM\SOFTWARE\Malwarebytes' Anti-Malware" /v "Key" /t REG_SZ /d "XXXX-XXXX-XXXX-XXXX" /f exit
  4. You need RegShot and reg2inf (require Microsoft .NET Framework 2.0). Install AIMP2, goto Options, configure the player as you wish and before press Apply button, start RegShot and make the first snapshot. After the first snapshot is done, press Apply button, close the player and make the second snapshot. Save the content of Report.1.RedoReg.txt to a reg file and use reg2inf to convert to .inf. Copy the file: %programfiles%\AIMP2\Data\Profile\AIMP2.ini in a folder alongside with installer and .inf file and use the next code in a batch file: @echo off start /wait aimp_2.51.323.exe /S start /wait rundll32.exe advpack.dll,LaunchINFSection settings.inf md "%programfiles%\AIMP2\Data\Profile" copy AIMP2.ini "%programfiles%\AIMP2\Data\Profile\AIMP2.ini" /y exit Edit: reg2inf convert paths like C:\Program Files\AIMP2\Data\Profile to %programfiles%\AIMP2\Data\Profile
  5. It's better then HashTab. Hope that Kells will include this in his addon pack. Edit: Can you implement the ability to check what type of hash can we use (like in HashTab), comparing with another file and add more hashes? Thanks!
  6. Take a look here
  7. Latest version is 2.0.1.66. Exclusions can be found via File->Options->Exclusions.
  8. I saw somewhere that the guy with the camera survived the explosion from the final.
  9. Uncheck all exclusions from RegShot and try again.
  10. Done, but I recomend a "repack" with Inno Setup or other tool... Link
  11. Script is updated. I change only the name of the file. Edit: link
  12. Try REG ADD %KEY%\103 /VE /D "Nero Lite 8.3.6.0" /f REG ADD %KEY%\103 /V 1 /D %systemdrive%\Applics\Nero\setup.exe /silent /norestart /serial="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" /f or REG ADD %KEY%\103 /VE /D "Nero Lite 8.3.6.0" /f REG ADD %KEY%\103 /V 1 /D "%systemdrive%\Applics\Nero\setup.exe" /silent /norestart /serial="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" /f
  13. To remove shell extension you need to unregister some .dll files and for disable autostart, delete the icon from C:\Documents and Settings\All Users\Start Menu\Programs\Startup Check my script
  14. TechSmith SnagIt 10.0.0.788 TechSmith_SnagIt_10.0.0.788.au3
  15. TechSmith Camtasia Studio 7.0.0.1426 TechSmith_Camtasia_Studio_7.0.0.1426.au3
  16. Yes. Add the next entry in registry table: [HKEY_CURRENT_USER\Software\Adobe\CommonFiles\Usage\Reader 9] "OptIn"=dword:00000000
  17. Some of your programs have new versions.
  18. My result
  19. Run the installer downloaded from VMware site, and after first screen goto temp folder and copy from there the folder which contain uncompressed files (cabs and msi). Run with next command: "VMware Workstation.msi" /qb! /norestart ADDLOCAL=ALL DISABLE_AUTORUN=0 QUICKLAUNCH_SHORTCUT=0 USERNAME="Your Name" COMPANYNAME="Your Company Name" SERIALNUMBER="XXXXX-XXXXX-XXXXX-XXXXX"
  20. You may consider to use PEID 0.95 in the next release.
  21. $CPUSpeed = RegRead("HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "~MHz") #include <File.au3> ; Create CPUSpeed.ini file $IniFilePath = @ScriptDir & "\CPUSpeed.ini" _FileCreate($IniFilePath) ; Write ini section IniWriteSection($IniFilePath, "CPUSpeed", "") ; Write key and value IniWrite($IniFilePath, "CPUSpeed", "MHz", $CPUSpeed)
  22. v11.0.3.470 full installer in msi format: http://fpdownload.macromedia.com/get/shock...l_installer.msi
  23. Maybe is something wrong with your RunOnceEx.cmd. I use WPI instead of RunOnceEx.
  24. I wrote a little script for installing CCleaner slim version: Opt("TrayIconDebug", 1) ; Installer file name $Installer = "ccsetup212_slim.exe" ; Detect the Operating System type (32 bit or 64 bit) $OS = _OSBit() If $OS = 32 Then ; Installation folder $InstallLocation = @ProgramFilesDir & "\CCleaner" $PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\CCleaner", "UninstallString") If StringRight($PreviousInstallation, 1) = '"' Then $PreviousInstallation = StringTrimRight($PreviousInstallation, 1) EndIf If StringLeft($PreviousInstallation, 1) = '"' Then $PreviousInstallation = StringTrimLeft($PreviousInstallation, 1) EndIf If FileExists($PreviousInstallation) Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of CCleaner before using this script", 4) Exit EndIf EndIf If $OS = 64 Then ; Installation folder $InstallLocation = @HomeDrive & "\Program Files (x86)\CCleaner" $PreviousInstallation = RegRead("HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\CCleaner", "UninstallString") If StringRight($PreviousInstallation, 1) = '"' Then $PreviousInstallation = StringTrimRight($PreviousInstallation, 1) EndIf If StringLeft($PreviousInstallation, 1) = '"' Then $PreviousInstallation = StringTrimLeft($PreviousInstallation, 1) EndIf If FileExists($PreviousInstallation) Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of CCleaner before using this script", 4) Exit EndIf EndIf ; Run the installer RunWait($Installer & " /S") #include <File.au3> ; Create ccleaner.ini $IniFilePath = $InstallLocation & "\ccleaner.ini" _FileCreate($IniFilePath) ; Write ini sections IniWriteSection($IniFilePath, "Options", "") ; Write some keys and values in ccleaner.ini IniWrite($IniFilePath, "Options", "(App)Mozilla - Saved Form Information", "True") IniWrite($IniFilePath, "Options", "(App)Opera - Cookies", "True") IniWrite($IniFilePath, "Options", "(App)Autocomplete Form History", "True") IniWrite($IniFilePath, "Options", "(App)Start Menu Shortcuts", "True") IniWrite($IniFilePath, "Options", "(App)Desktop Shortcuts", "True") IniWrite($IniFilePath, "Options", "(App)Old Prefetch data", "True") IniWrite($IniFilePath, "Options", "(App)Menu Order Cache", "True") IniWrite($IniFilePath, "Options", "(App)Tray Notifications Cache", "True") IniWrite($IniFilePath, "Options", "(App)Window Size/Location Cache", "True") IniWrite($IniFilePath, "Options", "(App)User Assist History", "True") IniWrite($IniFilePath, "Options", "(App)IIS Log Files", "True") IniWrite($IniFilePath, "Options", "(App)Hotfix Uninstallers", "True") IniWrite($IniFilePath, "Options", "(App)Custom Folders", "True") IniWrite($IniFilePath, "Options", "DelayTemp", 0) IniWrite($IniFilePath, "Options", "HideWarnings", 1) IniWrite($IniFilePath, "Options", "AutoClose", 1) IniWrite($IniFilePath, "Options", "BackupPrompt", 0) IniWrite($IniFilePath, "Options", "UpdateCheck", 0) IniWrite($IniFilePath, "Options", "MSG_WARNMOZCACHE", "False") IniWrite($IniFilePath, "Options", "MSG_CONFIRMCLEAN", "False") Func _OSBit() Local $tOS = DllStructCreate("char[256]") Local $aGSWD = DllCall("Kernel32.dll", "int", "GetSystemWow64Directory", "ptr", DllStructGetPtr($tOS), "int", 256) If IsArray($aGSWD) And DllStructGetData($tOS, 1) Then Return 64 Return 32 EndFunc
×
×
  • Create New...