Re: [WiX-users] Delete installation folder

2009-03-26 Thread sandun css
Hi, Thanks for the replies. I tried with both the approaches. But they remove only the installed fils. Logs and other generated files doesn't seem to removing. Sandun -- ___ Wi

Re: [WiX-users] noob/strategy questions

2009-03-26 Thread Stefan Sinnige
One thing we came across: We had trouble with Windows Installer (not just WiX) when calling an MSI from another MSI, stating that a Windows Installer was already running. We opted for a simple MFC executable that would then invoke the MSI's using msiexec instead. Stefan -Original Message---

[WiX-users] noob/strategy questions

2009-03-26 Thread bryan costanich
Hi all! I'm evaluating WiX for use in a project. I have some pretty hairy installation requirements, and i'm trying to figure out if WiX is the right tool for the job. I need to create an install that does a number of things: -> install various other packaged software (MySQL, SQLExpress, etc.), th

Re: [WiX-users] Installing dll/lib/pdb - one component or three?

2009-03-26 Thread Stefan Sinnige
A component can contain many files, as long as they are in the same directory. Stefan -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Friday, March 27, 2009 9:25 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing dll/lib/pdb - one component o

[WiX-users] Installing dll/lib/pdb - one component or three?

2009-03-26 Thread Steve Huston
I'm a installer newbie with a question on the one-file-per-component recommendation. Part of what I need to install is a dll along with its matching lib and pdb files (this install is for a product used by other programmers who will need all three files). Since the dll/lib/pdb are a matched set, i

[WiX-users] Conditionally Creating a directory tree

2009-03-26 Thread Phillip_Sidari
I have a directory tree that I have been installer with WiX for some time now. Recently we decided that these directories only need to be installed under certain conditions. I moved the ComponentGroup for these directories into its own feature and tried to set a condition as follows: RE

[WiX-users] Help with localization

2009-03-26 Thread Tripphippy
Hello Forum, I built a wixlib and link to it from a wixproj file. The contents of the wixlib is basically the UIExtension dialogs slightly modified for my purpose. The wixlib compiles alright but my wixproj is not compiling anymore since I got the wixlib to compile. Relevant command line info an

Re: [WiX-users] Custom uninstall dialog?

2009-03-26 Thread Tabmow
Presuming we're all talking about the basic UI dialog... Time remaining: {[1] minutes }{[2] seconds} Product Name is being configured on your computer. Reference: http://msdn.microsoft.com/en-us/library/aa368554(VS.85).aspx Thanks John!

Re: [WiX-users] MSMQ/MessageQueue: create public queue

2009-03-26 Thread Oliver Wickham
I have used WIX MSMQ creation for private queues and it works well. My first thought is as to whether you have got the Active Directory Integration component installed, or whether MSMQ is working in workgroup mode? Can you create a public queue manually? Certainly if you have any MSMQ queue relate

[WiX-users] MSMQ/MessageQueue: create public queue

2009-03-26 Thread Chris Eldredge
Using WiX 3.0.5120.0, I can create a private queue easily enough, but if I try to create a public queue the installer fails. The log says: MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queue MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message q

Re: [WiX-users] Application is not closing on uninstall, when minimized to system tray.

2009-03-26 Thread Wilson, Phil
This is the way that Windows works pre-Vista and Restart Manager. There has to be a top-level window available. An app in the tray doesn't count. Phil Wilson -Original Message- From: Siddartha, Vookoti [mailto:vsiddar...@firstam.com] Sent: Thursday, March 26, 2009 6:17 AM To: wix-user

Re: [WiX-users] Conditional Folder Permissions

2009-03-26 Thread JW
That worked. Thanks! --- On Thu, 3/26/09, Bob Arnson wrote: From: Bob Arnson Subject: Re: [WiX-users] Conditional Folder Permissions To: "General discussion for Windows Installer XML toolset." Date: Thursday, March 26, 2009, 2:07 AM JW wrote: > Is it possible to set folder permissions condit

Re: [WiX-users] http namespace reservation in WIX

2009-03-26 Thread Brian Rogers
Hey Marcus, Is your custom action running as immediate or deferred? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Mar 26, 2009 at 2:16 AM, Marcus Gelderie wrote: > Hey all, > > I am trying to install a WCF web service as a windows service

[WiX-users] How to install difference registery according to property

2009-03-26 Thread Frank Li
I add UI let user choose default SSH client like: I define protery "SSHRadio" Plink Component Id="C__SSHCLIENT_PLINK" Guid="$(var.RegSSHPLINK)" Win64="$(var.Win64YesNo)"> SSHRadio = "Plink"

[WiX-users] Application is not closing on uninstall, when minimized to system tray.

2009-03-26 Thread Siddartha, Vookoti
Hi, I am facing problem while uninstalling the application. When I try to uninstall the application, with application being open I am getting window (Files in use) with retry & ignore buttons, but when I minimize the application to system tray and try uninstalling the application, the "files

[WiX-users] Setting a directory as the web root

2009-03-26 Thread Henk Roos
Hi there, I want to find out if it is possible when installing a directory with wix and msi to , set the directory as the root of the default web site. Regards, Henk Roos Software Engineer A R I C E N T 260 Surrey Avenue Ferndale Randburg Main +27 11 293 0604 Fax+27 11 293 0533

[WiX-users] http namespace reservation in WIX

2009-03-26 Thread Marcus Gelderie
Hey all, I am trying to install a WCF web service as a windows service using WIX. For obvious reasons I don't want that service to run under admin privileges (since it won't need them) but under the Network Service account. As of XP SP2 (afaik) the http namespace (e.g. http://+:80/Foo/) that an