[WiX-users] tallow -reg issue

2007-04-04 Thread Jon W
I'm using Wix2.0 (4820) and the output produced by tallow -reg is causing bad behavior when installing. regcap.exe my.exe tallow -reg my.reg This produces the output: But, when installing the log file shows that the values are being written, then overwritten with empty valu

Re: [WiX-users] enter user into registry

2007-04-04 Thread Some user
that's what I have tried to do, but it didn't seem to work so I thought it couldn't be done that way. In the components I had a and then in one of the dialogs I had but the key is not created? But why would you want to do that? You can have the UI set a property with the value the user ent

Re: [WiX-users] Single WIX to install multiple versions

2007-04-04 Thread Davut Karabay
Experts on the board, any ideas? >From: "Davut Karabay" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: wix-users@lists.sourceforge.net >Subject: Re: [WiX-users] Single WIX to install multiple versions >Date: Wed, 04 Apr 2007 17:59:09 + > >Hi Bob, > >I want to pack both down level and Vista b

[WiX-users] Why is it skipping my UI?

2007-04-04 Thread JCWrs
I'm working on a WiX Installer and, though I've added UI code, the msi produced doesn't display any UI and simply installs the files. Anyone know what I'm missing here?

[WiX-users] dependency walker shows error after a successful MSI installation

2007-04-04 Thread Sumant Tambe
Hi folks, I am using WiX 3 to build a MSI installer using VS8 (SP1, KB918525). Majority of the files that are packaged in the installer are DLLs built using VC8 that depend upon x86 side-by-side assemblies. After a successful installation of the product, the installed DLLs fail to load. the de

Re: [WiX-users] WiX create a MSMQ

2007-04-04 Thread Fredrik Grohn
In WiX 2.0 it is possible using the MessageQueue element of PubCA: http://wix.sourceforge.net/manual-wix2/pubca_xsd_messagequeue.htm In WiX 3.0 these bits are still pending inclusion however. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DEVAL SHAH Sen

[WiX-users] WiX create a MSMQ

2007-04-04 Thread DEVAL SHAH
Hello, I wanted to create a MSMQ queue using Wix in my installation. Is there a way to do that ? Thank you in advance Deval - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you

[WiX-users] .NET Install causes Windows Error when running program.

2007-04-04 Thread Hallquist Jr, Robert
I have created a WiX install of a .NET program and when it is run I get a Microsoft Windows Error (the one that wants to send information to Microsoft). If I just xcopy the files to the destination computer, my application runs fine. I checked that all the files exist and are the correct version.

Re: [WiX-users] (votive, wix, vsip, and all things microsoft) : Changing licence in Votive

2007-04-04 Thread Brent Rockwood
Just set the following in your .wxs file Brent On 04/04/07, Justin Rockwood <[EMAIL PROTECTED]> wrote: I'm not familiar with how to change the EULA. I know it's possible, though. Forwarding this on to [EMAIL PROTECTED] Somebody there should be able to help you out. Justin -Original Me

Re: [WiX-users] (votive, wix, vsip, and all things microsoft) : Changing licence in Votive

2007-04-04 Thread Justin Rockwood
I'm not familiar with how to change the EULA. I know it's possible, though. Forwarding this on to [EMAIL PROTECTED] Somebody there should be able to help you out. Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 6:04 AM To: Jus

Re: [WiX-users] Single WIX to install multiple versions

2007-04-04 Thread Davut Karabay
Hi Bob, I want to pack both down level and Vista binaries in one MSI. In WIX I want to detect whether down level or Vista, and install corresponding binaries. Can all this be done with preprocessor? Directory layout will stay the same. I was thinking creating two sets of s one for down level

Re: [WiX-users] Uninstall only works in the default path

2007-04-04 Thread Richard.Foster
Jason, Are you persisting the installation path somewhere (e.g. the registry)? If not, then you will run into problems because Windows Installer won't take care of that for you automatically. Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[WiX-users] Uninstall only works in the default path

2007-04-04 Thread Jason Van Eaton
I have a weird bug. When installing to the default path, uninstall works correctly. When installing to any other path, uninstall succeeds (that is to say there are no errors) but it forgets to remove the files. Even if I have a bug in my xml, it seems there must be a bug in WIX as well, since

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-04 Thread Wilson, Phil
AFAIK there's no difference between managed and unmanaged performance counters. For those of us who were doing this before .NET, the way I've always done this (outside Wix) is with the lodctr utility or equivalent, the LoadPerfCounterTextStrings API. All you need to do is figure out what the requir

[WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-04 Thread Scott Palmer
I read this: http://msdn2.microsoft.com/en-us/library/aa371865.aspx (It took a while to get over the urge to slaughter those responsible... but I'm feeling much better now.) That article indicates that Windows Installer is broken for per-machine installs as there is no way to specify that you m

Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Scott Sam
Ok thanks I'll try that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fredrik Grohn Sent: Wednesday, April 04, 2007 11:41 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] failed to initialize xml utilities 3.0 or below as far as I can te

[WiX-users] Resend: Prevent install to network drive or removable media

2007-04-04 Thread Jason Van Eaton
Resending. JVE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton Sent: Tuesday, April 03, 2007 9:32 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Prevent install to network drive or removable media Is there a way to prevent i

Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Fredrik Grohn
3.0 or below as far as I can tell from the code. And it needs to be present on the target machine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam Sent: Wednesday, April 04, 2007 4:55 PM To: Rob Mensching; wix-users@lists.sourceforge.net Subject

Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Scott Sam
What version of MSXML does wix 2.0 work with? -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 5:09 PM To: Scott Sam; wix-users@lists.sourceforge.net Subject: RE: failed to initialize xml utilities MSXML busted? -Original Message- F

Re: [WiX-users] setting computer regional time format

2007-04-04 Thread Mike Dimmick
There's no supported API for doing this either. Setting it in the registry would be possible but I wouldn't like to support it - it could well have changed between Windows XP and Windows Vista, and could also change in future. Overall, bad idea. -- Mike Dimmick -Original Message- From:

Re: [WiX-users] enter user into registry

2007-04-04 Thread Fredrik Grohn
But why would you want to do that? You can have the UI set a property with the value the user enters, and then have a registry element that places it in a registry key. All in a purely declarative manner. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fiordean dacian Sent: Wedne

[WiX-users] CNDL0011

2007-04-04 Thread Lars Lars
Using Visual Studio .Net and Wix 2.0.4820.0 Running wix on a visual studio solution and getting a few errors; Building solution... Building install package... Server.wxs Server.wxs(61) : error CNDL0011 : The Component/@Guid attribute was not found; it is required. Server.wxs(62) : error CNDL0027

Re: [WiX-users] enter user into registry

2007-04-04 Thread fiordean dacian
U can very well set registry entries from a custom action :) Dacian - Original Message From: Some user <[EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net Sent: Wednesday, April 4, 2007 9:03:37 AM Subject: [WiX-users] enter user into registry how do I enter something the user puts

[WiX-users] enter user into registry

2007-04-04 Thread Some user
how do I enter something the user puts into an edit field into the registry somewhere? Using a custom action I cannot add registry entries? -- View this message in context: http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9832070 Sent from the wix-users mailing list archive at Nab