Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-17 Thread Joseph Valet
I finally got it working. My mistake was that I was trying to include the definition of the custom action into the patch definition. One must in fact define his custom actions in the base packages and then torch/pyro will detect the differences and include the custom action into the patch if ne

Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-17 Thread Peter Marcu
You theoretically only need to add it in the upgrade but if you put it in both that will work before you ship. If you already shipped your product, changing the target isn't really an option... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Valet Sent: Saturday, November 1

[WiX-users] Новейшие базы данных

2007-11-17 Thread hugo tzl-cker
Адресно-информационные базы данных по Москве и МО. НОВЕЙШИЕ БАЗЫ: телефоны, прописка, собственность по Москве и МО. Цена комплекта 2000 руб. А также любые другие базы данных. НАШ ТЕЛЕФОН [ 495 ] 96 1 _ 5 _ 8 67 -

Re: [WiX-users] Wrapping .msp in an .exe

2007-11-17 Thread Nick
Why would you want to wrap an .msp into an .exe? Once your bootstrapper installed the pre-requisites with the original .msi, you don't need to do any more pre-requisites. (Or, are you adding a new pre-reqisite with your .msp?) I use BMG (http://www.codeplex.com/bmg) and it has no problems launch

[WiX-users] Stuck - Want Exit Dlg Finish button to call QtExecCA to close IE

2007-11-17 Thread Serge Gart
Hi everyone, I am trying to make the "Finish" button of an exit diallog close any Interner Explorer window(s) that may be open. The following code works, but it display a command prompt window: I would prefer to use a Quiet Execution Custom Action, and indeed the following code works when s