Nestor
Nestor

Reputation: 13990

Visual studio 2010 Setup and Deployment Projects?

For those of you who are testing VS 2010 (or stay up-to-date with the blogs).. are there new features for building MSI's in VS 2010?

Upvotes: 0

Views: 1567

Answers (2)

Christopher Painter
Christopher Painter

Reputation: 55601

The customized UI support is for ClickOnce projects not MSI projects. The only update to VDPROJ is to support .NET 4.0 detection logic.

VDRPOJ is a pile of fertilizer and I wouldn't reccomend anyone use it anyways. It's barely on life support until VS can switch officially over to WiX.

Upvotes: 2

Sheng Jiang 蒋晟
Sheng Jiang 蒋晟

Reputation: 15281

Biggest one is UI customization support, IMHO

What's New in Deployment

Upvotes: 2

Related Questions