| View previous topic :: View next topic |
| Author |
Message |
awannaknow
Joined: 14 Jun 2009 Posts: 324
|
Posted: Tue Nov 03, 2009 5:56 pm Post subject: Check a box in SysTreeView321 |
|
|
Hi,
Trapped in soft dimension . . .
I (try to) automate a soft (ruby) install.
The 3rd installation page include a SysTreeView321 with 2 checkboxes I have to check.
I have no problem to move from items to items.
Send, e move from the default Ruby check Box to the first item starting with the letter e. Which is Enable RubyGems
When I use the keyboard the space bar check the boxes ok.
But I cannot reproduce it when automating, I tried:
Send, {Space}
Send, `
(With a space after the `)
Send,
(With 2 spaces after the ,)
and lots of things I don't even remember ...
Well, ... : Heellpp ! ! !
Mistake : In the picture I meant Send not run
Last edited by awannaknow on Tue Nov 03, 2009 8:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 3113 Location: MN, USA
|
Posted: Tue Nov 03, 2009 6:01 pm Post subject: |
|
|
|
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 324
|
Posted: Tue Nov 03, 2009 8:14 pm Post subject: |
|
|
A Big thank you jaco0646
 |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Tue Nov 03, 2009 10:06 pm Post subject: |
|
|
You should check if the installer has a /Silent option.
Ruby is Open Source, so it should be no problem, if that option is not available, to add it (including the wanted sub-options).
HTH |
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 324
|
Posted: Wed Nov 04, 2009 11:32 am Post subject: |
|
|
Hi n-l-i-d,
Thank you for the idea I didn't tought about this.
I checked it's a Nullsoft Install System v2.33 and the silent install switch is /S
I tried in xp run command:
c:\ruby.exe /S
"c:\ruby.exe" /S
"c:\ruby.exe /S"
"c:\ruby.exe" "/S"
etc...
But nothing works.
Maybe it's disabled. |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Wed Nov 04, 2009 12:53 pm Post subject: |
|
|
I tried the following command line, and that worked (NSIS help):
| Quote: | | ruby186-27_rc2.exe /S /D=C:\rubytest |
It did seem to install the RubyGems part, but I'm not sure if the silent install includes the options you want.
If not, you could try to get a hold of the original NSIS script, and adapt it to your needs.
HTH |
|
| Back to top |
|
 |
|