[WiX-users] 'Invalid character found' error while installing.

2009-08-17 Thread libin
Dear All, I got an error with message "folder path '?' contains an Invalid character" while we changed the physical address of the installation when prompted by installer .This happens only for the first time the location is changed and this appears only on vista. This is actually not proving c

[WiX-users] 'Invalid character found' error coming while installing.

2009-08-17 Thread libin
Dear All, I am getting an error with message "folder path '?' contains an Invalid character" while we are changing the physical address of the installation.This happens only for the first time the location is changed and this appears only on vista. This is actually not proving costly because afte

Re: [WiX-users] COM+ and DCOM component installation help please

2009-08-17 Thread Neil Sleightholm
I am fairly sure these are all just registry entries so you can author them with standard registry write techniques. Neil -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 August 2009 20:46 To: General discussion for Windows Installer XML toolset. Su

[WiX-users] How best to write an msi that calls other msis?

2009-08-17 Thread Kent Cross
We have a set of 4 separate apps that currently have their own installer. We would like to write a single installer that installs all four apps instead of forcing our installer to click on each MSI in turn. For historical reasons we would like to keep the individual installers around, but this migh

[WiX-users] Clearing values from App pool...

2009-08-17 Thread Ravikumar Gopinath
Our servers currently have values set for virtual memory and Private memory limits for recycling the app pools. We do it through the MSIs. Now, I want to clear those values. If I just remove the values from the iis:WebAppPool element, the old values don't get removed. How do I remove the old v

Re: [WiX-users] RemoveExistingProducts detects previous version, but does not remove

2009-08-17 Thread Blair
The two next interesting pieces of information at this point would be the location in the sequence of the RemoveExistingProducts action and (much) more of the log following the "MSI (s) (B8:20) [11:53:10:223]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'." Line. -Original Mes

[WiX-users] Text randomly disappearing

2009-08-17 Thread David G. Hoyt
Has anyone else noticed text in dialog descriptions disappearing randomly? I'm using WiXUI_InstallDir and if I play around on the dialog for more than a few seconds, the dialog title description disappears. If I drag it off screen and back it's repainted and appears again. So the text isn't lost

[WiX-users] COM+ and DCOM component installation help please

2009-08-17 Thread MacDiarmid, James D
I have an executable file, let's say it's called Listener.exe. When this file is executed it gets registered and is listed in the DCom Config tree I in Windows Component Services. When I right click on the entry and select properties, I get a dialog with the following tabs: General Location Secu

[WiX-users] Simplest case of using Heat?

2009-08-17 Thread DE�K JAHN, G�bor
On Mon, 17 Aug 2009 15:28:52 +0100, Paul Crowley wrote: Paul, > how Heat can handle all sorts of complex cases, but I can't work > out what I'm supposed to do with the generated file in the simplest case. To use them... :-)) As far as I can see, the simplest case is that you have to deploy, say

[WiX-users] MSI to WIX for web setup compiler error

2009-08-17 Thread Tasneem Jappie
Hi I've used dark.exe to create a wix project from a working msi for a web service solution. I get the following two compile errors and I'm stumped (noob), please help? Error 1 Unresolved reference to symbol 'CustomAction:WEBCA_CreateURLs' in section 'Product:{GUID HERE}'

Re: [WiX-users] Passing parameters to config file from command line

2009-08-17 Thread Brian Rogers
Hey Brendan, Try msiexec /i My.msi APPSERVER=http://pleaseWork Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Mon, Aug 17, 2009 at 8:26 AM, brendan_rice wrote: > > Hi, > > I need to be able to pass a parameter to my c

[WiX-users] Passing parameters to config file from command line

2009-08-17 Thread brendan_rice
Hi, I need to be able to pass a parameter to my config file for WebServicePath. I have been looking into XMLFile but I can't seem to get this working. I am then building the MSI and installing using the following command line: msiexec /i My.msi WebServicePath ="http://pleaseWork";

[WiX-users] RemoveExistingProducts detects previous version, but does not remove

2009-08-17 Thread cemiles
I've tried following the advice on the msdn documentation that states there are 3 different scenarios where you can schedule RemoveExistingProducts. However, my new product gets installed, and the old one remains. I'll start with the relevant log snip. I'm not sure what I'm missing in this case

Re: [WiX-users] Simplest case of using Heat?

2009-08-17 Thread Brian Rogers
Hey Paul, Please excuse the brevity of my reply. I agree there needs to be some additional tutorials on the heat.exe tool. Below is a quick way of "harvesting" a directory. Mind you, this is a somewhat repeatable process. The largest issue would be around the addition or removal of files into the

Re: [WiX-users] LGHT0204 - directory not in removefile table despite my attempt to remove it

2009-08-17 Thread Bob Arnson
Eric Napier wrote: > > > If you don't specify RemoveFolder/@Directory, it defaults to the directory of its parent component. RemoveFolder/@Id is just the primary key of the MSI table. -- sig://boB http://joyofsetup.com/ ---

[WiX-users] Simplest case of using Heat?

2009-08-17 Thread Paul Crowley
Does anyone have a very simple example of how one might actually use Heat in practice? The documentation and the tutorial discusses how Heat can handle all sorts of complex cases, but I can't work out what I'm supposed to do with the generated file in the simplest case. What I'm looking for i

Re: [WiX-users] How to display the existing IIS websites?

2009-08-17 Thread Khyati Mehta
I would recommend Jon Torresdal's solution : http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx, worked for me. On Sat, Aug 15, 2009 at 2:09 AM, Blair wrote: > Phil Sayers mentioned this site today > (http://www.cmcrossroads.com/content/view/13160/120/) > > CodeP

[WiX-users] (no subject)

2009-08-17 Thread khalil
-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's ne