Tagged Questions
7
votes
1answer
917 views
VDPROJ auto upgrading vs. uninstall/reinstall
I've seen a confusing behavior regarding the MSI files generated by a VDPROJ file. If I build my MSI in Visual Studio and then right-click and pick "Install" from within Visual Studio, it will ...
2
votes
3answers
335 views
Unwanted MSI appearance after installation
I used windows installer (msi project) and actually I have the msi file after installation it throws a shortcuts to the desktop.
My problem is when i double-click on the shortcut for my application, ...
1
vote
1answer
317 views
Make VDProj .MSI installer copy itself locally after successful install
We have large C# application spanning many projects which is packaged into an .MSI file by running MSBuild (or through Visual Studio 2010) on a .VDProj file. The installation usually works fine, and ...
1
vote
1answer
309 views
VS2008 in vdproj, project output doesn't override an previous old version
I have create a solution in visual studio 2008 with two project, one is for main application code and the other is a visual deployment project (.vdproj) to create the installer.
In deployment ...
1
vote
0answers
107 views
Install different version of merge module depending on processor architecture
I have a Windows .net solution that is deployed with a Visual Studio Deployment project.
My exe is a win32 app that runs fine on either a x86 or x64 windows.
However I included a merge module (*.msm) ...