MSFN Forum: Send Serial to X-Setup - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Send Serial to X-Setup Rate Topic: -----

#1 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 05:10 PM

I was wondering how i can send the serial to the X-Setup install. I can tell its an inno installer.

EDIT:
Here is the autoit script i tried to use but it didnt work it would run the setup but then the script would just pause.
Run ( "xqdcXSP-Setup-EN.exe" )
WinActive ("Setup - XQDC X-Setup Pro")
WinwaitActive ("Setup - XQDC X-Setup Pro")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TRadioButton1")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TNewCheckListBox1")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlSend ( "Setup - XQDC X-Setup Pro", "", "TEdit1", @ProgramFilesDir & "\X-Setup Pro" )
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TPasswordEdit1")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlSend ( "Setup - XQDC X-Setup Pro", "", "TPaswordEdit1", "xxxxxx-xxxxxx-xxxxxx" )
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")
sleep (500)
WinwaitActive ("Setup - XQDC X-Setup Pro", "Setup has finished installing XQDC X-Setup Pro on your computer. The application may be launched by selecting the installed icons.")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")



#2 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 02 May 2005 - 05:26 PM

Hi. If it's an Inno Setup, why don't you just use the switch? :)

#3 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 02 May 2005 - 05:26 PM

Try a test run with the /? or /help switches to see what the options are. Or maybe ask on the x-setup forum on the website?

#4 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:04 PM

totoymola, on May 2 2005, 05:26 PM, said:

Hi.  If it's an Inno Setup, why don't you just use the switch? :)
<{POST_SNAPBACK}>


i wasnt aware of a general switch to input the serial. i know the silencing switches but i've never heard of a serial switch.


DLF, on May 2 2005, 05:26 PM, said:

Try a test run with the /? or /help switches to see what the options are.
<{POST_SNAPBACK}>

neither of those commands worked

#5 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 02 May 2005 - 06:12 PM

Looks liek the problem with your AutoIT Scripts is the WinWaitActive. Your telling it to wait on something that wont appear. My Window title is "Setup - Xteq-dotec X-Setup Pro" You must make sure ALL capitilization, spaces, dashes, EVERYTHING is the EXACT same. Easiest way to make sure is to use the AutoIT Window Spy.

Also - this is a very poor script. The least you can do is replace the "Sleeps" with more WinWaitActive. Example:
Run("Setup.exe")
WinWaitActive("Setup - Xteq-dotec X-Setup Pro" , "xxxxxx") // Where xxxxx is something it says in the box, example, "Welcome to"
ControlClick("BLAHBLAH")
WinWaitActive("Setup - Xteq-dotec X-Setup Pro" , "Select folder")
ControlClick("BLAHBLAH")


#6 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:15 PM

S0mE0nesMiNd1, on May 2 2005, 06:12 PM, said:

Looks liek the problem with your AutoIT Scripts is the WinWaitActive. Your telling it to wait on something that wont appear. My Window title is "Setup - Xteq-dotec X-Setup Pro" You must make sure ALL capitilization, spaces, dashes, EVERYTHING is the EXACT same. Easiest way to make sure is to use the AutoIT Window Spy.
<{POST_SNAPBACK}>

i did copy it directly from the spy, but i'll look again.

Edit: i am a huge noob when it comes to autoit. i know very few commands so forgive my poor scripting :blushing: the reason i had the sleeps was just so it wouldnt go too fast but i'll modify the script as you said and do it.

#7 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:17 PM

this is my spy screen

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<
Title:	Setup - XQDC X-Setup Pro
Class:	TWizardForm
Size:	X: 388    Y: 316    W: 503    H: 392

>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen:	X: 656	Y: 338
Cursor ID:	2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB:	Hex: 0x3261BB	Dec: 3301819


#8 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 02 May 2005 - 06:19 PM

Quote

ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")

Also - For something like this, the middle quotations are supposed to have the "Text" that is in the AutoIT Window Info on the button, for buttons that say "Next" it is typically "&Next >". So it should be "Setup - XQDC X-Setup Pro", "&Next >", "TButton4" Assuming thats what the Text is.

EDIT: seems i have an old ver. of X-Setup. Thanks for the tip :) Ill look into your script and what may be wrong with it.

#9 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:20 PM

S0mE0nesMiNd1, on May 2 2005, 06:19 PM, said:

Quote

ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")

Also - For something like this, the middle quotations are supposed to have the "Text" that is in the AutoIT Window Info on the button, for buttons that say "Next" it is typically "&Next >". So it should be "Setup - XQDC X-Setup Pro", "&Next >", "TButton4" Assuming thats what the Text is.
<{POST_SNAPBACK}>

i'll remake the script and repost. should be in like 10 min or less

#10 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:26 PM

hrm i may have found the issue, at some point the next button changes from TButton3 to TButton4

#11 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:32 PM

This new code didnt work either
Run ( "xqdcXSP-Setup-EN.exe" )
WinActive ("Setup - XQDC X-Setup Pro")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Welcome to the XQDC X-Setup Pro Setup Wizard" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "License Agreement" )
ControlClick ("Setup - XQDC X-Setup Pro", "I &accept the agreement", "TRadioButton1")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Internet Version Check" )
ControlClick ("Setup - XQDC X-Setup Pro", "", "TNewCheckListBox1")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Information" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Select Destination Location" )
ControlSend ( "Setup - XQDC X-Setup Pro", "", "TEdit1", @ProgramFilesDir & "\X-Setup Pro" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Select Additional Tasks" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "License" )
ControlClick ("Setup - XQDC X-Setup Pro", "", "TPasswordEdit1")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Serial Number" )
ControlSend ( "Setup - XQDC X-Setup Pro", "", "TPaswordEdit1", "xxxxx-xxxx--xxxxx" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Ready to Install" )
ControlClick ("Setup - XQDC X-Setup Pro", "&Install", "")
WinwaitActive ("Setup - XQDC X-Setup Pro", "Setup has finished installing XQDC X-Setup Pro on your computer. The application may be launched by selecting the installed icons.")
ControlClick ("Setup - XQDC X-Setup Pro", "&Finish", "")


#12 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 02 May 2005 - 06:38 PM

Indeed very odd. We need an autoIT Expert like MHZ or NoLogic, because this is even too much for me. There are some hidden things like the checkboxs. Also, I noticed the changing TButton Stuff too. Oh, and as for yours, you STILL have to have the other stuff in addition to the text I mentioned (No empty quotations unless its empty in the AutoIT Spy Window). Anyhow, this was working for the first few things, the rest an expert needs to do.
Run ( "xqdcXSP-Setup-EN.exe" )
WinwaitActive ("Setup - XQDC X-Setup Pro" , "Welcome to")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >" , "TButton2")


WinWaitActive("Setup - XQDC X-Setup Pro" , "License Agreement")
ControlClick ("Setup - XQDC X-Setup Pro", "I &accept the agreement", "TRadioButton1")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton3")


WinWaitActive("Setup - XQDC X-Setup Pro" , "Internet Version Check")
ControlClick ("Setup - XQDC X-Setup Pro", "", "TNewCheckListBox1")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton3")


WinWaitActive("Setup - XQDC X-Setup Pro" , "Information")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")

WinWaitActive("Setup - XQDC X-Setup Pro" , "Select Destination Location")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")

WinWaitActive("Setup - XQDC X-Setup Pro" , "Select Additional Tasks")
ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")


#13 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:42 PM

i'd love if i could deal with this using switches only. but i dont know of any way.

#14 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 02 May 2005 - 06:43 PM

last I checked, (i have an old ver on my cd) it was a simple switch like /SILENT or /s or /S. I dont know about the new version.

#15 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 06:44 PM

S0mE0nesMiNd1, on May 2 2005, 06:43 PM, said:

last I checked, (i have an old ver on my cd) it was a simple switch like /SILENT or /s or /S. I dont know about the new version.
<{POST_SNAPBACK}>

but how do i pass the serial number?

#16 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 02 May 2005 - 06:52 PM

Check the registry after a successful install with it. A good way to search is by entering part of the serial in the registry search.

#17 User is offline   swampy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 26-January 04

Posted 02 May 2005 - 07:24 PM

/VERYSILENT works. I just installed it.

Registration info (XSPLicense.ini} is in %ProgramFiles%\X-Setup Pro\bin

I made a winrar sfx of the ini

;The comment below contains SFX script commands

Path=X-Setup Pro\bin
SavePath
Silent=1
Overwrite=1


#18 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 02 May 2005 - 07:37 PM

swampy, on May 2 2005, 07:24 PM, said:

/VERYSILENT works. I just installed it.

Registration info (XSPLicense.ini} is in %ProgramFiles%\X-Setup Pro\bin

I made a winrar sfx of the ini

;The comment below contains SFX script commands

Path=X-Setup Pro\bin
SavePath
Silent=1
Overwrite=1

<{POST_SNAPBACK}>

rock on Posted Image



Edit: If anyone cares this is what the ini contains
[License]
Product=X-Setup Pro
SerialN=xxxx-xxxxx-xxxx

[Setup Information]
LastAccessOn=2005-05-02 19:40:29

[License-old]
SerialN=


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy