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

2013-07-10 Thread Wilbert van Dolleweerd
NuGet is simply meant as package management for a developer. For example:
instead of having to download and install Nunit to be able to use in their
Visual Studio solution, they can simply add a NuGet package to their
solution. See the following link for some more background information:
http://www.hanselman.com/blog/IntroducingNuGetPackageManagementForNETAnotherPieceOfTheWebStack.aspx

Some pointers:


   - I would integrate NuGet in your CI build. NuGet has the ability to
   modify the project file to automatically download a NuGet package (if
   needed) when building the project.
   - You could also create your own NuGet server. If you download the NuGet
   package from your supplier, you could add it to your own NuGet server. This
   way you don't have to deal with authentication.
   - You could create a MSI that packages only the new NuGet package bits.
   - If the NuGet package 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/WilbertVanDolleweerd


On Wed, Jul 10, 2013 at 12:19 PM, andy smith andysmi...@gmail.com wrote:

 I'm really confused by where NuGet fits in with a WiX deployment (which you
 can guess by the questions at the end...)

 Currently we’re really happy with our WiX (3.6) setup (smile)...

 Our TeamCity build creates the installers using Burn and Neils burn UI
 customisations for our WinForms products that are FTP’d to our servers. The
 apps call our web services to determine whether there is a later version
 that it’s entitled to, and if so downloads it in the background so that’s
 it’s ready to be installed the next time the app starts.

 Now I need to include some functionality that is included into our c#
 solution via a nugget package. The package will not be required by 90% of
 our client installations due to the specific functionality in the package,
 so presumably will need it’s own msi. The nugget package in question isn’t
 ours, and resides on one of our suppliers servers and requires
 authentication to get hold of.

 I’m somehow new to the world of NuGet, and cannot get my head round where
 it fits in with WiX...

 - Do I somehow include the nugget package as part of the CI build and
 include it within the WiX installer so it’s not downloaded from the
 suppliers site (this would resolve the authentication issue)?

 - Do I create a new MSI which includes the components within the Nuget
 package, but not actually use NuGet for the final client deployment at all?
 (This would solve a number of issues but would potentially need work each
 time the NuGet package is updated )

 - Do I create a headless MSI package which downloads separately as part of
 the burn install? Clients won’t be able to enter the authentication
 required as they won’t have it.

 - If the nugget package is installed during installation, and always get
 the latest available presumably our install may fail at a later date if the
 nugget package is updated by the supplier which breaks our install somehow.
 Is there a way around this if the NuGet package is downloaded on the
 client?

 Many thanks, Confused!

 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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:20 AM, Joseph, Sijo sijo.jos...@cgi.com wrote:

 Hi All,

 I am new user to wix, please could you let us know the pre-requisites
 required to be added in the project while creating the MSI.

 Thanks,
 Sijo Joseph

 --
 The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
 is your hub for all things parallel software development, from weekly
 thought
 leadership blogs to news, videos, case studies, tutorials, tech docs,
 whitepapers, evaluation guides, and opinion stories. Check out the most
 recent posts - join the conversation now.
 http://goparallel.sourceforge.net/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2013-02-13 Thread Wilbert van Dolleweerd
Hi,

Does anybody have an example on how to install an Isolated Shell (of Visual
Studio) using WiX?

http://msdn.microsoft.com/en-us/library/vstudio/bb685691(v=vs.100).aspx

There are some examples I can find on the web, but they're pretty much all
out-dated.


Met vriendelijke groet / 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.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-03-19 Thread Wilbert van Dolleweerd
2011/3/19 Sean Farrow sean.far...@seanfarrow.co.uk:

 Hi:
 I'm currently working with a continuous integration environment and TFS 2010.
 I was wondering whether anyone has written activities to allow the use of WiX 
 inside tfs natively?
 I am looking at writing a set of tasks but don't want to duplicate effort.
 Any information appreciated.

We simply install Wix on our (virtual) buildcomputers and let TFS do
the building of our solutions. Our Wix setup projects are a part of
the solution. This works fine for us.

I don't see the need for any further integration or the 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 Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Removing Broken Installs Safely

2011-03-14 Thread Wilbert van Dolleweerd
2011/3/14 Rob Hamflett r...@snsys.com:

 Depending on what exactly is broken you might be able to get things into a 
 working state again just
 by running a repair first.

I don't know about you guys, but I use a virtual machine to test the
installs/uninstalls. Yes, you can still run in situations 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 and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-02-10 Thread Wilbert van Dolleweerd
2011/2/10 Christopher Painter chr...@deploymentengineering.com:

 I'll be honest,  it's 2011 and I'm hard pressed to understand why software
 applications still cling to the need to be in the PATH... a concept that
 originated some 30 years earlier.

How about software that operates on the 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://walkingthestack.wordpress.com/
Twitter: http://www.twitter.com/wvandolleweerd

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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/wvandolleweerd

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-01-22 Thread Wilbert van Dolleweerd
2011/1/21 Rob Mensching r...@robmensching.com:

 It's kinda' tricky. Properties can be treated like Directories. So name a
 Directory/@Id the same as your Property/@Id for the search. This might be
 useful:
 http://blogs.msdn.com/b/robmen/archive/2006/10/17/deciphering-the-msi-directory-table-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.twitter.com/wvandolleweerd

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-01-21 Thread Wilbert van Dolleweerd
Hello,

I wrote an installer that installs my application in Program
Files\[Company Name]\[Product Name].This is a plugin for Git. I need
to install my plugin *and* add the correct hook to the Git directory.
Where Git is installed, is found out by using a registrysearch.

I'm using 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/
Twitter: http://www.twitter.com/wvandolleweerd

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX book available

2010-10-21 Thread Wilbert van Dolleweerd
2010/10/20 Wilbert van Dolleweerd wilb...@arentheym.com:

 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.

I got the following reply from the publisher:


I am sorry to know that the ePub format of your eBook is not
available.. However there is some temporary problem with the ePub
format of certain books and our IT team is looking to resolve this
issue.

You need not worry, the ePub version will soon be made available for
this title as well.


Good enough and in the mean time I'll manage with the PDF.

Thanks for writing the book!

-- 
kind regards,

Wilbert van Dolleweerd
Blog: http://walkingthestack.wordpress.com/
Twitter: http://www.twitter.com/wvandolleweerd

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX book available

2010-10-20 Thread Wilbert van Dolleweerd
2010/10/18 Nick Ramirez nickra...@hotmail.com:

 Hi everyone. I've just gotten a book about WiX published. A portion of the
 proceeds will go to the WiX team. I'm not sure how all of that is set up, so
 Rob and Bob let me know if you don't see it! Anyway, it should be a good
 guide for those new to WiX. It also gets into creating UI controls, Windows
 services, writing to the Registry and working from the command line.

 It's available at a pretty cheap price for the e-book right now at
 https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book

 Let me know what you think! I wrote it just because I thought it's something
 I would have liked to have had when learning.

Any chance that the book will also be released in ePub format?
Currently the only option now is PDF.

I'm used to having all my technical books in 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 Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX book available

2010-10-20 Thread Wilbert van Dolleweerd
2010/10/20 Nick Ramirez nickra...@hotmail.com:

 I think that it is available in that format. I see this sidebar on the page:

 Packt eBooks are now also available in ePub format. Download your previous
 purchases from your account, or buy a new eBook in ePub format today.
 Imagine how good you’ll feel when you’re on the train and reading it on your
 new iPad/iPhone/Sony Reader/Nooks etc.!

 I haven't seen it myself, but it should be. Thanks for reading it!

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.

-- 
Met vriendelijke groet / kind regards,

Wilbert van Dolleweerd
Blog: http://walkingthestack.wordpress.com/
Twitter: http://www.twitter.com/wvandolleweerd

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2010-08-25 Thread Wilbert van Dolleweerd
2010/8/25 Ross Inglis ring...@ipv.com:

 Hi All.

 I'm hoping for some ideas here.

 I am trying to move a large project build environment from an old slow
 Windows-XP (32)
 machine to a (hopefully) faster Windows 7 (64) machine - mainly to cut
 down on the current
 3-hour build time for this project. I'm using Visual Studio 2008 SP1.

Slightly off-topic:

Why does your build take three hours to complete? We used to have a
build that took over two hours to complete before we finally decided
to create different builds for all the separate components in the
system. 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: http://www.twitter.com/wvandolleweerd

--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX 3.5 Source Code

2010-04-27 Thread Wilbert van Dolleweerd
I would like to add my support for a move to Git or Mercurial (my personal
favorite is Git, but Mercurial will do).

In my personal experience using Git (and Github) makes it much easier for me
to supply patches - this is an area in which I find Wix is lacking. Kudos
for the tool though ;-)

-- 
Kind regards,

Wilbert van Dolleweerd
Blog: http://walkingthestack.blogspot.com/
Twitter: http://www.twitter.com/wvandolleweerd


2010/4/25 Dieter Lunn coder2...@gmail.com

 Has there been any discussion of moving to a different VCS like SVN,
 Git or Mercurial?

 Dieter Lunn
 http://www.coder2000.ca



 On Sat, Apr 24, 2010 at 5:06 PM, Rob Mensching r...@robmensching.com
 wrote:
  Stephen,
 
  Sorry, the lack of CVS updates is my fault. CVS has been giving me fits
  lately and I have not been prioritizing getting to the root of the issues
  because I didn't think anyone really cared. Neil is one of about three
  people that have *ever* asked about CVS and I don't think he hasn't asked
  about it since we got the WiX v3.0 issues worked out. smile/
 
  I am kicking CVS again right now. I'm still seeing intermittent issues
 but
  some things are at least moving along. Hopefully it'll all be updated in
 the
  next hour. Again, sorry for causing you stress.
 
  Neil,
 
  I thought we had the binary files all fixed.
 
 
  On Sat, Apr 24, 2010 at 12:06 PM, Stephen Reindl
  stephen.rei...@tideum.comwrote:
 
  ... fine, but as you've said, the blog entry is from 2008 and some of
 the
  software modules mentioned there is even no longer available (e.g.
 Sandbox
  help compiler 1.7)...
 
  It's not the question on building extensions. I would like to apply some
 of
  the patches mentioned in SF bug tracking because waiting for someone to
  bring this into the sources doesn't fit into our development timeframe.
  We've more or less in RTM-Mode in one of our software products. One of
 the
  things that prevents us releasing the software is (besides some
 showstoppers
  on our side .-) bug #2990556. If we would have the ability to fix the
  problem (i.e. apply the patch) by ourselves, I wouldn't need to write
 mails
  longer than my arm :-(.
 
  I agree that as long as wix 3.5 is in beta I have to expect (and accept)
  bugs, wix 3.5 is the only platform that supports VSTS 2010 currently
 (the
  customer wanted to have the software developed with VSTS 2010 to get the
  chance to update to .NET 4.0 very soon).
 
  I personally do like the Idea of using wix because
 
  1. It's free (and the site claims that source code is available)
  2. It has a very valuable community (thanks folks for all the
  tips/blogs/questions/solutions available)
  3. It can simply be stored in TFS besides the project (Votive is one of
 my
  personal favorites)
 
  What I would like to see from an open source solution is the chance to
 
  * fix bugs
  * enhance the software by myself
  * apply bugs fixed by the community and not applied until now in a given
  delivery
 
  and (if needed/possible) to pass the changes back to the community (we
 do
  this for other open source software that we use as well). I'm even
 willing
  to really spend some budget on things that need to be done. But this
 works
  only if there's a chance to
 
  1. get access (at least reading) to a version control system that is up
 to
  date
  2. get some documentation on how to build a development environment to
  develop and build wix that is now based on assumptions.
 
  Don't get me wrong: I do not want to start blame mode but currently
 I'm a
  little bit upset and we need to decide by end of next week if we stick
 on
  wix or if we need to switch to some other setup tool.
 
  Regards
  Stephen
 
  -Ursprüngliche Nachricht-
  Von: Neil Sleightholm [mailto:n...@x2systems.com]
  Gesendet: Samstag, 24. April 2010 10:18
  An: General discussion for Windows Installer XML toolset.
  Betreff: Re: [WiX-users] WiX 3.5 Source Code
 
  I asked a similar question sometime ago and I believe the official
  source is held within Microsoft and then republished to CVS. The copy in
  CVS tends to lag behind the wix-sources.zip as republishing is manual.
  There are also issues with the CVS copy in that it has quite a lot of
  broken binary files. I have documented some of the things you need to do
  to build the source here:
 
 http://neilsleightholm.blogspot.com/2008/10/how-to-create-wix-build-mach
  ine.html.
  It focuses on WiX3 but I think it would apply to WiX3.5 (although the
  last time I tried a build of 3.5 it failed due to the binary issues in
  CVS and files missing from the zip).
 
  I would say that if you only want to rebuild extensions then the source
  is complete.
 
  Neil
 
  -Original Message-
  From: Stephen Reindl [mailto:stephen.rei...@tideum.com]
  Sent: 23 April 2010 16:08
  To: wix-users@lists.sourceforge.net
  Subject: [WiX-users] WiX 3.5 Source Code
 
  Hi all,
 
  We are using wix for development of setup tools for our software. As
  part of our efforts

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

2010-03-31 Thread Wilbert van Dolleweerd
True. Still, I would prefer software that would adhere to the target
platform specifications.

Living in an ideal world, I know. I'll stop complaining ;-)

2010/3/31 Curtis Jewell lists.wix-us...@csjewell.fastmail.us

 Wilbert - When it's a recompilation for Windows of Unix software, spaces
 can be a problem...

 S.P. - I have the same problem (I compile a distribution of Perl for
 Microsoft Windows and create its installer using WiX.)

 For how to connect it in to an WixUI_InstallDir UI, look at lines
 152-230 of the following file: (the B_ClearFolder key is on line 104 of
 that file.)


 http://fisheye2.atlassian.com/browse/cpan/trunk/Perl-Dist-WiX/share/Main.wxs.tt?r=11797

 For the custom action you'll need, here's source you can use:


 http://fisheye2.atlassian.com/browse/cpan/trunk/Perl-Dist-WiX/src/ClearFolderCA/ClearFolderCA/CheckForSpaces.cpp?r=11626

 --Curtis Jewell

 On Tue, 30 Mar 2010 10:11 +0200, Wilbert van Dolleweerd
 wilb...@arentheym.com wrote:
  Should properly written Windows software not be able to work with a space
  in
  a path?
 
  I mean: installation usually occurs in 'Program Files'. This already has
  a
  space in the path. If your software cannot handle this, maybe you should
  change the software...
 
  2010/3/30 S.P iraniangirl9...@yahoo.com
 
   Dear All,
  
   One of the files which is going to be installed on the target machine
 can
   not work if there is a space in the path, so I need to check the
 install
   path to ensure there is no space in it.
  
   Dose any body have a sample code to check space in the target path?
  
   I need to show a custom warning dialog to the user if he use an install
   path with space, and return to the last dialog to select the
 installation
   path again.
  
   Please provide me a CODE to do this
  
   Thanks in advance
  
  
New Email names for you!
   Get the Email name you've always wanted on the new @ymail and
 @rocketmail.
   Hurry before someone else does!
   http://mail.promotions.yahoo.com/newdomains/aa/
  
  
 --
   Download Intel® Parallel Studio Eval
   Try the new software tools for yourself. Speed compiling, find bugs
   proactively, and fine-tune applications for parallel performance.
   See why Intel Parallel Studio got high marks during beta.
   http://p.sf.net/sfu/intel-sw-dev
   ___
   WiX-users 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
 
 --
  Download Intel#174; Parallel Studio Eval
  Try the new software tools for yourself. Speed compiling, find bugs
  proactively, and fine-tune applications for parallel performance.
  See why Intel Parallel Studio got high marks during beta.
  http://p.sf.net/sfu/intel-sw-dev
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 --
 Curtis Jewell
 swords...@csjewell.fastmail.us

 %DCL-E-MEM-BAD, bad memory
 -VMS-F-PDGERS, pudding between the ears

 [I use PC-Alpine, which deliberately does not display colors and pictures
 in HTML mail]



 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 WiX-users 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
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2010-03-30 Thread Wilbert van Dolleweerd
Should properly written Windows software not be able to work with a space in
a path?

I mean: installation usually occurs in 'Program Files'. This already has a
space in the path. If your software cannot handle this, maybe you should
change the software...

2010/3/30 S.P iraniangirl9...@yahoo.com

 Dear All,

 One of the files which is going to be installed on the target machine can
 not work if there is a space in the path, so I need to check the install
 path to ensure there is no space in it.

 Dose any body have a sample code to check space in the target path?

 I need to show a custom warning dialog to the user if he use an install
 path with space, and return to the last dialog to select the installation
 path again.

 Please provide me a CODE to do this

 Thanks in advance


  New Email names for you!
 Get the Email name you've always wanted on the new @ymail and @rocketmail.
 Hurry before someone else does!
 http://mail.promotions.yahoo.com/newdomains/aa/

 --
 Download Intel® Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 WiX-users 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
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2008-11-18 Thread Wilbert van Dolleweerd
Hello all,

Because I wanted to remove the license agreement dialog from the Wix_Mondo
UI, I'm trying to build the WiX sources from scratch (to create a new
WixUIExtension.dll). However, I'm running into problems.

When building I run into the following error messages (core.inc):

 [exec]  
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2825,9):
error MSB3021: Unable to copy file D:\Data\
Projects\wixsrc\src\light\darice.cub to
D:\Data\Projects\wixsrc\build\debug\x86\darice.cub. Could not find file
'D:\Data\Projects
\wixsrc\src\light\darice.cub'.
 [exec]  
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2825,9):
error MSB3021: Unable to copy file D:\Data\
Projects\wixsrc\src\light\mergemod.cub to
D:\Data\Projects\wixsrc\build\debug\x86\mergemod.cub. Could not find
file 'D:\Data\Proj
ects\wixsrc\src\light\mergemod.cub'.
 [exec]  
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2825,9):
error MSB3021: Unable to copy file D:\Data\
Projects\wixsrc\src\light\mergemod.dll to
D:\Data\Projects\wixsrc\build\debug\x86\mergemod.dll. Could not find
file 'D:\Data\Proj
ects\wixsrc\src\light\mergemod.dll'.
 [exec]
 [exec]
 [exec] D:\Data\Projects\wixsrc\src\core.sln (Build target) (1) -
 [exec] D:\Data\Projects\wixsrc\src\pyro\pyro.csproj (default
target) (21) -
 [exec]  
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2825,9):
error MSB3021: Unable to copy file D:\Data\
Projects\wixsrc\src\pyro\mspatchc.dll to
D:\Data\Projects\wixsrc\build\debug\x86\mspatchc.dll. Could not find
file 'D:\Data\Proje
cts\wixsrc\src\pyro\mspatchc.dll'.
 [exec]

As you can see, I cannot build the src\light\light.csproj because of three
missing files (darice.cub, mergemod.cub and mergemod.dll). When opening
the projectfile in Visual Studio you can see that the files are missing
(exclamation mark is visible on the files). In addition to this,
src\pyro\pyro.csproj cannot be build because of the missing file
mspatchc.dll.

I tried to remove these files in the projects and build again, but no go.
This time I got the following error message:

checkRequiredArgs:
[mkdir] Creating directory
'D:\Data\Projects\wixsrc\build\obj\debug\x86\dtf\sfxca\x86'.
   [cl] Compiling 1 files to
'D:\Data\Projects\wixsrc\build\obj\debug\x86\dtf\sfxca\x86'.
   [cl] precomp.cpp
   [cl] d:\data\projects\wixsrc\src\dtf\tools\sfxca\precomp.h(21) :
warning C4005: '_WIN32_MSI' : macro redefinition
   [cl] command-line arguments :  see previous definition of
'_WIN32_MSI'
   [cl] d:\data\projects\wixsrc\src\dtf\tools\sfxca\precomp.h(32) :
fatal error C1083: Cannot open type library file: 'mscorlib.
tlb': No such file or directory

I'm certain that I 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




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2008-11-18 Thread Wilbert van Dolleweerd
 Take a look here:
 http://neilsleightholm.blogspot.com/2008/10/how-to-create-wix-build-mach
 ine.html this should document what you need to know to build WiX.

 Also, you don't actually need to rebuild WiX to do what you want to do,
 I have outlined the 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 great.

Wilbert van Dolleweerd




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users