Look at WixBA.cs line 147 and it (I think) does what you are wanting to do
after the install in the mba right before the BA exists.
this.PostTelemetry();
this.Engine.Quit(WixBA.Model.Result);
You would probably want to change the 'Telemetry' code to create a http post
that
Thanks! it works!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-CustomAction-in-WPF-Bootstrapper-application-tp7589611p7589618.html
Sent from the wix-users mailing list archive at Nabble.com.
---
___
From: ZivCizer [cize...@gmail.com]
Sent: Thursday, October 10, 2013 5:12 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using CustomAction in WPF Bootstrapper application
Thanks Tom,
So, as i understand, in my case, i should use the BA just to support the UI,
and all other actions as
Use a property, and configure the bundle to pass the engine variable to the
MSI. (See MsiProperty in the docs.)
-Original Message-
From: ZivCizer [mailto:cize...@gmail.com]
Sent: Thursday, October 10, 2013 9:13 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using
Thanks Tom,
So, as i understand, in my case, i should use the BA just to support the UI,
and all other actions as the one i mentioned should be implemented as
CustomAction as one of the "InstallExecuteSequence".
When trying to do so, i encountered this problem:
I have a textbox in my window that
Cizer [cize...@gmail.com]
Sent: Thursday, October 10, 2013 4:55 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Using CustomAction in WPF Bootstrapper application
Hi,
I'm pretty new to WiX, I'm working on a setup with WiX and WPF UI.
I was using several examples online, includin
Hi,
I'm pretty new to WiX, I'm working on a setup with WiX and WPF UI.
I was using several examples online, including the WiX setup itself,
But i didn't see anywhere an example of using CustomAction with this kind of
project.
one example of the thing i need is to send HTTP request after my
inst
o
> get
> > you the full path to your file: "[!FileId]". Lots of other good
> stuff
> > in that particular help topic.
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:wix-users-
> > [EMAIL PROTECTED] On Behalf Of Henning
s.sourceforge.net
> > Subject: RE: Using CustomAction
> >
> > The Formatted topic in the MSI SDK describes the magical syntax to
> get
> > you the full path to your file: "[!FileId]". Lots of other good
> stuff
> > in that particular help topic.
> >
> > -
e-
> From: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] On Behalf Of Henning Eiben
> Sent: Monday, April 28, 2008 06:29
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Using CustomAction
>
> Hi List,
>
> I created a rather simple wix-project t
-users-
> [EMAIL PROTECTED] On Behalf Of Henning Eiben
> Sent: Monday, April 28, 2008 06:29
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Using CustomAction
>
> Hi List,
>
> I created a rather simple wix-project to create a MSI installer for my
>
nt: Monday, April 28, 2008 06:29
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Using CustomAction
Hi List,
I created a rather simple wix-project to create a MSI installer for my project.
I wrote a simple webpart for sharepoint (which actually doesn't really matter
at this point ...)
Hi List,
I created a rather simple wix-project to create a MSI installer for my project.
I wrote a simple webpart for sharepoint (which actually doesn't really matter
at this point ...), which I would like to register using 'stsadm'. OK, so I put
my webpart (packaged as a WSP-file) as a binary
ember 18, 2007 9:25 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using CustomAction during the installUISequence
Sorry, i m attaching the installation log:
Hope that helps
Rob Hamflett wrote:
>
> 'ends prematurely' isn't much to go on. Does it repor
Sorry, i m attaching the installation log:
Hope that helps
Rob Hamflett wrote:
>
> 'ends prematurely' isn't much to go on. Does it report error numbers?
> Does a logged installation
> report anything useful?
>
> Rob
>
> chandan Koushik wrote:
>> Hi All,
>> I have a config.cpp file which co
'ends prematurely' isn't much to go on. Does it report error numbers? Does a
logged installation
report anything useful?
Rob
chandan Koushik wrote:
> Hi All,
> I have a config.cpp file which contains the function
>
> _declspec(dllexport) UINT CheckBluePrint (MSIHANDLE hInstall)
> {
>
Hi All,
I have a config.cpp file which contains the function
_declspec(dllexport) UINT CheckBluePrint (MSIHANDLE hInstall)
{
int dRet=0;
logfile = fopen("c:\\mnsetup.log","a");
fprintf(logfile,"installer for Me\n");
CoInitialize(NUL
17 matches
Mail list logo