Re: [WiX-users] call custom action after another custom action is finished

2010-09-24 Thread bryan rasmussen
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 wrote: > "Pally Sandher" wrote: > >> Use a bootstrapper to install Ruby

Re: [WiX-users] call custom action after another custom action is finished

2010-09-24 Thread bryan rasmussen
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.b

[WiX-users] call custom action after another custom action is finished

2010-09-24 Thread bryan rasmussen
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 Ame

[WiX-users] use of Condition to detect Property

2008-10-04 Thread bryan rasmussen
work, thanks. Best Regards, Bryan Rasmussen - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a

[WiX-users] choice of features using mondo ui leads to license for each feature?

2008-10-04 Thread bryan rasmussen
it goes to the actual installation. Can someone point me to some information, give guidance, on how to make such a scenario work? Cheers, Bryan Rasmussen - This SF.Net email is sponsored by the Moblin Your Move Developer&#

Re: [WiX-users] misunderstanding of the CreateFolder directory attribute?

2008-09-24 Thread bryan rasmussen
Ok, I guess the way to do it is to have the directories with components that do nothing but create the folder, and then use those components in the features that I am installing. Cheers, Bryan Rasmussen On Wed, Sep 24, 2008 at 11:21 AM, bryan rasmussen <[EMAIL PROTECTED]> wrote: >>

Re: [WiX-users] misunderstanding of the CreateFolder directory attribute?

2008-09-24 Thread bryan rasmussen
> Message: 1 > Date: Tue, 23 Sep 2008 13:39:12 +0200 > From: "bryan rasmussen" <[EMAIL PROTECTED]> > Subject: [WiX-users] misunderstanding of the CreateFolder directory >attribute? > To: wix-users@lists.sourceforge.net > Message-ID: ><[E

[WiX-users] misunderstanding of the CreateFolder directory attribute?

2008-09-23 Thread bryan rasmussen
do that? Does anyone have an example that would create that Path inside of a component? Thanks, Bryan Rasmussen - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

[WiX-users] createFolder or directory

2008-08-28 Thread bryan rasmussen
aking place from within components that were under the particular directory (I guess, it seems like it would work), the second seems like a hack to me but I have read some things that lead me to assume that maybe I shouldn't use CreateFolder either. Best Regards, Bryan

Re: [WiX-users] createFolder or directory

2008-08-28 Thread bryan rasmussen
no wait, I'd have to do it with a directory inside of a directory - correct? But otherwise the same principle holds, that I can the directory element to create the subpaths rather than createfolder. Best Regards, Bryan Rasmussen On Thu, Aug 28, 2008 at 4:29 PM, bryan rasmussen <[EMAIL P

Re: [WiX-users] installation of a .net based service with Wixui

2008-08-26 Thread bryan rasmussen
Y/N Use Installutil? Y/N - if Y how with WixUI_Mondo? Thanks, Bryan Rasmussen On Mon, Aug 25, 2008 at 12:10 PM, bryan rasmussen <[EMAIL PROTECTED]> wrote: > Hi, > > I'm making an installer for a Windows Service that has been developed > in .Net, the

[WiX-users] Always have to relearn Wix every time I use it.

2008-08-26 Thread bryan rasmussen
this experience? Is it just because of infrequent usage or does anyone think it is a design issue, I find it strange that the usage and everything about it is so difficult to remember. Cheers, Bryan Rasmussen - This SF.Net ema

[WiX-users] using dark to extract wix dialogs then putting them back together for new installation

2008-08-25 Thread bryan rasmussen
remove the localization info and put it back in once the final installer is made, any way to do that? Thanks, Bryan Rasmussen - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

[WiX-users] wixui custom

2008-08-25 Thread bryan rasmussen
Where exactly is the wixlib referred to in examples\wixui\custom\TestCustom.wxs with the UIREF Is it supposed to be somewhere evident to senses? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

[WiX-users] dynamically write registry value when using wixui mondo

2008-08-25 Thread bryan rasmussen
Hi, Does anyone have an example of dynamically writing a registry value dependent on user input when using the complete wixui mondo setup? Thanks, Bryan Rasmussen - This SF.Net email is sponsored by the Moblin Your Move

[WiX-users] installation of a .net based service with Wixui

2008-08-25 Thread bryan rasmussen
dd an installer to my .Net project (I would suppose so)- Is there anything about the code above that should be changed or done differently? I am not in wix 3.0 as I ran into problems compiling anything. Thanks, Bryan Rasmussen -

[WiX-users] serviceinstall problems

2008-08-19 Thread bryan rasmussen
s relevant: is there anything in that which would cause an error? The file is correctly placed. Cheers, Bryan

[WiX-users] replacement for XmlFile

2008-08-19 Thread bryan rasmussen
Hi, I want to do similar things to what Xmlfile does, but I need to also edit attributes - from what I can see from the documentation this is impossible. In that case what is the best way to replace XmlFile Cheers, Bryan Rasmussen

Re: [WiX-users] Question about Extensibility point in the WiX XML Schema

2008-08-18 Thread bryan rasmussen
de the wix namespace at this location. So I think the question is really what you plan to do with the extended xml. Cheers, Bryan Rasmussen > > Message: 3 > Date: Tue, 5 Aug 2008 07:01:56 +0300 > From: "Dmitry Berkovich" <[EMAIL PROTECTED]> > Subject: [WiX-users] Ques

[WiX-users] oops, it looks like my last post is being answered now.

2008-06-26 Thread bryan rasmussen
The downfalls of receiving emails batched, and a batch coming in before people start responding. Sorry everyone. Cheers, Bryan Rasmussen - Check out the new SourceForge.net Marketplace. It's the best place to buy or

[WiX-users] customAction running after Installfinalize not working

2008-06-26 Thread bryan rasmussen
else works but the last part: doesn't happen. Is there some other attribute I need on the CustomAction to make sure that [AUTOPILOT]AutoPilot.exe is started? Cheers, Bryan Rasm

Re: [WiX-users] how do I start an application after install, not conditionally and not based on clicking on dialog

2008-06-26 Thread bryan rasmussen
Specifically I am trying to do this: How should that be restructured to work? Thanks, Bryan Rasmussen On Thu, Jun 26, 2008 at 9:47 AM, bryan rasmussen <[EMAIL PROTECTED]> wrote: > As per the subject line, it's just supposed to install and run. The > use

[WiX-users] how do I start an application after install, not conditionally and not based on clicking on dialog

2008-06-26 Thread bryan rasmussen
As per the subject line, it's just supposed to install and run. The user doesn't have to click on the dialog to say that they want it to run. Thanks, Bryan Rasmussen - Check out the new SourceForge.net Marketplace

Re: [WiX-users] registry edit not being registered

2008-06-25 Thread bryan rasmussen
Thanks, Bryan Rasmussen On Wed, Jun 25, 2008 at 9:26 AM, bryan rasmussen <[EMAIL PROTECTED]> wrote: > Hi, > > This Wix file seems to install, at any rate all of the files get >

[WiX-users] registry edit not being registered

2008-06-25 Thread bryan rasmussen
eed to retrieve a value from the registry and write the value to a file, can you give me a link to a tutorial that shows that (probably find that relatively easy on my ow, but with the other questions already in play I figured the experts could just tell me.) Thanks everyone,

[WiX-users] catching errors

2008-06-23 Thread bryan rasmussen
an up, and also if there are pointers to managing Registry entries that clarify what kinds of errors are likely with Wix. Thanks, Bryan Rasmussen - Check out the new SourceForge.net Marketplace. It's the best place to

Re: [WiX-users] custom dialog set build with nant error

2007-07-25 Thread bryan rasmussen
but not in the binaries? Should I need it if I am running the binaries? Well I guess I'll get the source anyway and see how it works. Cheers, Bryan Rasmussen On 7/25/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > bryan rasmussen wrote: > > nant gives the following error:

Re: [WiX-users] ProgramFilesFolder referenced by registry key

2007-07-24 Thread bryan rasmussen
I thought it might be better like this: but that didn't work either. Sorry to be asking what are no doubt stupid questions but I don't think the documentation is very clear. Cheers, Bryan Rasmussen On 7/24/07, bryan rasmussen <[EMAIL PROTECTED]> wrote: > > From: Rob Hamf

Re: [WiX-users] ProgramFilesFolder referenced by registry key

2007-07-24 Thread bryan rasmussen
I tell WIX that I want a REG_SZ? Cheers, Bryan Rasmussen > > bryan rasmussen wrote: > > Hi, > > > > I need to write a key to the registry pointing to the location of my > > program. It is in the ProgramFilesFolder. How do I refer to this > > variable in

[WiX-users] ProgramFilesFolder referenced by registry key

2007-07-24 Thread bryan rasmussen
; Cheers, Bryan Rasmussen - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now

[WiX-users] custom dialog set build with nant error

2007-07-24 Thread bryan rasmussen
nant gives the following error: Build File c:\tools\wix.include does not exist. I suppose in reference to this include. so, two questions where are the includes in the example? and how do I set the wix.properties.defined property so that I don't need the includes. Cheers, Bryan Rasm

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
On 7/23/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > > bryan rasmussen wrote: > candle.exe -out examples\wixui\TestMinimal.wixobj > examples\wixui\Testminimal.wxs > > light.exe -out test20070723001.msi > examples\wixui\TestMinimal.wixobj > > > Your lig

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
.wixobj Cheers, Bryan Rasmussen On 7/23/07, bryan rasmussen <[EMAIL PROTECTED]> wrote: > Well, I'm using wix-2.0.5325, which on sourceforge is described as WiX > v2 (stable), whereas the newer version is Wix development. > > So given that, my UIRef should be > ? &g

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
Well, I'm using wix-2.0.5325, which on sourceforge is described as WiX v2 (stable), whereas the newer version is Wix development. So given that, my UIRef should be ? Cheers, Bryan Rasmussen On 7/20/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > bryan rasmussen wrote: > >

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-20 Thread bryan rasmussen
oh I noticed I had changed the UIRef from WixUI, which it is in the normal Testminimal.wxs, to wixui.wixlib, just in case that would work. but both versions are giving the same result. Cheers, Bryan Rasmussen On 7/20/07, bryan rasmussen <[EMAIL PROTECTED]> wrote: > Hi i am getting the

[WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-20 Thread bryan rasmussen
Hi i am getting the following error on TestMinimal.wxs: error LGHT0112 : unresolved reference to symbol 'UI:wixui.wxlib' in section 'Product:12345678-1234-1234-1234-098765432113' my command line is as follows: light.exe -out check3.msi testminimal.wixobj wixui.wixlib wixui.wixlib and testminimal