Re: [WiX-users] Cannot register assembly

2009-11-30 Thread Asker Brodersen
Thanks a bunch Blair, this is just how I want to do it! /Asker -Original Message- From: Blair [mailto:os...@live.com] Sent: den 1 december 2009 05:39 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Cannot register assembly The MSBuild property Defin

Re: [WiX-users] website being removed after upgrade

2009-11-30 Thread Blair
Did either component's guid change between the two versions? Are the directories the two components live in identical between the two versions? -Original Message- From: Scharp, Craig [mailto:craig.sch...@fuelquest.com] Sent: Monday, November 30, 2009 9:46 AM To: General discussion for Win

Re: [WiX-users] Pyro error

2009-11-30 Thread Blair
Regarding the warning: since you released, you are stuck with the warning unless you are willing to change both filenames and the component guid (along with any registry paths you declare in that same component). Regarding the error: you don't happen to have "-wx" in your pyro commandline, do you?

Re: [WiX-users] Cannot register assembly

2009-11-30 Thread Blair
The MSBuild property DefineConstants is passed into Candle parsed as a ';'-delimited list of Name[=Value] pairs. It is defined in a wizard-built wixproj file with the content "Debug" when the configuration is "Debug". In your .wixproj files you could add a new PropertyGroup under all of the condit

[WiX-users] merge module schemata differences error halts nmake

2009-11-30 Thread Alan Sinclair
I'm recoding a package in WiX. It includes a load of redistributable merge modules, and there are two different schemata defining the Feature and Feature_ columns. Light.exe gives this error: error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys, Feature.1 = s38, Extension.Feature_ = s

[WiX-users] Problem with WiX/MSBuild with TargetPath

2009-11-30 Thread Fenstad, Darrel B
I have read the closed Tracker Item https://sourceforge.net/tracker/index.php?func=detail&aid=2777114&group_id=105970&atid=642714. It and another page I found on the Web implies that a fix went into WiX 3.0.5322.0 to address this issue. However, I am using WiX 3.0.5419.0 (verified version in

Re: [WiX-users] WIX_TEMP

2009-11-30 Thread Schrieken, Rene
Rahul, WIX_TEMP only works for candle, light etc, not for your msi. If you want your msi to use another location as 'temporary' changing the TempFolder property might work... (might...)... not sure if the msi internals actual honor that property. Rene Van:

[WiX-users] WiX Roadmap

2009-11-30 Thread Neil Sleightholm
Is there an up to date WiX Roadmap that shows how the development / features are planned to arrive over the next year or so? Regards Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com -

[WiX-users] NativeImage Priority="0" does not work

2009-11-30 Thread John Vottero
When specifying Priority="0" on the NativeImage extension, the installation properly executes an ngen command with no /queue qualifier and the native image is successfully generated but, at the end of the install the NativeImage extension executes an "ngen update /queue" command which deletes al

[WiX-users] website being removed after upgrade

2009-11-30 Thread Scharp, Craig
Hi all, Has anyone run into the issue where website is being removed after a major upgrade on Windows Server 2003 (IIS 6)? This does not happen on server 2008 (IIS 7). My original install creates a database and website. Now, I'm trying to perform upgrades in IIS 6, after the upgrade the webs

Re: [WiX-users] Component Keypath Problem

2009-11-30 Thread Wilson, Phil
This sounds like a custom action that's being called, perhaps based on the component's action state being to-be-installed. It's more likely that the solution is to do something like amend the condition on the custom action to include "and Not Installed" so that it doesn't run during a repair whe

[WiX-users] IIS virtual directory

2009-11-30 Thread Chris Carlson
I need to create a tree of virtual directories in IIS. The root of the tree will refer to directories installed by my package, but I need at least one folder in the tree to refer to a directory not installed by my package; this could be a local folder or a network share. Is there a way to create

Re: [WiX-users] Pyro error

2009-11-30 Thread Anurag Pahwa
No we don't explicitly designate the file and the first file is the FSCREG.cfg file. We did release the MSI. I did try that as well and still getting the error. -Original Message- From: Blair [mailto:os...@live.com] Sent: Tuesday, November 24, 2009 11:18 PM To: 'General discussion for

Re: [WiX-users] Bootstrapper sequence in wix

2009-11-30 Thread Arun Perregatturv
Strange, no one has complained about this? Well, I guess it's something to do with Visual Studio 2008. Arun Perregattur -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Friday, November 27, 2009 6:42 PM To: General discussion for Windows Installer XML toolset. Subje

Re: [WiX-users] WIX_TEMP

2009-11-30 Thread Rahul.Ekbote
Hi, I am looking for some documentation which shows where to mention WIX_TEMP it. I added WIX_TEMP in our System properties-Advanced-System Environment. like WIX_TEMP d:\temp. When I installed our product and checked folder d:\temp its empty. Installer copied files in TEMP folder and not in W

Re: [WiX-users] Select features on UI

2009-11-30 Thread Akihiro.Shibuta
Thanks, salever.lee, No, I don't, and I am trying it now. it works, Thank you very much. Akihiro, Shibuta. > -Original Message- > From: salever.lee [mailto:salever@gmail.com] > Sent: Monday, November 30, 2009 4:36 PM > To: General discussion for Windows Installer XML toolset. >