Re: [WiX-users] The unknown patching question

2006-07-13 Thread Vitaly Dolya
Jon Week wrote: > The patching scenario is as follows: > > The product 1.0 is released. > > The patch 1.01.msp is released and built against 1.0. > > Another patch is needed, 1.02.msp. This patch is built against 1.0 so it > would include all of the changes since the original release. (The plan

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Rob Mensching
1,2.  I don’t understand your pseudo-code.  ComponentRef’s can’t have File elements under them.  I’m not sure how to interpret Situation 1 and 2.  It would also be helpful to know what the symbol the error is complaining about.   3.  The “-ai” switch *may* be broken in WiX v3.  There have

Re: [WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Derek Cicerone
For each of these below scenarios, if you could make small wxs files to reproduce each problem, that would greatly speed up investigation because then we could just run the repro in the debugger to figure out what’s going on.  A lot of this stuff sounds like bugs, but I’d have to see the sc

[WiX-users] 'Duplicate Symbols' error, Components, and ComponentGroups

2006-07-13 Thread Wilson, Brad
wix version 3.0.1828.0   When calling light against install projects there are a few situations that are causing problems for us when designing our installs.  All of these situations cause the "Duplicate Symbol found' error.   Situation 1 (this is pseudo-code):   Feature1     - ComponentR

Re: [WiX-users] Creating msi from merge module fails

2006-07-13 Thread Derek Cicerone
Oddly that doesn't seem to be the issue. There are a lot of differences between the two wxs files (much more than just adding a dummy file and shortcut). Could you please try to narrow down the changes a bit more between the working and non-working install? Also, please attach a verbose log from

Re: [WiX-users] Custom Action problem

2006-07-13 Thread Scott Sam
Well then I have another problem. The custom action as I have it set up doesn't do anything. I'm trying to setup code groups for .NET framework 1.1 and 2.0. My understanding is that the way I have it setup, it should call the caspol.exe with the command line arguments in the execommand attribute

Re: [WiX-users] How to use the MSBuild Tasks without Visual Studio

2006-07-13 Thread Bob Arnson
Christian Elberfeld wrote: > Can someone give a short example how to do this ? > There are no samples in WiX itself at the moment. To use an MSBuild tasks assembly, you need to add a element in your project. Then the WiX.targets project, usually at the bottom of the project. -- sig://boB h

Re: [WiX-users] Conditional Uninstallation

2006-07-13 Thread Bob Arnson
Akshay Bhargava, Noida wrote: At the time of uninstalltion I want to check if a particular service is running or not .for this I have written a function code in my dll .I have also written a CustomAction corresponding to this  DllEntry. The function in my dll  returns o if servic

Re: [WiX-users] Concatenating property

2006-07-13 Thread Bob Arnson
Title: Concatenating property Nordvik, Christer wrote: The IIS is located at different locations on my machine and the buildserver so I need the location where to find the compiled files to be dynamic. Properties are a runtime concept. At build time, you can use environment

Re: [WiX-users] How to set a condition, that prevents custom actions on error

2006-07-13 Thread Bob Arnson
Markus Libiseller wrote: I would like to ask you for help about a problem I’ve with my setup-project: I’ve written a setup, that starts a custom action after the completion of the setup. In this custom action the client is registered to the server and further configurations

Re: [WiX-users] Set Property value based on a feature selection

2006-07-13 Thread Dana Gutride
Daniel:Check out the link below on msdn about syntax for conditional statements.  For a quick example, the following is telling you that the WebFeature is being installed.  The idea is you look at the current state of the feature and the action requested.  The example below shows the state currentl

Re: [WiX-users] Creating msi from merge module fails

2006-07-13 Thread Brian Simoneau
When you don't have the dummy file and shortcut, does your msi have InstallFiles and CreateShortcuts in the InstallExecuteSequence? If not, then rather than adding a dummy file and shortcut, you can add those actions directly to your wxs. -Brian Simoneau -Original Message- From: [EMAIL P

[WiX-users] Conditional Uninstallation

2006-07-13 Thread Akshay Bhargava, Noida
Hi All,   At the time of uninstalltion I want to check if a particular service is running or not .for this I have written a function code in my dll .I have also written a CustomAction corresponding to this  DllEntry. The function in my dll  returns o if service is not running and 1 if ser

Re: [WiX-users] Creating msi from merge module fails

2006-07-13 Thread Arto Stimms
Hi, There does not seem to be any errors in the log and the msi file has the correct size. Another WiX user who had the same problem advised me to add a dummy file and shortcut to make it work. This works (wsx file attached) but is not very elegant. A doubt that my users would like dummy files p

[WiX-users] Set Property value based on a feature selection

2006-07-13 Thread Daniel Mihaita
Hello, I want to show/skip a dialog right after CustomizeDlg (the one with the feature tree) , based on condition that an user selected a feature or not. Is this possible? I tried to declare a new property, but I don't know how to set its value (that feature is enabled/disabled on feature t

[WiX-users] Concatenating property

2006-07-13 Thread Nordvik, Christer
Title: Concatenating property Hi. I'm making an installer for a webservice, and I need the files from the IIS. The IIS is located at different locations on my machine and the buildserver so I need the location where to find the compiled files to be dynamic. I have tried this: