October 8, 200421 yr Hello, does anybody knows how to make a silent installation of this software?I have tried all the common switches, like /s /S /v /qn /qb /silent ....., but nothing works Solutions?Thank you
October 15, 200421 yr even if you own the full version (i do) you have to install the trial version first, then run a full-version patch program from the members area.....this is what i just tried....but it just locked up..... perhaps it's closer to what needs to be done though....1. run the program2. copy the 9 loose files from your temp dir to a new folder. (IRIMG*.BMP, irsetup.*, suf6lng.9)3. edit irsetup.ini and change the path to where your original install file is.4. run irsetup.exe /S
October 16, 200421 yr even if you own the full version (i do) you have to install the trial version first, then run a full-version patch program from the members area.....Yes, that is true. But they are just looking for the trial version switch. But anyway, I read articles that you have to run the trial version AT LEAST ONCE before applying the full version setup. I'm not sure if this is really necesary, but if it is, I don't think there is an easy way to silent install a full version of this software.If you figured out a solution to this program, please let us know.
October 16, 200421 yr I gotta simple AutoIT script to install the trial version. The problem is, I too own the full version.....and i want it unattended! But heres what has to happend in order to a successful setup.1) Run Trials setup and install but make sure to tell it to RUN AFTER SETUP!2) When it runs after setup, load once and then tell it to quit.3) Install Full Version4) Register?This is all going to be quite confusing. Does anyone here who has the full version know of any good AutoIT Script goodness?
October 16, 200421 yr Heres my easy cheesy AutoIT Script to install the trial version. PLEASE. If your good with AutoIT help us do the full version with all the steps outlined in the previous post. Dont forget to compile the script! ;----------------------------------------------------------------------------;; AutoIt Version: 3.0; Language: English; Platform: Win9x / NT; Author: S0mE0NEsMiNd/Battleangel3222;; Script Function:; Tweak-XP Trial;; ----------------------------------------------------------------------------; ----------------------------------------------------------------------------; Script Start; ----------------------------------------------------------------------------Run("txp4trial.exe")WinWaitActive("Tweak-XP Pro 4 Trial Version Setup")Send("{ENTER}")WinWaitActive("Tweak-XP Pro 4 Setup")Send("{TAB}")Send("{TAB}")Send("{TAB}")Send("{UP}")Send("{Enter}")WinWaitActive("Tweak-XP Pro 4 Setup")Send("{TAB}")Send("{TAB}")Send("{TAB}")Send("{UP}")Send("{Enter}")Send("{Enter}")Send("{Enter}")Send("{Enter}")Send("{Enter}")Send("{Enter}")WinWaitActive("Tweak-XP Pro 4 Setup")Send("{Enter}")Send("{Enter}")Sleep(3000)
October 18, 200421 yr Instead of sending so many tabs and stuff you could always send a mouse click.ControlClick("TITLE","&NEXT",BUTTON2")it would make the code look a little nicer.I don't have, or know anything about tweakXP, so i can't help too much, until I get home to download the program and try it out.EDIT: I'd really like to help you with this program, but its not a program that offers any interest to me at all. If you can do any AUTOIT scripting at all, it shouldn't be too hard though.
October 18, 200421 yr See I knew there was easier ways to do stuff I told you guys i dont know $hit about AutoIT, it was just a quick solution.
Create an account or sign in to comment