AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Check a box in SysTreeView321

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
awannaknow



Joined: 14 Jun 2009
Posts: 324

PostPosted: Tue Nov 03, 2009 5:56 pm    Post subject: Check a box in SysTreeView321 Reply with quote

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

Well, ... : Heellpp ! ! ! Rolling Eyes
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
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 3113
Location: MN, USA

PostPosted: Tue Nov 03, 2009 6:01 pm    Post subject: Reply with quote

Code:
Send, %A_Space%
Back to top
View user's profile Send private message Visit poster's website
awannaknow



Joined: 14 Jun 2009
Posts: 324

PostPosted: Tue Nov 03, 2009 8:14 pm    Post subject: Reply with quote

A Big thank you jaco0646

Wink
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Tue Nov 03, 2009 10:06 pm    Post subject: Reply with quote

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

PostPosted: Wed Nov 04, 2009 11:32 am    Post subject: Reply with quote

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
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Wed Nov 04, 2009 12:53 pm    Post subject: Reply with quote

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
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group