[WiX-users] adding an x64 platform

2011-01-01 Thread Sean Farrow
Hi: I have a solution to which I'm trying to add an x64 platform. When I do this, neither the project I have as .wixlibs or .msi's add a 64 bit platform they all stay as x86. Could this be added, or is there a work around? Cheers Sean. -

Re: [WiX-users] problem with XmlConfig when migrating from Wix 3.0 to Wix 3.5

2011-01-01 Thread Neil Sleightholm
Could you post the WiX you are using to do this edit. Neil -Original Message- From: Zhisheng Huang [mailto:zhhuang5...@yahoo.com] Sent: 01 January 2011 05:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] problem with XmlConfig when migrating from Wix 3.0 to Wix 3.5 Hi, I ha

Re: [WiX-users] problem with XmlConfig when migrating from Wix 3.0 to Wix 3.5

2011-01-01 Thread Zhisheng Huang
Hi Neil, I could repro this. Attched is my simplified repro based on the production code (Product.wxs and WebServiceSetup.wxi). It sets up a web application (but without any content, just to simplify repro), then modifies the corresponding node in applicationHost.config with XmlConfig. So it ca

Re: [WiX-users] problem with XmlConfig when migrating from Wix 3.0 to Wix 3.5

2011-01-01 Thread Zhisheng Huang
Looks like attachment does not work properly. Here are the two files that can repro the problem. Product.wxs http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";>              

[WiX-users] vijay chander invites you.

2011-01-01 Thread vijay chander
Dear wix-users@lists.sourceforge.net, You have been invited by your friend vijay chander to participate in a research program. Currently there are companies that are looking for individuals who are interested in reviewing and testing the new Apple iPad applications and games. After the

Re: [WiX-users] ComponentSearch and *

2011-01-01 Thread Rob Mensching
The fomatting is messed up but notice that Upgrade table is listed in this section of that documentation: The following installer tables cannot occur in a standard merge module. BBControl Billboard

Re: [WiX-users] Is there a way to use WiX 3.0 with VS 2008 and WiX 3.5 (3.6) with VS 2010 at one PC?

2011-01-01 Thread Rob Mensching
WiX v3.5 and v3.6 *should* be okay together (I think) but WiX v3.0 is upgraded by WiX v3.5 and v3.6. We didn't do all the necessary work to make allt he side by side stuff work. Way too many bugs given how many bugs there already were in Votive to just get one version working. -- virtually, Rob M

Re: [WiX-users] UpgradeVersion is not detecting the same version (preventing downgrades)

2011-01-01 Thread Rob Mensching
If you are running the same MSI that is already installed, the second run is just a repair/maintenance mode of the installed MSI. Look for the "Installed" property. On Wed, Dec 29, 2010 at 3:36 PM, Alex Ivanoff wrote: > Wix 3.5.2403. I have the following Upgrade element: > > > > > > >

Re: [WiX-users] updates to sql database

2011-01-01 Thread Rob Mensching
You can run SQL Scripts that update your SQL databases. On Thu, Dec 30, 2010 at 11:55 AM, wix user wrote: > Hi all, > > I would like to know about updating sql databases using wix. > Does wix handles this scenarios using minor updates? > Any information/links in this area is appreciated. > > Tha

Re: [WiX-users] Edit a properties file

2011-01-01 Thread Rob Mensching
Sadly, nothing built in today but it would be fantastic if someone was to contribute it to the project. This question comes up occasionally. On Fri, Dec 31, 2010 at 2:37 AM, Leonidas Spyropoulos < leonidas.spyropou...@formicary.net> wrote: > Hey all, > > I am trying to edit a properties file afte

Re: [WiX-users] ComponentSearch and *

2011-01-01 Thread Christopher Painter
Funny, I've used the Upgrade table in Merge Modules ( msidbUpgradeAttributesOnlyDetect ) for about 5 years now without any problems.  There's no reason why it "can't"  be done.  Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good threa