Jump to content

TweakXP 4.0 silent installation


smileface

Recommended Posts


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 program

2. 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

:}

Link to comment
Share on other sites

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. :lol:

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. :D

Link to comment
Share on other sites

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 Version

4) Register?

This is all going to be quite confusing. Does anyone here who has the full version know of any good AutoIT Script goodness?

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...