Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Marcu   (RSS)

The .NET Framework 4.0 Beta 2 Installer Improvements

Thanks to everyone that gave feedback both on my blog and through other forums about .NET Framework installs. Beta2 just got released on MSDN so I thought I’d take this opportunity to talk a little but about the stuff we have done to improve the installation.

WiX: Removing Files with Patches

I've had numerous people ask me how to remove a file using a patch. As I say below again, this should be done carefully. Background If a file is present in a Baseline package then removed in the Upgrade package, it is not trivial to get the installer
Posted by Petermarcu | 5 Comments
Filed under: , , , ,

.NET: Do you Deploy a Managed App?

(Thanks for the replies so far! It is very insightful to hear all the different ways people deploy .NET apps. I am taking all your answers to the questions and using them to help inform decisions about the future of .NET deployment. I appreciate the responses.)

WiX: Patching something you didnt build with WiX using WiX

Many times people want to take advantage of the Wix v3 patch building features but didnt build their original product using Wix. for example, they may have used Install Shield, WiX v2 or one of the other tools out there. I ran into this when I needed

WiX: Introducing the WixPdb

I should have made this post about 6 months ago as I was implementing the WixPdb feature in WiX but better late than never :). The wixpdb was conceived as a solution for a limitation in the original patch building system. Originally, WiX v3 patching only

Design your Application to Fit Your Shipping Container

Let me start by saying I'd love to get people's feedback on the content of this post... When Toyota designs a car they would never ignore the fact that no matter how great a car they build, they have to be able to get it to their customers. Additionally,

WiX: More powerful foreach

I've been meaning to post about this for a while but just never got around to it. A few months ago I extended the implementation in WiX to allow foreach loops using any variable over any given set of values. Previously it was limited to only those variables
Posted by Petermarcu | 3 Comments
Filed under: , ,

WiX: "Rosario" WiX toolset vs. the community WiX toolset

This post is a follow-up to Rob Mensching's " Visual Studio ships the WiX toolset " blog entry. One of the key tenets WiX development is operating under is to make all changes available to both community WiX as well as "Rosario" WiX. (They actually get
Posted by Petermarcu | 4 Comments

WiX: Building a Patch using the new Patch Building System - Part 2

I dont have much time today to write but I wanted to take a chance to answer a few questions that I've been asked a lot recently. What is Pyro? Pyro is the new tool in the WiX toolset that will pull together your patch authoring and your product transforms
 
Page view tracker