[WiX-users] IIS Web Address problem

2007-11-14 Thread Cullen Waters
I'm trying to get my IIS site to only listen on the IP address that I'm providing. When I use the following snippet of WiX code, though, I get two addresses in the IIS site properties, and the one that is selected for it to listen on is 'All Unassigned'. How do I replace All Unassigned with my

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-29 Thread Cullen Waters
Create a bootstrapper. Check out msdn documentation on the msbuild GenerateBootstrapper task. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gareth at Serif Sent: Thursday, March 29, 2007 10:23 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-us

Re: [WiX-users] multiple file compilation

2007-03-20 Thread Cullen Waters
Thanks, Rob From: Rob Mensching Sent: Tuesday, March 20, 2007 3:31 PM To: Rob Mensching; Cullen Waters; WiX-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] multiple file compilation Sorry, that's terribly ambiguous. Yes, you can run candle once with all the .wxs files then link

[WiX-users] multiple file compilation

2007-03-20 Thread Cullen Waters
I have a bunch of one-file installers (one .wxs file per installer, many installers). Can I run candle once, with *.wxs, then run light separately on each wixobj? Will there be any problems doing this? Cullen Waters SDET Microsoft Office Live

Re: [WiX-users] ?Bug? in linker

2007-02-13 Thread Cullen Waters
We've found a workaround for now, so it's not a critical issue for us, but something that probably should be fixed. From: Rob Mensching Sent: Tuesday, February 13, 2007 10:37 AM To: Cullen Waters; WiX-users@lists.sourceforge.net Subject: RE: [WiX-users] ?Bug? in linker That sounds li

Re: [WiX-users] ?Bug? in linker

2007-02-13 Thread Cullen Waters
a 'Target' directory, that path is invalid when the wixlib is compiled. From: Rob Mensching Sent: Tuesday, February 13, 2007 10:26 AM To: Cullen Waters; WiX-users@lists.sourceforge.net Subject: RE: [WiX-users] ?Bug? in linker No, .wixlibs are designed to be portable. There was actual

[WiX-users] ?Bug? in linker

2007-02-13 Thread Cullen Waters
strange, since light has the directory of the source file. I think this is a bug, and I think that Lit should be changed to resolve all relative paths to absolute paths when it builds the wixlib file. What do others think? Cullen Waters SDET Office Live +1 425 7

Re: [WiX-users] Votive - Adding File as a Link

2007-02-12 Thread Cullen Waters
When I did this, I still got the ugly folders. From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:51 PM To: Cullen Waters; Justin Rockwood; 'Mark Capaldi'; WiX-users@lists.sourceforge.net Subject: RE: [WiX-users] Votive - Adding File as a Link Another

Re: [WiX-users] Votive - Adding File as a Link

2007-02-08 Thread Cullen Waters
If you edit the project file directly, you can do this. In the Section, just add another entry like this: Now, there is a catch. When you reload the project in VS, it's going to be ugly. VS will add a tag for each folder in the relative path from your project directory

Re: [WiX-users] Wix 3.0 and Votive?

2007-02-07 Thread Cullen Waters
will open in the VS main window, with the XML editor open. From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 11:00 AM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wix 3.0 and Votive? Sorry I'm kind of new to this. Is that the msbuil

Re: [WiX-users] Wix 3.0 and Votive?

2007-02-07 Thread Cullen Waters
setting an environment variable for you. From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 8:58 AM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wix 3.0 and Votive? Thanks, I've gotten the wxs files updated, and added them to the projects in

Re: [WiX-users] Wix 3.0 and Votive?

2007-02-01 Thread Cullen Waters
I just moved my whole team from v2 to v3. In general, the update went really smoothly. You can use wixcop.exe to update all of the xml for you. Wixcop doesn't, however remove shortnames, which might cause you some headaches. I went through all my xml and manually deleted all the short names.

Re: [WiX-users] Upgrading to v3 and Vista...

2007-01-29 Thread Cullen Waters
Two answers: 1) use " in your xml, that should evauluate to " at runtime. 4)you have to put in "ICE64", not just "64". If you look at the build output, you can see the command lines that get generated for light and candle. If you look there, you'll see that the ICE you put in that field is bei

Re: [WiX-users] What happened to Tallow.exe

2007-01-04 Thread Cullen Waters
Heat replaced tallow in v3. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Hoeger Sent: Thursday, January 04, 2007 1:14 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] What happened to Tallow.exe I'm having trouble with this on Vista so I thought I would download v

Re: [WiX-users] IIS CustomAction not registering Cert properly (ver 3.0.2330.0)

2006-12-21 Thread Cullen Waters
The build of v2 we were using was really old, and this code worked on that build. Was there a known regression in the code from v2 to v3? From: Rob Mensching Sent: Thursday, December 21, 2006 2:51 PM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] IIS CustomAction

[WiX-users] IIS CustomAction not registering Cert properly (ver 3.0.2330.0)

2006-12-21 Thread Cullen Waters
nyone run into this before? Cullen Waters SDET Office Live +1 425 706 6809 x 66809 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Cullen Waters
ve existed in your MSIs all along, but which you didn't know about, because v2 didn't run validation. Hopefully, someone else can help you with the custom dialogs. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 1:25 PM To: Cullen Waters Subject: Re: [WiX-u

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Cullen Waters
The biggest difference, and the reason you're seeing the errors now when you didn't before, is that wix 3 runs ICE validation on the MSI that is created by light, while wix 2 didn't. Most likely, if you run ice validation on the msi you created with wix 2, you'll see the same errors. You just

Re: [WiX-users] Comparing two MSIs

2006-12-20 Thread Cullen Waters
, 2006 7:14 PM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Comparing two MSIs There's a script in the MSI SDK called WiDiffDb.vbs, I use it on occasion to do this. Michael From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: [WiX-users] installing .msp during setup

2006-12-11 Thread Cullen Waters
I'm pretty sure you'll need a bootstrapper. Check the mailing list archive on sourceforge, there was a long discussion about bootstrappers last week. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Turton Sent: Monday, December 11, 2006 10:41 AM To: wix-users@lists.sourcef

[WiX-users] InstallUISequence

2006-12-08 Thread Cullen Waters
ecute some custom actions before LaunchConditions, and then verify that the CAs worked properly in LaunchConditions. Because the InstallUISequence is being created, and populated with the default actions, LaunchConditions is being called before my CAs have a chance to run, and my install is failin

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Cullen Waters
Chris, From the snippet you posted below, it looks like you're trying to, at install time, choose what file gets included in the MSI. That doesn't work. You have to author the MSI (call this build time) before you can try to install it. At build time, you have to supply all o

Re: [WiX-users] memory usage

2006-12-07 Thread Cullen Waters
If you make your project use multiple .wxs files, rather than a single .wxs with a bunch of .wxi (which all get added in to the main file), then candle should seem faster, and the processing would show as spikes, rather than constant usage. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: [WiX-users] error CNDL0036: Could not find extension

2006-12-07 Thread Cullen Waters
n sourceforge. The extension source is at wix/src/ext/ -Original Message- From: Brent B. Powers [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:15 AM To: Cullen Waters Subject: Re: [WiX-users] error CNDL0036: Could not find extension Cullen Waters wrote: > > If you install

Re: [WiX-users] error CNDL0036: Could not find extension

2006-12-07 Thread Cullen Waters
-ext [FullPathToFile]WixUtilExtension.dll. From: David Errick Sent: Thursday, December 07, 2006 7:39 AM To: Cullen Waters Subject: error CNDL0036: Could not find extension Dear Cullen, Is the WixUtilExtension.dll the extension specified in the -ext WixUtilExtension? If build from a different folder do

Re: [WiX-users] Comparing two MSIs

2006-12-06 Thread Cullen Waters
I'll take a look at that, thanks. From: Peterson, Joel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 3:40 PM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Comparing two MSIs The Tables -> Export Tables feature in Orca might get you halfway the

Re: [WiX-users] Comparing two MSIs

2006-12-06 Thread Cullen Waters
A lot of our installers are pretty complex, and use a bunch of tables. I was hoping for something more automated. From: Peterson, Joel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 3:36 PM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Comparing two

[WiX-users] Comparing two MSIs

2006-12-06 Thread Cullen Waters
Is there a tool out there to compare two MSIs? I'm moving our MSIs to wixv3, and I want to verify that the built MSIs are the same as previously. Cullen Waters SDET Office Live +1 425 706 6809 x 66809 - Take Surveys.

Re: [WiX-users] using in wix 3.0 - uitl schema elements will not compile with candle

2006-12-05 Thread Cullen Waters
In v3, you have to call candle with -ext WixUtilExtension to use elements from that namespace. Same with light. And, to help you abit, when you call light, you have to specify what cultures to use (like -cultures:en-us) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Erric

[WiX-users] IIsExtension issue

2006-12-05 Thread Cullen Waters
two tables? Should I just suppress the ICE32 error? Cullen Waters SDET Office Live +1 425 706 6809 x 66809 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

[WiX-users] IIS CA ICE Error

2006-12-05 Thread Cullen Waters
error that IIsWebApplication.2 is a localizable string with length 255, but the RegisterIIsSSLCertificate.ApplicationName_ column is a non-localizable string with length 255. Has anyone else seen this error? Is it possible I'm doing something wrong in my wix code to cause this? Cullen Waters S

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-05 Thread Cullen Waters
Having the cert stuff moved to the util extension would be great for my team. We had to write our own CA for cert work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Kaplan Sent: Tuesday, December 05, 2006 8:54 AM To: wix-users@lists.sourceforge.ne

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-04 Thread Cullen Waters
You have to include cultures:en-us (or whatever culture your installer is for) on the light command line, in wix v3. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rennie Sawade (Volt) Sent: Monday, December 04, 2006 5:19 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users

[WiX-users] Need help with a CustomTable

2006-12-03 Thread Cullen Waters
In my app, we are using a couple of CustomTable elements. The data in one of my columns includes a colon in the string. It looks like Light uses a colon to delimit the column names and values in the CustomRow element in the .wixobj file. Does anyone have any suggestions on how to include the c

Re: [WiX-users] Strange error

2006-12-02 Thread Cullen Waters
That error is thrown when an included file uses a prefix that is not declared in the parent file. I'm adding code to properly identify and report the error; it should be in the next release after Monday. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Fred

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
change to the error message for this error, and note that it is caused by malformed XML, rather than a .NET 1.1 SP1 bugfix. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cullen Waters Sent: Wednesday, November 22, 2006 3:05 PM To: [EMAIL PROTECTED]; Wi

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
ailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 7:38 AM To: Cullen Waters; Wix-Users List Subject: Re: [WiX-users] Error code lookup [EMAIL PROTECTED] wrote: > Is there a way to lookup Wix error codes? I'm getting CNDL0124, and I'd li > ke t

Re: [WiX-users] Another strange error message

2006-11-21 Thread Cullen Waters
ebugging information? This looks like a possible Wix bug to me. From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 10:59 AM To: Cullen Waters; 'Wix Group' Subject: RE: [WiX-users] Another strange error message I may be wrong, but I seem to remember tha

Re: [WiX-users] Creating and populating your own MSI table in WIX

2006-11-10 Thread Cullen Waters
Check the element -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Tyler Sent: Friday, November 10, 2006 1:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating and populating your own MSI table in WIX I have a custom action that

Re: [WiX-users] CheckBox question...

2006-11-07 Thread Cullen Waters
Just a guess, but I’d try changing the CheckBoxValue=”1” to a “0”   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Lovett Sent: Tuesday, November 07, 2006 10:54 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CheckBox question...   I’m trying to

Re: [WiX-users] Check for .NET Framework 1.1 SP1 before install

2006-11-01 Thread Cullen Waters
The VisualStudio extension should have all the checks you need for every version of the framework that has been shipped.   Did you check out those elements first?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Wednesday, November 01, 2006 1:13 P

Re: [WiX-users] Best Practices - Creating Databases

2006-10-20 Thread Cullen Waters
My suggestion is to use a single script for the initial installation.  Any upgrades or patches, or subsequent versions should be broken up.   On first installation, when you are creating the db, you can be reasonably certain through testing that your script will succeed.  On any successiv

Re: [WiX-users] Certificates with WIX

2006-10-15 Thread Cullen Waters
I’ve seen the same behavior with one of our installers.   I think this is a bug in the implementation.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzammil Ahmed Sent: Friday, October 13, 2006 2:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Cert

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Cullen Waters
-Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 2:43 PM To: Cullen Waters; david adams; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] WiX XML Issue > > Also, since the machines you're installing on have the .net > run

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Cullen Waters
nstall and rollback and uninstall from vbscript is pretty hard. It's a lot easier from a managed CA. -Original Message- From: Douglas Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:25 PM To: Cullen Waters; david adams; wix-users@lists.sourceforge.net Subject: RE:

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Cullen Waters
element already exists and contains child elements >( elements) then I risk overwriting them. Apparently WiX (at least >2.0.4415) does not support the XPath last() function. > > > >So I have two problems: > >1) I cannot query to see if the node already exists > &g

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Cullen Waters
I don’t have a definite solution, Doug, but I have a suggestion.  Have you tried just creating your elements, without specifying the element, in a machine.config that doesn’t contain the ?  Maybe the XmlFile element is smart enough to create the path if your XPath doesn’t exist.   F

Re: [WiX-users] WiX v3, VS2005, and Preprocessor Environment Variables

2006-10-10 Thread Cullen Waters
Joel,       I think you may be seeing the difference between user scope environment variables, and system scope env variables.  When you set a user-scope variable, it is set in the instance of cmd.exe that is executing.  If you set a system-scope variable, it isn’t re-read unt

Re: [WiX-users] Modifying Machine.Config Under 2 Different Features

2006-10-09 Thread Cullen Waters
My first thought would be to create a third feature, which the user has to install, which then does the modification of machine.config. Then, you could put your xml modification in a new component, which gets installed with the ‘must install’ feature.   From: [EMAIL PROTECTED] [mail

Re: [WiX-users] Release v3

2006-10-06 Thread Cullen Waters
If you downloaded the v3, you’ll also have an exe called wixcop in the distribution.  Run wixcop on your existing v2 .wxs files, and it will automagically update them to the latest schema.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday,

Re: [WiX-users] Where to start? V2 or V3?

2006-10-05 Thread Cullen Waters
Some of the tutorials in the docs (getting started) still show the v2 format. The documentation based on the schema, however, is correct for v3. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Thursday, October 05, 2006 10:44 AM To: Ch

Re: [WiX-users] WiX3.0 - Incorporating release path into File Source attribute using Visual Studio 2005

2006-09-25 Thread Cullen Waters
be set.  That should also take care of your TFS build.  I’m not certain about the TFS build, though, since I haven’t ever used that.   From: Ed Abshire [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 1:04 PM To: Cullen Waters; wix-users@lists.sourceforge.net Subject: RE: [WiX-users

Re: [WiX-users] WiX3.0 - Incorporating release path into File Source attribute using Visual Studio 2005

2006-09-25 Thread Cullen Waters
The way we do it is using environment variables.  Our build process sets an environment variable for build type(called BuildType), then we reference that in wix using $(env.BuildType)   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Abshire Sent: Monday, September 25,

Re: [WiX-users] auto-updates download using WiX

2006-09-25 Thread Cullen Waters
Check out the application updated block.  That is a block of library code that MSFT produced which handles checking for new versions, and updating, using BITS for the transfer.   App Updater was written against .NET 1.1, and they decided not to create a 2.0 version, since it would conflic

Re: [WiX-users] New features in 3.0 vs. 2.0?

2006-09-22 Thread Cullen Waters
Here is a list the wix devs sent me a while back, when I asked the same question: • Improved standard UI library with much strong customization story • Wixlibs, binary wixlibs • Overridable sequencing • Standard UI support • Support for arbitrary binary columns •

[WiX-users] Reporting Services CA

2006-09-22 Thread Cullen Waters
Is there any demand for a built-in Wix custom action to install/upgrade/repair /remove Sql Reporting Services reports?  Please let me know if this is something you’d be interested in.   Cullen Waters SDET Office Live +1 425 706 6809 x 66809

Re: [WiX-users] Component spanning directories

2006-09-15 Thread Cullen Waters
Reggie, From what I've seen, the general guidance is to keep your components as small as possible. If, for instance, you found a bug in one of your source files, but had all source files in one component, your patch or upgrade installer would have to include all of the files in that co

Re: [WiX-users] re : votive with visual c# 2005 express edition

2006-09-12 Thread Cullen Waters
C# express doesn’t support the same add-in model as the paid versions of VS.  I’m pretty sure that Votive will not work on C# express.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ali-Akber Saifee Sent: Tuesday, September 12, 2006 9:56 AM To: wix-users@lists.sourcefo