I have a installation that I\'m not sure why prompts for Disk 1. Knowing that the customer might not have Disk 1 I have to ship along the previous MSI and trigger it using install script using
I have created a deployment project using VS 2005. By default, files are installed in AppDataFolder. There are also 2 string values added to the registry during the installation. These registry values
I have an application which was deployed some time ago using an .msi and a .mst When I now try to uninsta开发者_Go百科ll the app using msiexec /x name_of_msi TRANSFORMS=name_of_mst /qb! I get a promp
I\'m trying to run a \".msi\" install file. The installtion fails and I get an \"Installer interrupted\" error.
Now my team working in a project using Windows Application(C#). We use MSI Installer for creating installation.
I would like to know if you could share some (trusted) sources of information (books, URLs) that you consider the most relevant for learning Windows Installer. They could be for starting on this techn
I have a Setup project (MSI) in VS2008 which installs my project. Within the project, I create a settings file, for the application, in the SpecialFolder.CommonApplicationData + \\\\\"settings\" folde
I\'m creating a VS2008 installer script for my project. I want to add a value to HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run to run my EXE at start up.
Is there a way to determine if there is an active installation running in C#? For example, some times if you launch 2 MSIs (or setup.exes) at once one of them will say that there is already installati
I have a WiX installer project which has recently been producing installers that don\'t show any file installation progress. That stage takes around 30 seconds to complete, and users may think that th