Actually, Just found a compiler for Ruby so I suppose I will try with
that to see if I can get the full application installed.

Thanks,
Bryan Rasmussen

On Fri, Sep 24, 2010 at 2:36 PM, bryan rasmussen
<rasmussen.br...@gmail.com> wrote:
> "Pally Sandher" <pally.sand...@iesve.com> wrote:
>
>> Use a bootstrapper to install Ruby before your installer runs.
>> Concurrent installations are highly dangerous & just as unsupported.
>
> Ok, but Ruby's 'installer' is an .exe, not an MSI,  should I still try
> to run a bootstrapper (never tried before) or can I get by with
> running first the exe, waiting till it exits and then running my
> script which will just check that the system has ruby and then run
> some various  gem installs.
>
> Thanks,
> Bryan Rasmussen
>
>> -----Original Message-----
>> From: bryan rasmussen [mailto:rasmussen.br...@gmail.com]
>> Sent: 24 September 2010 12:46
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] call custom action after another custom action
>> isfinished
>>
>> Hi,
>>
>> I am running a custom action that is an exe saved in my installed
>> directory. That custom action action should allow the user to install
>> Ruby. When the Installer is finished I want to run a custom action that
>> is a jscript
>>
>> How do I do that? I am supposing something like
>>
>>  <Custom
>>      Action="JS_I_Run"
>>      After="ID_OF_RUBY_INSTALLER" />
>>
>> where Action is the id of the javascirpt and After is the id of the
>> installer. Does this make sense or would you recommend another way to do
>> it?
>>
>> Thanks,
>> Bryan Rasmussen
>

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to