Re: [WiX-users] yep - back to being 100% frustrated

2008-05-17 Thread Christopher Painter
Good points Mike. Personally I'm starting to pay attention to application virtualization solutions.Just as once upon a time I made the transition from script based installs to MSI based installs, I'm wondering if one day in my future I'll be able to just get rid of the install all together

Re: [WiX-users] yep - back to being 100% frustrated

2008-05-17 Thread Nathan Stohlmann
First, thank you for the excellent points about several of the features that we put in for legacy platforms, but I'd like to politely disagree with the idea that MSI corporate deployments are very rare. Just to provide a different view, as someone who cut their teeth on MSI back in the good old 1.0

[WiX-users] Legendary Hero of rumors

2008-05-17 Thread Saundra Nguyen
Catch that blondy's glance. Like it? Yes! Every girl in town thinks about your huge... What exactly she thinks about? Know athttp://www.esheraz.net/a/ - This SF.net email is sponsored by: Microsoft Defy all challenges. M

[WiX-users] 100 hottest babes on the planet

2008-05-17 Thread flynn
Forget the old memories where you pals laughed at you in the locker room, grow larger today. http://www.posiieaniu.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. ht

Re: [WiX-users] yep - back to being 100% frustrated

2008-05-17 Thread dB.
I wanted to thank the windows installer team and offer a fresh perspective. I don't think that Windows Installer sucks, and I just can't get myself to hate the technology. I think building a solid installer should be as hard as writing good code and force you to think. Every time I put an avera

[WiX-users] Where's wix source code?

2008-05-17 Thread dB.
It looks like the CVS repository on SF hasn't been updated in a long time. Yet there're source drops from somewhere ... Where's the wix source today? The SF wix-devs and wix-commits is just spam. Thx dB. -dB. dblock.org / foodcandy.com

Re: [WiX-users] Where's wix source code?

2008-05-17 Thread Krause, Henning
Hi, you can find the source code in the weekly drops directory: http://wix.sourceforge.net/releases/3.0.4116.0/. Download the file named wix3-sources.zip. Kind regards, Henning > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of dB. > Sent:

Re: [WiX-users] Where's wix source code?

2008-05-17 Thread dB.
I am trying to avoid just that. I have some (although little) hope of submitting patches to the source one day, for that I need to be able to merge changes. Thx. -Original Message- From: Krause, Henning [mailto:[EMAIL PROTECTED] Sent: Saturday, May 17, 2008 5:47 PM To: dB.; wix-users@list

Re: [WiX-users] Where's wix source code?

2008-05-17 Thread Bob Arnson
dB. wrote: > I am trying to avoid just that. I have some (although little) hope of > submitting patches to the source one day, for that I need to be able to > merge changes. Thx. > Rob mentioned earlier this week that he'd push changes into CVS soon. It's a semi-manual process. -- sig://boB

Re: [WiX-users] Heat question

2008-05-17 Thread Bob Arnson
Eva, Mark E (ESL Lab-Boise) wrote: I am a new user of Heat.exe. I would like to exclude a directory or files with specific extensions from Heat. An example would be, exclude directory .svn from Heat selection. An example of a file extension .log. Is it possible to do this from the commandli

Re: [WiX-users] XmlConfig setting I should use to replace just the address attribute value in the following parts of an app.config using a public property defined value?

2008-05-17 Thread Robert O'Brien
Got this working using the utils:XmlFile excerpt shown below. Here are a couple of related questions now that the basic functionality is working. q1 - is there any way to define that the util:XmlFile processing only occurs if a property value equals a given string, e.g. ENVIRONMENTID=Productio