Sonhja
Sonhja

Reputation: 8448

Wix installer notify progress to C# application

What I want exactly to handle, is a WPF application that is able to communicate with an .msi generated with WiX.

I don't need the exact code, only a general idea on if this is possible or not!

Thanks in advance!

EDIT: I'm using this link as reference.

Upvotes: 2

Views: 987

Answers (1)

Christopher Painter
Christopher Painter

Reputation: 55581

Yes, it's possible. There's a sample of how to do it in the wix source tree (WPF external UI handler) If you want to create a WiX Burn Bootstrapper Application in WPF you can checkout this project also:

http://wixwpf.codeplex.com/

Upvotes: 4

Related Questions