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
e us the source code? > > Bets regards, > > Christian > > > -Ursprüngliche Nachricht- > Von: Igor Brejc [mailto:igor.br...@gmail.com] > Gesendet: Samstag, 20. Oktober 2012 20:04 > An: General discussion for Windows Installer XML toolset. > Betreff: Re: [WiX

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

Re: [WiX-users] Getting started using WiX 3.6 - WPF

2012-07-15 Thread Rob Mensching
Take a look at wix36\src\Setup\WixBA. That is the WiX toolset's UI written using WPF. On Sat, Jul 14, 2012 at 11:18 AM, sandeep sisodiya < sandeep007_sisod...@rediffmail.com> wrote: > > > Hi All, > > > > I have started migrating my Wix3.0 installer code to Wix3.6 framework. I > read on some of th

Re: [WiX-users] Getting started using WiX 3.6 - WPF

2012-07-14 Thread sandeep sisodiya
Hi All, I have started migrating my Wix3.0 installer code to Wix3.6 framework. I read on some of the forums that Wix3.6 supports WPF to design rich modern UI for installation, but unfortunate to find any helpful documentation yet. Can anybody post some useful material or information as

Re: [WiX-users] Getting started using WiX 3.6

2012-07-13 Thread Daniel Lang
ieces (ComponentRef, etc.) are substituted. Thanks, Daniel -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Freitag, 13. Juli 2012 06:14 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Getting started using WiX 3.6 The setup template did change a b

Re: [WiX-users] Getting started using WiX 3.6

2012-07-12 Thread Nick Ramirez
The setup template did change a bit in 3.6. They put the directories and components into separate fragments. And they added the MediaTemplate element and added the Directory attribute to the ComponentGroup. But for the most part, it's mostly like version 3.5, or version 3.0 for that matter. Fragm

[WiX-users] Getting started using WiX 3.6

2012-07-12 Thread Daniel Lang
Hello everyone, I'm just getting started using version 3.6 (latest build) and I'm having a hard time understanding the basics. The main reason is, that it seems that there's very few to none documentation available. I've started reading the book and also the tutorial, but they are very differen

Re: [WiX-users] Getting Started

2009-03-21 Thread Bob Arnson
richard develyn wrote: > It may be better for me simply to start again. Where should I get the latest > WiX version from (for VS 2008 and Vista) and what do I need to install for > what I need to do? > The latest WiX release is always available at http://wix.sourceforge.net/releases/. -- sig

Re: [WiX-users] Getting Started

2009-03-20 Thread richard develyn
Hi Rob, It may be better for me simply to start again. Where should I get the latest WiX version from (for VS 2008 and Vista) and what do I need to install for what I need to do? I'm quite happy to RTFM, BTW, as long as I know I'm reading the right document. Cheers Richard --

Re: [WiX-users] Getting started

2009-03-19 Thread Rob Mensching
1. Which version did you download (from where)? 2. What features did you choose to install? richard develyn wrote: > Hello everyone on this list, > I'm almost finished on my application written in C# in Visual Studio 2008, > mainly on Vista (mainly - sometimes on XP when I'm on the road), and I'

[WiX-users] Getting started

2009-03-19 Thread richard develyn
Hello everyone on this list, I'm almost finished on my application written in C# in Visual Studio 2008, mainly on Vista (mainly - sometimes on XP when I'm on the road), and I'm looking to use WiX to handle installation. My requirements are, i believe, quite simple. I have an exe plus a couple of D

Re: [WiX-users] Getting started with Wix

2009-02-10 Thread Brian Rogers
Hey Beth, Just to add to this, you can look at the How To docs in v3.0. http://wix.sourceforge.net/manual-wix3/add_a_file.htm Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Feb 10, 2009 at 12:30 PM, Beth Hechanova wrote: > I am attempting

Re: [WiX-users] Getting started with Wix

2009-02-10 Thread Rob Mensching
update the current tutorial to v3 when WiX v3 is Production/Stable. -Original Message- From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: Tuesday, February 10, 2009 12:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Getting started with Wix I am attempting to learn how

[WiX-users] Getting started with Wix

2009-02-10 Thread Beth Hechanova
I am attempting to learn how to use Wix. Per the front page of the Wix Toolset that "strongly encourages" everyone to upgrade to the beta 3.0 build, that is what I downloaded. However I am also trying to follow the tutorial (http://www.tramontana.co.hu/wix/), but if I try to use the scripts in th

Re: [WiX-users] Getting started web page (authoring_first_file.htm) missing

2007-10-16 Thread Sebastian Brand
If you are using WiX2, the http://www.tramontana.co.hu/wix/ tutorial is a much better starting point. To find the missing file, look in the wix.chm help file. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Oct 16, 2007, at 3:52 PM, John H. E. wrote: > Hi, > > p

[WiX-users] Getting started web page (authoring_first_file.htm) missing

2007-10-16 Thread John H. E.
Hi, pardon me for asking, but is the information that is supposed to be on http://wix.sourceforge.net/manual-wix2/authoring_first_file.htm available somewhere? The page is empty apart from the navigational elements. I'm a complete Wix newbie, trying to get my head around this Wix thing (for autho

Re: [WiX-users] Getting started with VS2005 Express Edition and WiX

2007-02-09 Thread Bob Arnson
Harry Liljeström wrote: > I have found some information of Votive build and Nant build. Votive is a VS > package which allows to create WiX setup projects using the Visual Studio > IDE. But this is not working in Express Edition? > The Express editions of Visual Studio don't support third-party

[WiX-users] Getting started with VS2005 Express Edition and WiX

2007-02-09 Thread Harry Liljeström
Hi, I'm using WiX 2.0.4820. I haven't found information of how to use WiX in VS2005 Express Edition. I would need some guidelines of the possible ways to build WiX MSI packages in VS2005. I have found some information of Votive build and Nant build. Votive is a VS package which allows to create