Re: [WiX-users] help convincing management to use wix

2006-06-02 Thread Dave Williamson
Usually when management says they don't want to rely on software solutions that may disappear in a short time frame ... what they are really saying is they don't want to rely on their staff to get them from one software solution to another when the original disappears. It sounds like you have a

Re: [WiX-users] help convincing management to use wix

2006-06-02 Thread Jaap de Wolff
Maybe a strong argument is telling them how commercially supported applications is working in the real world. As an example: A few years ago we discovered there was a bug in the MS COM component. This problem was a show stopper for us. We have a nice contract with MS that allows us to send them pr

Re: [WiX-users] WiX-users Digest, Vol 1, Issue 1788

2006-06-02 Thread Ravi Singh
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: 02 06, 2006 11:16 PM Subject: WiX-users Digest, Vol 1, Issue 1788 > Send WiX-users mailing list submissions to > wix-users@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourcef

Re: [WiX-users] Dark Orca

2006-06-02 Thread Derek Cicerone
That's an experimental extension some of us have been working on for a while for HTML Help integration support (it will be rolled into the VSExtension very soon).  You can hand-modify dark.exe.config to remove "WixHelpExtension" and a semi-colon, and it should work.  Sorry for the inconvenie

Re: [WiX-users] Embedding the binaries in MSI

2006-06-02 Thread Darren Green
Title: Embedding the binaries in MSI Ok, thanks. Nice to know I have not missed something. The why is because I have written some installers for SQL Server Integration Services (SSIS) components, and by (MS) design components need to be in the GAC, so that they can be load and used, albeit

Re: [WiX-users] Dark Orca

2006-06-02 Thread Neil Sleightholm
Only want some ideas so I thought I'd try v3 but this gives a different errors:   Microsoft (R) Windows Installer Xml Decompiler Version 3.0.1726.0Copyright (C) Microsoft Corporation 2003. All rights reserved. orca.msidark.exe : error DARK0144 : The extension 'WixHelpExtension' could not be

RE: [WiX-users] Embedding the binaries in MSI

2006-06-02 Thread Rob Mensching
It is a waste and no one seems to have an answer that works well. One question, why do you need to put the file in two places? If it's in the GAC everyone can get to it, right? Why double place it? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren Green Sent: F

RE: [WiX-users] Embedding the binaries in MSI

2006-06-02 Thread Darren Green
Title: Embedding the binaries in MSI On this theme, is there a way to get a file to be placed both in the GAC and in another defined file system folder? I need some files to be placed in both locations. Currently I achieve this by including the file twice, which seems a waste.   Thanks  

RE: [WiX-users] Dark Orca

2006-06-02 Thread Rob Mensching
Bug in dark most likely. You can open a bug on it, but I'm not sure there is much active development going on in dark v2. I expect dark v3 will handle this correctly... if you don't mind converting the .wxs file back to v2 syntax (not that hard). _ From: [EMAIL PROTECTED] [mailto:[EM

[WiX-users] RE: RE: Need some inspiration

2006-06-02 Thread Thomas Hecker
[SourceDir] should link to the MSI's dir. So, I try to implement. Thank you! -- View this message in context: http://www.nabble.com/Need-some-inspiration-t1722600.html#a4680550 Sent from the wix-users forum at Nabble.com. --- All the advantag

RE: [WiX-users] RE: Need some inspiration

2006-06-02 Thread Joannic Laborde
Oops, forgot that part. Use the CopyFile element or a custom action to copy the file from the MSI directory at installation time. I did something like this with InstallShield a while back, using the SETUPEXEDIR property to locate the file to copy. I guess some equivalent Windows Installer property

[WiX-users] RE: Need some inspiration

2006-06-02 Thread Thomas Hecker
Thank you, but how it is possible to copy a file inside the MSI's directory that was not existent at the MSI building time. Somehow, here I have an error in reasoning... -- View this message in context: http://www.nabble.com/Need-some-inspiration-t1722600.html#a4680024 Sent from the wix-users for

[WiX-users] Dark Orca

2006-06-02 Thread Neil Sleightholm
Does anyone know why you can't "dark" the Orca.msi. I get the following error:   dark orca.msi orca.wxs Microsoft (R) Windows Installer Xml Decompiler Version 2.0.4126.0Copyright (C) Microsoft Corporation 2003. All rights reserved.   orca.msidark.exe : error DARK0001 : Input string was not i

RE: [WiX-users] Need some inspiration

2006-06-02 Thread Joannic Laborde
Use a FileSearch element to see if the file exists. Then use the resulting property as a condition to install the settings.xml's component. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Hecker Sent: June 2, 2006 9:14 AM To: wix-users@lists.sourcef

[WiX-users] Need some inspiration

2006-06-02 Thread Thomas Hecker
Hi, for realizing a kind of silent install I want to check if during the install a file named "settings.xml" is existent in the same dir as the MSI package. If this is not, than a default settings.xml included in MSI is copied. If it is, instead of this included one, the one inside the directory

RE: [WiX-users] How to refer merge module component

2006-06-02 Thread Brian Simoneau
Title: Message I think that you need to have a separate copy of the file outside of the built merge module.   -Brian Simoneau -Original Message-From: Kalappa Pattar [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 7:42 AMTo: Brian Simoneau; wix-users@lists.sourcefo

RE: [WiX-users] How to refer merge module component

2006-06-02 Thread Kalappa Pattar
Title: Message Hi, Thanks for the help. It worked. As you said, it refers to all the files and components of merge module.   I have another question. 1. I have one merge module .msm (built merge module) given. I do not have a code of that merge module with me. When I darked, I got to

RE: [WiX-users] help convincing management to use wix

2006-06-02 Thread Ed Russell
Send it over and I can host it….   Ed Russell   CME Product Development Manager Co-operative IT   t: +44 (0) 845 458 5007 m: +44 (0) 7976 055 504 f: +44 (0) 1527 880 975   -- CIT email sender [EMAIL

Re: [WiX-users] help convincing management to use wix

2006-06-02 Thread John Ludlow
Yeah, that link worked fine for me.  On 6/1/06, Frederik Carlier <[EMAIL PROTECTED]> wrote: Does that page still work for you?   From: John Ludlow [mailto: [EMAIL PROTECTED]] Sent: donderdag 1 juni 2006 23:24 To: Frederik CarlierSubject: Re: [WiX-users] help convincing management to use w

RE: [WiX-users] help convincing management to use wix

2006-06-02 Thread Neil Sleightholm
The FAQ site has not been available for sometime. I have a cached copy from Google if anyone would like to host it.   Neil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederik CarlierSent: 01 June 2006 22:31To: John LudlowCc: wix-users@lists.sourceforge.net

[WiX-users] "Change" behaviour

2006-06-02 Thread Ed Russell
Hi Guys, I might be being stupid here - I have a component element which I use to update a number of registry settings based on inputs into a dialog during an install. I've put it in it's own Feature which all seems to work fine on the main install... Now I want users to be able to re-run the i