[WiX-users] Migration from 3.0 to 3.5

2011-05-13 Thread Adkins Christopher
Hi all, I am working on switching my product over to WiX 3.5 while at the same time changing over to Visual Studio 2010 and .NET 4.0. As part of the migration I have been looking over new features and have come upon a question that I haven't found the question to. In WiX 3.5 I have seen that

[WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread Preethi S.
Hi, Using WIX, I need to create an msi that should work in both 32-bit and 64-bit machines. I need to use separate dlls based on the OS Architecture in which my msi is to be installed. Is there any way to achieve it?? Thanks, S. Preethi.

Re: [WiX-users] Suppress Feature selection in patch

2011-05-13 Thread Pally Sandher
UI is defined in your installer(s) not your patch. Post the relevant UI code from your installer(s) as without more information we're just guessing. Palbinder Sandher  Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate +

Re: [WiX-users] Migration from 3.0 to 3.5

2011-05-13 Thread Pally Sandher
From the manual page at http://wix.sourceforge.net/manual-wix3/wix_xsd_file.htm no it doesn't appear to do so, however without looking through the WiX v3.5 source or testing it by building a package it's not easy to be sure. If it doesn't do what you want, it would be a reasonable Feature

Re: [WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread maksim.vazhenin
You can create separate components and use component conditions to install only the one which is needed for each OS. -Maksim -Original Message- From: Preethi S. [mailto:preet...@amiindia.co.in] Sent: Friday, May 13, 2011 1:37 PM To: General discussion for Windows Installer XML toolset.

Re: [WiX-users] Migration from 3.0 to 3.5

2011-05-13 Thread Peter Shirtcliffe
Wix will generate duplicates. You have to override them by explicitly providing an Id for the additional, same-named files. Then you can still omit the component Id as that is derived from the file Id. -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 13 May

Re: [WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread Pally Sandher
As repeated many times on this list, it's not possible with Windows Installer therefore it's not possible with WiX. Windows Installer requires MSI's to have a platform specified which is generally either Intel for x86 platforms and either AMD64 or x64 for x64 platforms. x86 MSIs will install

Re: [WiX-users] Creating Patch

2011-05-13 Thread Christoph Goetz
Hi, I built my patch on msimsp. This patch does not work. It installs nothing even though he is 50 Mb big. I have kept to this page: http://wix.sourceforge.net/manual-wix3/patch_building.htm However, nothing seems to fall into the patch. I thought msimsp compares the two versions and adds only the

Re: [WiX-users] Creating Patch

2011-05-13 Thread Preethi S.
Please install ORCA software. Then open your target image in ORCA. Then Transform- View Patch- Select your patch. The files that are to be patched will be shown as difference. There are some rules for patch creation. If there is any change in components table or GUID of any components changed,

Re: [WiX-users] Problem with quotes in CustomAction

2011-05-13 Thread Tyler Walters
We had this problem too. My fix was to put a backslash before the ending double quote. I think it has something to do with the backslash at the end of the property since it is a path property. i.e. ExeCommand=[MYDIR1]\[MYDIR2]\ ... On Thu, May 12, 2011 at 4:39 PM, Kevin MacDonald

Re: [WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread Daniel Madill
Here is a link that gives an example of how to make a 32-bit and 64-bit installation from the same installer source (see 24 Answers near the top of the linked page). It doesn't give all the details, but is a reasonable starting point:

[WiX-users] Downloading files with burn

2011-05-13 Thread Michael Stoll
Hello, I'm using WIX 3.6 for chaining some prerequisited of an application. These prerequisited are very common, so I want them to be downloaded on demand. The bootstrapper engine downloads the prerequisited even if they are already installed. But I want it to ignore already installed

[WiX-users] Suppress Warning LGHT1008

2011-05-13 Thread Simon Chromow
Hello everybody, is it possible to suppress the warning LGHT1008? Thanks for your efforts Simon -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel

[WiX-users] Installing MOF files for WMI provider

2011-05-13 Thread Mark Syms
Hello, Can anyone suggest what is the best way of get WIX to install a MOF file for a WMI provider that we’re developing? Currently it looks like we'll need a custom action to call mofcomp but that seems a bit icky if there is a better way. Thanks, Mark.

Re: [WiX-users] Chaining MSIs together

2011-05-13 Thread Kevin MacDonald
Using the latest version of Wix I could not see anything that supports the execution of other MSIs. I tried using a custom action to execute another MSI and, as expected, you will get an error telling you that another installation is currently in progress. I know it's quite possible to produce a

Re: [WiX-users] Suppress Warning LGHT1008

2011-05-13 Thread Paden, Patrick
What I think you are looking for is under the Light.exe's help file Light/? -sw[N] suppress all warnings or a specific message ID (example: -sw1009 -sw1103) For your example: -sw1008 -Original Message- From: Simon Chromow [mailto:simon.chro...@bewotec.de] Sent: Friday,

Re: [WiX-users] Chaining MSIs together

2011-05-13 Thread Christopher Painter
InstallShield supports MSI Chaining and it supports it's own Feature/Setup Prerequisites pattern.   If you are only doing MSI chaining and if you can assume that all of your users  already have MSI 4.0+ then you can get away with only an MSI.     However the moment you step out of that box

Re: [WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread mistoll
As already pointed out MSI does not support mixed x86 and x64 installers. If you need a x64 installation explicitely, you can Daniel Madill wrote: make a 32-bit and 64-bit installation from the same installer source. But that gives you two files. In addition to that you can use torch to create

[WiX-users] Failed to configure IIS web svc ext

2011-05-13 Thread Thai-Hoa Nguyen
I'm using WiX 3.5 which I downloaded on January 3, 2011. Once a while, the installer returns these errors. Please tell me how to fix this? Thank you. WriteIIS7ConfigChanges: Entering WriteIIS7ConfigChanges in C:\Windows\Installer\MSI155.tmp, version 3.5.2430.0 WriteIIS7ConfigChanges:

Re: [WiX-users] Chaining MSIs together

2011-05-13 Thread Castro, Edwin G. (Hillsboro)
Thanks for the correction. I should go read up on MSI chaining so that I know what I'm talking about next time this question comes up. Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before

Re: [WiX-users] Chaining MSIs together

2011-05-13 Thread Thom Leigh
As has already been said, if you really want to do this you must use Windows Installer 4.5 and its multiple package installation chaining feature: http://msdn.microsoft.com/en-us/library/bb736322(v=vs.85).aspx InstallShield uses a bootstrapper. It can't magically extend the Windows Installer

Re: [WiX-users] Chaining MSIs together

2011-05-13 Thread Wilson, Phil
Well being picky you don't need MSI 4.5 if all you want to do is install a collection of MSI files wrapped in your custom UI using MsiSetExternalUIRecord - that's always been an option. MSI 4.5 gives you transaction support (so you don't need to uninstall some yourself if one fails), and the

[WiX-users] Excluding file types

2011-05-13 Thread CoolBreeze
I have a couple of questions, I want to find out from the list. 1. Is it possible to exclude certain file types when harvesting files with heat? I'm using Wix 3.5 and I have files that I need to harvest from a Surround repository folder. Surround like Subversion creates . files. I'd like to

Re: [WiX-users] Suppress Warning LGHT1008

2011-05-13 Thread Jeremy Farrell
From: Simon Chromow [mailto:simon.chro...@bewotec.de] Hello everybody, is it possible to suppress the warning LGHT1008? Thanks for your efforts Simon http://lmgtfy.com/?q=wix+light+suppress+warnings -- Achieve

Re: [WiX-users] Excluding file types

2011-05-13 Thread Chad Petersen
Heat /? shows usage. Looks like -ke is keep empty directories. I don't see a way to exclude files, but maybe somewhere in the mix. -Original Message- From: CoolBreeze [mailto:coolbreeze...@googlemail.com] Sent: Friday, May 13, 2011 11:20 AM To: General discussion for Windows Installer

Re: [WiX-users] Excluding file types

2011-05-13 Thread CoolBreeze
If files cannot be excluded, I may have to include a BeforeBuild task in the project that will copy the files to another location minus the files I want exclude and then point Heat to this new location. It's not a preferred solution, but it should work. For the second question I have, currently

Re: [WiX-users] Excluding file types

2011-05-13 Thread Castro, Edwin G. (Hillsboro)
-Original Message- From: CoolBreeze [mailto:coolbreeze...@googlemail.com] For the second question I have, currently the location that contains the files Heat is harvesting doesn't include this folder I need added. I was hoping it was possible to have it created it on the fly during

[WiX-users] dark.exe : warning DARK1057

2011-05-13 Thread john . burak
Greetings, I'm trying to convert some merge modules to WiX format using Dark. The merge modules were originally authored in Wise. I'm getting several errors just like the following: dark.exe : warning DARK1057 : The InstallUISequence table contains a standard action 'IsolateComponents' that

Re: [WiX-users] Excluding file types

2011-05-13 Thread CoolBreeze
Thanks I will try that out. On Fri, May 13, 2011 at 3:55 PM, Castro, Edwin G. (Hillsboro) edwin.cas...@fiserv.com wrote: -Original Message- From: CoolBreeze [mailto:coolbreeze...@googlemail.com] For the second question I have, currently the location that contains the files