Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. http://rapidshare.com/files/78292978/DAMN_...0.0032_RC_3.rar Not msi, but silent installer
  2. Ashampoo Burning Studio 7.21 #cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.10.0 Author: myName Ashampoo Burning Studio 7.21 Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "ashampoo_burningstudio721_sm.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\Ashampoo\Ashampoo Burning Studio 7" ; Serial number $SN = "XXXXXX-XXXXXX-XXXXXX" If FileExists(@ProgramFilesDir & "\burningstudio.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Burning Studio before using this script", 4) Exit EndIf ; Disable the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation) $REG = RegRead("HKCR\HTTP\shell\open\command\", "") RegDelete("HKCR\HTTP\shell\open\command\", "") ; Run the installer RunWait($EXECUTABLE & " /sp- /verysilent /norestart") ; Close Ashampoo Burning Studio process ProcessWait("burningstudio.exe") $PID = ProcessExists("burningstudio.exe") If $PID Then ProcessClose($PID) Sleep(2000) ; Settings RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 7", "RegKey", "REG_SZ", $SN) RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 7\ash_inet", "InfoChannel_ashnews_Enabled", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 7\ash_inet", "InfoChannel_-updates-_Enabled", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 7\ash_inet", "FirstStart", "REG_DWORD", "0") RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 7", "RegKey", "REG_SZ", $SN) ; Restore the default internet browser RegWrite("HKCR\HTTP\shell\open\command\", "", "REG_SZ", $REG) Ashampoo Magical Snap 2.30 #cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.10.0 Author: myName Ashampoo Magical Snap 2.30 Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "ashampoo_magicalsnap230_sm.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\Ashampoo\Ashampoo Magical Snap 2" ; Choose language (look in X:\Program Files\Ashampoo\Ashampoo Magical Snap 2\lang e.g. English = en-us) $LangID = "en-us" ; Choose skin (look in X:\Program Files\Ashampoo\Ashampoo Magical Snap 2\Skins e.g. Default skin name = Default) $SkinName = "Default" ; Serial number $SN = "XXXXXX-XXXXXX-XXXXXX" If FileExists(@ProgramFilesDir & "\ashsnap.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Magical Snap before using this script", 4) Exit EndIf ; Disable the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation) $REG = RegRead("HKCR\HTTP\shell\open\command\", "") RegDelete("HKCR\HTTP\shell\open\command\", "") ; Run the installer RunWait($EXECUTABLE & " /sp- /verysilent /norestart") ; Close Ashampoo Magical Snap process ProcessWait("ashsnap.exe") $PID = ProcessExists("ashsnap.exe") If $PID Then ProcessClose($PID) Sleep(2000) ; Settings RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "RegistrationKey", "REG_SZ", $SN) RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "LanguageDetected", "REG_DWORD", "1") RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "LanguageFile", "REG_SZ", $LangID) RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "SkinName", "REG_SZ", $SkinName) RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "GeneralStartWithWindows", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "GeneralShowSplashScreen", "REG_DWORD", "1") RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2", "IntroWindowWelcomeShow", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2\ash_inet", "InfoChannel_ashnews_Enabled", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Magical Snap 2\ash_inet", "InfoChannel_-updates-_Enabled", "REG_DWORD", "0") RegWrite("HKLM\Software\Ashampoo\Ashampoo Magical Snap 2", "defaultLangID", "REG_SZ", $LangID) RegWrite("HKLM\Software\Ashampoo\Ashampoo Magical Snap 2", "RegistrationKey", "REG_SZ", $SN) ; Restore the default internet browser RegWrite("HKCR\HTTP\shell\open\command\", "", "REG_SZ", $REG)
  3. No need to download that msi. This short tut. is inspired by a topic created by midi2k6 CyberLink PowerDVD Ultra Deluxe 7.3.3516.0 1.Install PowerDVD and activate it with serial number. 2.Extract the installer (setup.exe) with WinRAR. 3.Copy PowerDVD.sim from installation folder (X;\Program Files\Cyberlink\PowerDVD), paste into folder create in step 2 and overwrite the original file. 4.Open Custom.ini file from folder create in step 2 and add Silent=1 at the bottom of the page. Then search for RichVideo=1 (change 1 to 0) and save Custom.ini. Delete RichVideo folder from folder create in step 2. 5.Create an administrative installation for file PowerDVD.msi (extract it with Universal Extractor), then delete PowerDVD.msi and Data1.cab files from folder create in step 2 and copy files and folders create during administrative installation into folder create in step 2. (this step is optional but, will decrease the size of final pack (after compresion with WinRAR or 7-Zip with 30 MB). 6.Compile the AutoIt script and place the compiled file in folder create in step 2. 7.Make the installer with 7zsd.sfx Config.txt must look like this: ;!@Install@!UTF-8! RunProgram="PowerDVD_Ultra_Deluxe_7.3.3516.0.exe" GUIMode="2" ;!@InstallEnd@! Save it as UTF-8! The script: #cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.10.0 Author: myName CyberLink PowerDVD Ultra Deluxe 7.3.3516.0 Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "setup.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\CyberLink\PowerDVD" ; Serial number $SN = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" If FileExists($INSTALLLOCATION & "\PowerDVD.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of PowerDVD before using this script", 4) Exit EndIf ; Run the installer RunWait($EXECUTABLE) Sleep(2000) ; Suppress online registration window to appear FileDelete(@ProgramsDir & "\CyberLink PowerDVD\Online registration.lnk") FileDelete($INSTALLLOCATION & "\OLRSubmission\OLRStateCheck.exe") FileDelete($INSTALLLOCATION & "\OLRSubmission\OLRSubmission.exe") ; Registration RegWrite("HKLM\SOFTWARE\CyberLink\PowerDVD", "CDKey", "REG_SZ", $SN) RegWrite("HKLM\SOFTWARE\CyberLink\PowerDVD", "HasCDKEY", "REG_DWORD", 1) ; Prevent brs.exe, Language.exe and PDVDServ.exe to run at Windows startup RegDelete("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "BDRegion") RegDelete("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "LanguageShortcut") RegDelete("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "RemoteControl") Current version of PowerDVD is displayed in info.ini (e.g. Ver=7.3.3516.0)
  4. In this case you can try this script: Run(@ScriptDir & "\setup.exe" & " /adminfile setup.msp") WinWait("2007 Microsoft Office System", "") WinActivate("2007 Microsoft Office System", "") Sleep(2000) Send("{ENTER}") Sleep(5000) ProcessWaitClose('setup.exe') Sleep(2000) ; Delete MSOCache folder DirRemove(@HomeDrive &"\MSOCache", 1) I will use a separate installer for language pack.
  5. Man! Copy all content from Proofing Tools CD into a separate folder and do what I said in my first post. Don't copy files to Office folder!
  6. I know this method and use it. But Microsoft has released Service Pack 1 for Proofing Tools and if you downloaded this SP the extracted msp files can be placed into Updates folder from Proofing Tools.
  7. Man! My installer has english language set by default! Download the english version and try again.
  8. You mean Update folder from Proofing Tools?
  9. Hi I used the next method to install en-us proofing tools: First install Microsoft Office 2007. Edit Config.xml file from OMUI.en-us folder (from Proofing Tools) with notepad and leave only these lines: <Configuration Product="OMUI.en-us"> <Display Level="Basic" CompletionNotice="No" SuppressModal="no" AcceptEula="yes" /> <PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" /> --> <Setting Id="Reboot" Value="ReallySuppress" /> </Configuration> Change PIDKEY value with your Microsoft Office 2007 serial number (without "-"). Then use the next AutoIt script (compiled) placed in the same folder with setup.exe to run the program: Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Run the installer Run("setup.exe") ; Select a Microsoft Office Product WinWait("2007 Microsoft Office system", "") Sleep(2000) WinActivate("2007 Microsoft Office system", "") Send("!c") ; Choose the installation you want WinWait("Microsoft Office Language Pack 2007 - English", "") Sleep(2000) WinActivate("Microsoft Office Language Pack 2007 - English", "") Send("{TAB}") Send("{ENTER}") ; Customize how Microsoft Office programs run WinWait("Microsoft Office Language Pack 2007 - English", "") WinActivate("Microsoft Office Language Pack 2007 - English", "") Send("{ENTER}") Send("{DOWN}") Send("{ENTER}") Send("!i") Sleep(5000) ProcessWaitClose('setup.exe') Sleep(2000) ; Delete MSOCache folder DirRemove(@HomeDrive &"\MSOCache", 1) This script will install complete version of Proofing Tools (Run all from My Computer). Don't forget that Config.xml and the script is for en-us and Microsoft has released service pack's (1) for the entire Office 2007 suite (including proofing tools). Thats all. A similar method can be used to install Microsoft Expression Web 2007 (except for serial number which is for Microsoft Expression Web 2007 and Config.xml is located in WebDesigner.WW).
  10. Try this script (with english installation): Opt("TrayIconDebug", 1) Opt("SendKeyDelay", 200) ; Executable file name $EXECUTABLE = "DivXInstaller.exe" ; Installation folder $INSTALLLOCATION = @ProgramFilesDir & "\DivX" If FileExists(@ProgramFilesDir & "\DivX\DivXBundleUninstall.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of DivX and delete remaining DivX installation folder before using this script", 4) Exit EndIf ; Run the installer Run($EXECUTABLE) ; Select your language preference WinWaitActive("Language selection", "Select your language preference") Send("{ENTER}") ; Welcome WinWaitActive("DivX for Windows Setup", "Welcome") Send("!n") ; License Agreement WinWaitActive("DivX for Windows Setup", "License Agreement") Send("!a") Send("!n") ; Choose Components WinWaitActive("DivX for Windows Setup", "Choose Components") Send("{RIGHT}") Send("{DOWN 2}") Send("{SPACE}") Send("{DOWN 4}") Send("{SPACE}") Send("{DOWN 2}") Send("{SPACE}") Send("{DOWN}") Send("{SPACE}") Send("{DOWN}") Send("{SPACE}") Send("!n") ; Choose Install Location WinWaitActive("DivX for Windows Setup", "Choose Install Location") ControlSetText("DivX for Windows Setup", "", "Edit1", "") Sleep(1000) ControlSetText("DivX for Windows Setup", "", "Edit1", $INSTALLLOCATION) Send("{ENTER}") ; Do not install the Yahoo! Toolbar WinWaitActive("DivX for Windows Setup", "Do not install the Yahoo! Toolbar") ControlCommand("DivX for Windows Setup", "", "Button5", "Check", "") Sleep(500) Send("!n") ; Please wait while DivX for Windows is being installed WinWait("DivX for Windows Setup", "Installing") WinSetTitle("DivX for Windows Setup", "", "Codec") ; Disable the default internet browser (to prevent DivX installer to open it at the end of installation) $REG = RegRead("HKCR\HTTP\shell\open\command\", "") RegDelete("HKCR\HTTP\shell\open\command\", "") ; Installation Complete WinWaitActive("DivX for Windows Setup", "") Send("!n") Sleep(1000) Send("!c") Sleep(2000) ; Registration RegWrite("HKLM\Software\S3R521\GGYYJME5B2E76KTNVNW7", "BRW6", "REG_DWORD", "0") RegWrite("HKLM\Software\S3R521\NEYWFKCPJB466UQU937P", "BRW6", "REG_DWORD", "0") RegWrite("HKLM\Software\S3R521\R6BXJB2B3A2HZCYV4646", "BRW6", "REG_DWORD", "47769647") ; Restore the default internet browser RegWrite("HKCR\HTTP\shell\open\command\", "", "REG_SZ", $REG) ; Delete Desktop icons FileDelete(@DesktopCommonDir & "\Buy DivX for Windows.lnk") FileDelete(@DesktopCommonDir & "\DivX Converter.lnk") FileDelete(@DesktopDir & "\DivX Movies.lnk") FileDelete(@DesktopCommonDir & "\DivX Player.lnk")
  11. This is a modified readme from Acheron: 1. Download 3rd party stuff Reshacker.exe and 7za.exe should be put in Tools\Reshack and Tools\7-zip. 2. Install Inno Setup Once Click package Installation script (install.cmd) can be found in Tools directory. 3. Extract Nero 8 files Place Nero 8 setup in main directory. Run NeroLite_extract.cmd to extract Nero 8. Please read instructions from NeroLite_extract.cmd (edit it and read). Not all files are included. DrWeb virus definitions, MauSau plugins and Nero Help files should be copied manually to their corresponding subdirectories in Custom folder (DrWeb, MauSau, Help). 4. Run batch scripts in Custom directory This will remove even more stuff from Nero binary files. 5. Run language specific batch script in Script directory After preprocessing some error message will be displayed. Ready to use setup scripts are copied to main dir. 6. Run NeroLite_compile.cmd in main directory If setup files are stored in directory Output, you have successfully compiled Nero Lite.
  12. Is possible to activate with a script, but for this you need to run Corel and close it after a few seconds. After this, activation window will pop-up. Select Phone activation and insert serial number 2 and 3.
  13. The folder must be named Reshack not Reshacker (minor problem).
  14. I got these errors when I tried to build Nero Lite and Nero Micro 8.1.1.4: NeroLite_english.cmd-error NeroLite_compile.cmd-error1 NeroLite_compile.cmd-error2
  15. Works for me. Now it works. It missing CodeSigning from Tools folder or I am wrong?
  16. Is possible to slipstream msp patches but it gives a lot of errors at installation (a lot of files can not be found by the msi installer, but those files exists into theirs places).
  17. Done. http://www.msfn.org/board/index.php?s=&amp...st&p=704603
  18. Universal Extractor can told you what kind of installer do you have. Then you can use this information: http://unattended.sourceforge.net/installers.php Switches: Firefox: -ms k-lite: -makeunattended and then configure the installation Nero: you can find autoit scripts VLC: /S /NCRC For Java use Rogue Spear installer (is newer):http://www.doitrightconsulting.net/forum/viewtopic.php?t=132&sid=216171872b482494a608f07c88437eb8
  19. Babylon 7.0.0.16 Pro: http://www.msfn.org/board/index.php?s=&amp...st&p=704603
  20. Put your question here: http://www.msfn.org/board/Making-Nero-8-si...ll-t105340.html or PM to CeoCeo.
  21. I tried to install Realtek driver from T13 (it's an Installshield installer). This is the log file: ResponseResult] ResultCode=-1 [install Progress] Check OS Version . Check Microsoft DirectX version . Check Microsoft IE Version . Initial String for install file name and setting . Get easy setting for installshield . Moving Realtek AC'97 Audio Driver file . Realtek AC'97 Audio Driver install ( Running ) . Start Realtek AC'97 Audio Driver file to temp folder. Copy Realtek AC'97 Audio Driver file to temp folder. Copy Realtek AC'97 Audio APO ( Vista ) file to temp folder. Copy Realtek AC'97 Audio Driver file to temp folder completed . Start copy Realtek AC'97 Audio application file . Copy Realtek AC'97 Audio application file completed . Realtek AC'97 Audio Driver install ( After ) . Begin installing Realtek AC'97 Audio Driver for Windows2000/XP/2003/Vista/x64 . --> SetupAPI result LAAW_PARAMETERS.nLaunchResult = -1 Realtek AC'97 Audio Driver uninstall ( Running ) . Begin removing Realtek AC'97 Audio Driver for windows ME/2000/XP/2003/Vista/x64 . Remove Realtek AC'97 Audio Driver completed . The installer works fine if it use from Windows. The other drivers packed with Installshield works fine from T13.
  22. For Microsoft .NET Framework 3.5 (which include 2.0 SP1, 1.0, 3.0 SP1 and 3.5) you can use this link: http://download.microsoft.com/download/6/0.../dotnetfx35.exe For silent installation use this: dotnetfx35.exe /qb /norestart
  23. amsn-0.97RC1-1-windows-installer.exe /S /NCRC
  24. Pro verssion is for money! But if you have Pro version use this switch: /S /NCRC
×
×
  • Create New...