Re: [WiX-users] Wix Question related to closing process using util:CloseApplication

2012-09-21 Thread Rob Mensching
CloseApplication sends a close message to the process in question. That's basically it. On Fri, Sep 21, 2012 at 5:17 AM, Chandrasekaran, Suman (GE Healthcare) < suman.chandraseka...@ge.com> wrote: > HI, > > I am using Wix 3,6. I have an issue, while uninstalling the application > I want t

[WiX-users] Wix Question related to closing process using util:CloseApplication

2012-09-21 Thread Chandrasekaran, Suman (GE Healthcare)
HI, I am using Wix 3,6. I have an issue, while uninstalling the application I want to close a process which is basically a system tray icon. When the uninstallation process starts it pop's up a dialog asking the user to close the application ("The following application should be closed bef

[WiX-users] Wix Question related to closing process using util:CloseApplication

2012-09-21 Thread Chandrasekaran, Suman (GE Healthcare)
HI, I am using Wix 3,6. I have an issue, while uninstalling the application I want to close a process which is basically a system tray icon. When the uninstallation process starts it pop's up a dialog asking the user to close the application ("The following application should be closed before cont

Re: [WiX-users] Wix Question

2010-12-28 Thread Rob Mensching
Sounds a lot like: http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm On Thu, Dec 23, 2010 at 2:53 PM, Minarto Margoliono < mmargoli...@seamless.com.au> wrote: > If i want to open a webpage after the installation finished, where the > website address is from a custom ui dialog,

[WiX-users] Wix Question

2010-12-23 Thread Minarto Margoliono
If i want to open a webpage after the installation finished, where the website address is from a custom ui dialog, how can i do that? So far here are what hinder me doing that 1. If I show the dialog in CostFinalize, in install finalize when the CA executed the WixShellExectarget is empty (prob

[WiX-users] WiX Question : Do I need to define $ProjectDir in the .wixproj file in order for the bootstrapper to work properly?

2010-03-09 Thread Karen Lin
I am a bit new to WiX and I am working on a client installation program. So I want to install .Net 3.5 SP1 using a boot strap, and this is what I have in the .wixproj file .NET Framework 3.5 SP1 Windows Installer 3.1 Now

[WiX-users] Wix question - How to find build x86 build or amd64 bit build

2008-01-15 Thread Krunal Doshi
Hi, I have single wxp and wxf file which are used to generate x86 build and amd64 build. Now within wix during install time how can I find which build is getting installed. Something like If(x86 build is getting installed) Logic If(amd64 build is getting installed)

[WiX-users] Wix question

2007-12-28 Thread Vijay Krishna
Hello: I had a Wix related question and thought someone on this alias could help me with this. For my application, I need to add a program files menu item that starts the visual studio command prompt in the directory of my choice (similar to All Programs -> Microsoft .NET Framework SDK v2.0 -

Re: [WiX-users] Wix Question

2007-05-12 Thread Rob Mensching
Take a look at the MSI SDK's documentation about the command line for the Windows Installer. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elnata Degefa (Bluwater Consulting Inc) Sent: Wednesday, May 09, 2007 6:05 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] Wix Question

2007-05-10 Thread Elnata Degefa (Bluwater Consulting Inc)
Perfect, thank you Dustine. From: Dustin Andrews Sent: Wednesday, May 09, 2007 6:37 PM To: Elnata Degefa (Bluwater Consulting Inc); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wix Question This is really simple. You just supply the parameters (that match properties in the MSI) on

Re: [WiX-users] Wix Question

2007-05-09 Thread Dustin Andrews
@lists.sourceforge.net Subject: [WiX-users] Wix Question I am a new user of Wix, I wanted to create msi for our deployment process. I want the msi to accept different parameter (command line argument), I couldn't find any doc which explain how to do this. Any idea how I can do this? Or is ther

[WiX-users] Wix Question

2007-05-09 Thread Elnata Degefa (Bluwater Consulting Inc)
I am a new user of Wix, I wanted to create msi for our deployment process. I want the msi to accept different parameter (command line argument), I couldn't find any doc which explain how to do this. Any idea how I can do this? Or is there any documentation that I can use. Thanks, Elnata SDET, S