I\'m using Microsoft Visual Studio 2010 to create a simple .MSI installer f开发者_Python百科or my simple .EXE application.
I am developing a C# Win Forms application that needs to be installed on a client machine(Windows XP / Windows 7).
I have a scenario where an MSI needs to delete the contents of the silverlight isolated storage directory for a particular silverlight app.Since the location of isolated storage for my app is differen
The following code works in Windows 7 x86, but not x64. What\'s the difference and how do I go about setting this key? It also works when I install it on Windows XP having changed the feature to
I have some applications, some of them were written in MFC and some of them were written in .NET. I want to create a single installer that will install all those applications on a \"Clean\" machine (
I already have the following line in my WiX setup to check if the current version is already installed:
We have a large C# application which is deployed using an .MSI file which is built through Visual Studio 2010 (or MSBuild.exe) from a .VDProj file. When run normally, the .MSI installer will check tha
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 w
I have a application developed in C#. I am creating an installer for the app using Visual Studio Setup Project.
How to write MSI\'s TARGETDIR to a textfile? So that my program can refer to the path written there开发者_运维技巧.This depends on the type of text file. If it is a plain text file you would have to u