Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-24 Thread Igor Brejc
o:igor.br...@gmail.com] > Gesendet: Dienstag, 23. Oktober 2012 10:13 > An: General discussion for Windows Installer XML toolset. > Betreff: Re: [WiX-users] Getting started writing a custom Bootstrapper > interface > > Hi Christian, > > Unfortunately I cannot release the source c

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-23 Thread Christian Hausknecht
: Igor Brejc [mailto:igor.br...@gmail.com] Gesendet: Dienstag, 23. Oktober 2012 10:13 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Getting started writing a custom Bootstrapper interface Hi Christian, Unfortunately I cannot release the source code, it'

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-23 Thread Igor Brejc
> /> > > > > > > > > > > > > Now if you want to be able to run this with F5 from Visual Studio, > > > you should build your bundle once first, then set your WPF assembly > > > as the startup project, go into its project properties under Debug,

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-22 Thread Daniel Bruce
ws Installer XML toolset. > Subject: Re: [WiX-users] Getting started writing a custom Bootstrapper > interface > > > -Original Message- > > From: Igor Brejc [mailto:igor.br...@gmail.com] > > Sent: 20. oktober 2012 20:04 > > To: General discussion for Windows

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-22 Thread Daniel Bruce
> -Original Message- > From: Igor Brejc [mailto:igor.br...@gmail.com] > Sent: 20. oktober 2012 20:04 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Getting started writing a custom Bootstrapper > interface > > Hi, > &

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-21 Thread Christian Hausknecht
: [WiX-users] Getting started writing a custom Bootstrapper interface Hi, Some more pointers from me. I've implemented a custom managed bootstrapper using WinForms. The GUI actually looks pretty much the same as the standard MSI setup wizard, but implemented with custom C# code using MVP (

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-20 Thread Igor Brejc
o the process manually (ctrl+alt+p in my VS2010) > after > > pressing F5, because of how Burn works. To facilitate this, I created a > > function like this that I call at the very beginning of my > > BootstrapperApplication.Run method: > > > > [Conditional("DEBUG

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-19 Thread Hans ter Horst
x.Show("If you want to debug the Bootstrapper Application, > you should attach the debugger to the .NET process now and click the > button."); > } > > Sorry if any of this got horribly mangled in transport, but hopefully you > can pick out what to do and this gives you s

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-19 Thread Daniel Bruce
r Horst [mailto:hoshis...@gmail.com] > Sent: 19. oktober 2012 09:32 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Getting started writing a custom Bootstrapper > interface > > Hello, could you please help me get started building my own bootstrappe > DLL? It

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-19 Thread Hans ter Horst
Just in case others are wondering how to get started, this site did get me started: http://bryanpjohnston.wordpress.com/2012/09/28/custom-wix-managed-bootstrapper-application/ Hans On Thu, Oct 18, 2012 at 5:43 PM, Hans ter Horst wrote: > Hello, I would like to add an interface to the Wix bootst

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-19 Thread Hans ter Horst
Hello, could you please help me get started building my own bootstrappe DLL? It is a Wix bootstrapper newbie question, but I guess there are plenty of us around :-) Thanks, Hans On Thu, Oct 18, 2012 at 5:43 PM, Hans ter Horst wrote: > Hello, I would like to add an interface to the Wix bootstra

[WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-18 Thread Hans ter Horst
Hello, I would like to add an interface to the Wix bootstrapper and started Googling around but found few examples to get started. I have the following basic questions: - What project template would be best to use in VS 2010 or VS 2012? I am thinking of a WPF based interface, should I selec