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

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

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

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

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 rasmussen.br...@gmail.com wrote: Pally Sandher pally.sand...@iesve.com wrote: Use

[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's

[WiX-users] use of Condition to detect Property

2008-10-04 Thread bryan rasmussen
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 trip for two to an Open

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: [EMAIL PROTECTED] Content-Type: text/plain; charset=UTF-8

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: Message: 1 Date

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

2008-09-23 Thread bryan rasmussen
be passing in an identifier for a path as opposed to a real path? How does one 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

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 PROTECTED

[WiX-users] createFolder or directory

2008-08-28 Thread bryan rasmussen
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 Rasmussen

[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 email

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

2008-08-26 Thread bryan rasmussen
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 following is how I expect to declare my service

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

2008-08-25 Thread bryan rasmussen
knows how to install the service, do I need to add 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] 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] wixui custom

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

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

2008-08-25 Thread bryan rasmussen
and 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 Linux

[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
processContents=strict since they didn't I assume you are allowed to put any attributes in a namespace outside 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

[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. It's

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
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 user doesn't have to click on the dialog to say that they want it to run. Thanks, Bryan Rasmussen

[WiX-users] customAction running after Installfinalize not working

2008-06-26 Thread bryan rasmussen
that [AUTOPILOT]AutoPilot.exe is started? Cheers, Bryan Rasmussen - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy

[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 sell

[WiX-users] registry edit not being registered

2008-06-25 Thread bryan rasmussen
.) Thanks everyone, Bryan Rasmussen - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

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

2008-06-25 Thread bryan rasmussen
='Program' Description='The main executable.' Level='1' ComponentRef Id='hotkeyfiles' / /Feature /Feature /Product /Wix 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

[WiX-users] catching errors

2008-06-23 Thread bryan rasmussen
) Thus when I tried to uninstall I had to download the Windows Installer Cleanup Utility to clean up. Therefore I would like to have a way to catch errors, clean up, and also if there are pointers to managing Registry entries that clarify what kinds of errors are likely with Wix. Thanks, Bryan

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: Build File c:\tools\wix.include

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

2007-07-24 Thread bryan rasmussen
the wix.properties.defined property so that I don't need the includes. Cheers, Bryan Rasmussen - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

[WiX-users] ProgramFilesFolder referenced by registry key

2007-07-24 Thread bryan rasmussen
Key=Software\Microsoft\Windows\CurrentVersion\Run Action=createKey Registry Name=SIHotkeys Value=${var.MYDIR}\hotkeys.exe Type=string / /Registry Cheers, Bryan Rasmussen

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

2007-07-24 Thread bryan rasmussen
and integers and so forth, but of course that could be wrong. If it is, what action should I be doing. Also is my Type correct? How do 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

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

2007-07-24 Thread bryan rasmussen
but I don't think the documentation is very clear. Cheers, Bryan Rasmussen On 7/24/07, bryan rasmussen [EMAIL PROTECTED] wrote: From: Rob Hamflett [EMAIL PROTECTED] I think you want to change ${var.MYDIR}\hotkeys.exe to [MYDIR]hotkeys.exe Hmm, still doesn't work. Actually I think

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 UIRef Id=WixUI_Minimal / ? Cheers, Bryan Rasmussen On 7/20/07, Bob Arnson [EMAIL PROTECTED] wrote: bryan rasmussen wrote: oh I

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

2007-07-23 Thread bryan rasmussen
examples\wixui\TestMinimal.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 UIRef Id

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 light.exe command also needs to include wixui.wixlib, per

[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

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 following