Re: [WiX-users] Guidance on WiX and NuGet integration

2013-07-10 Thread Wilbert van Dolleweerd
ckage is updated, simply add a new version to your own server (see above). NuGet also has the ability to NOT automatically update to a new version, but stick to a specific version. This way, you control when to update. Kind regards, Wilbert van Dolleweerd http://gplus.to/WilbertVanDolle

Re: [WiX-users] Mandatory or Pre-requisite for creating an MSI in wix

2013-02-18 Thread Wilbert van Dolleweerd
Have a look at Burn on how to install prerequisites for your application. See http://neilsleightholm.blogspot.nl/2012/05/wix-burn-tipstricks.html for a nice example. Met vriendelijke groet / kind regards, Wilbert van Dolleweerd http://gplus.to/WilbertVanDolleweerd On Mon, Feb 18, 2013 at 11

[WiX-users] Anybody have an example for installing an Isolated Shell

2013-02-13 Thread Wilbert van Dolleweerd
kind regards, Wilbert van Dolleweerd http://gplus.to/WilbertVanDolleweerd -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.s

Re: [WiX-users] Wix Activities for tfs 2010

2011-03-19 Thread Wilbert van Dolleweerd
writing of any specific Wix tasks. -- Met vriendelijke groet / kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twitter: http://www.twitter.com/wvandolleweerd -- Colocation vs. Managed Hosti

Re: [WiX-users] Removing Broken Installs Safely

2011-03-14 Thread Wilbert van Dolleweerd
ions like this, but hopefully less so ;-) -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twitter: http://www.twitter.com/wvandolleweerd -- Colocation vs. Managed Hosting A question an

Re: [WiX-users] Wix and "tricky" environment variables

2011-02-10 Thread Wilbert van Dolleweerd
he commandline? In that case it is not unusual for it to be added to the PATH. Although I consider it an added bonus if the installer nicely asks. Msysgit for example asks nicely if you want it to be added to the PATH. -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthe

Re: [WiX-users] WiX v3.5 released!

2011-01-31 Thread Wilbert van Dolleweerd
> WiX v3.5 Released! Tell your friends. Read more here: http://bit.ly/wix35 Congrats on the release! -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twitter: http://www.twitter.com/wvandollewe

Re: [WiX-users] Installing a file in a directory found with registrysearch

2011-01-22 Thread Wilbert van Dolleweerd
ble-part-7-directories-are-properties.aspx Thanks, that did work nicely. Bit odd indeed that properties can be treated like directories. -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twitter: http://www.twit

[WiX-users] Installing a file in a directory found with registrysearch

2011-01-21 Thread Wilbert van Dolleweerd
g the registrysearch to place the directory where Git is installed in a property. However, I'm at a loss how to use this property to install my hook in the correct directory. Can anyone give me any pointers? -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twi

Re: [WiX-users] WiX book available

2010-10-21 Thread Wilbert van Dolleweerd
2010/10/20 Wilbert van Dolleweerd : > Just bought the book. However, it is only available in a PDF version. > I have sent a mail to the publisher asking them to clarify. > > I'll keep the list posted of any updates - might be handy for anyone > else who wants an ePub version.

Re: [WiX-users] WiX book available

2010-10-20 Thread Wilbert van Dolleweerd
asking them to clarify. I'll keep the list posted of any updates - might be handy for anyone else who wants an ePub version. -- Met vriendelijke groet / kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Tw

Re: [WiX-users] WiX book available

2010-10-20 Thread Wilbert van Dolleweerd
ePub format. Luckily, O'reilly and Manning use the ePub format -- kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.wordpress.com/ Twitter: http://www.twitter.com/wvandolleweerd -- Download new Ad

Re: [WiX-users] Problems running 32-bit WIX on 64-bit Windows 7

2010-08-25 Thread Wilbert van Dolleweerd
m. This way, we significantly reduced build times. (We did have to redesign some parts of the architecture however). -- Met vriendelijke groet / kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.blogspot.com/ Twitter:

Re: [WiX-users] WiX 3.5 Source Code

2010-04-27 Thread Wilbert van Dolleweerd
;-) -- Kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.blogspot.com/ Twitter: http://www.twitter.com/wvandolleweerd 2010/4/25 Dieter Lunn > Has there been any discussion of moving to a different VCS like SVN, > Git or Mercurial? > > Dieter Lunn > http://www.coder2000.ca

Re: [WiX-users] Check the space in path

2010-03-30 Thread Wilbert van Dolleweerd
/CheckForSpaces.cpp?r=11626 > > --Curtis Jewell > > On Tue, 30 Mar 2010 10:11 +0200, "Wilbert van Dolleweerd" > wrote: > > Should properly written Windows software not be able to work with a space > > in > > a path? > > > > I mean: installati

Re: [WiX-users] Check the space in path

2010-03-30 Thread Wilbert van Dolleweerd
s mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Met vriendelijke groet / kind regards, Wilbert van Dolleweerd Blog: http://walkingthestack.blogspot.com/ Twitter: http://www.twitter.com/wvandolleweerd --

Re: [WiX-users] Cannot build WiX 3.0.43180 from source.

2008-11-18 Thread Wilbert van Dolleweerd
he process here: > http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html. Thanks, Your blog entry helped. Like you, I started with the idea that the assembly would have to be rebuild. Just tested it and it works grea

[WiX-users] Cannot build WiX 3.0.43180 from source.

2008-11-18 Thread Wilbert van Dolleweerd
have all the prerequisites installed: Nant, Visual Studio, Windows Server 2008 + .NET 3.5 SDK. Has anyone out there actually succeeded in compiling WiX 3.0.43180? And if so, can someone give me some pointers on how to proceed? Thanks in advance, Wilbert van Dolleweerd ---