So I create开发者_开发技巧d a windows installer to deploy a variety of dlls, batch files, and config files.The problem is that for some reason after the files are installed on the system their last mo
I\'m completely new to Windows Installer, so please be gentle! I want some drivers to be installed when my customers installs my program. If the drivers already is installed, however, I want the inst
I am attempting to implement a quiet uninstall of my application. This works great if the application is actually installed, but when it is not the user receives an error message and must click OK to
I have a number of projects that are in solution, which reference DLLs from other Projects in the solution. However, some of DLLs, also reference other DLLs, such database connections, which are quite
When I publish a WPF application from visual studio, it creates it under Microsoft folder in start menu o开发者_Python百科f windows. How to change it?Actually, \"Microsoft\" is just the \"Company name
I have a need to describe deployments/in开发者_JAVA百科stalls, and possibly uninstalls as well - but I don\'t want to use Windows Installer.At the same time, I don\'t want to completely re-invent the
I have a C#.NET application having some version 1.0.0.1. I did some modifications to my application & want to release it with an upgraded version 1.0.0.2.
Windo开发者_开发百科ws Installer 5 added support for the Hyperlink control which I would like to utilize if available. I cannot set a dependency towards Windows Installer 5 (doesn\'t support WinXP), b
I use Visual Studio Setup projects to create MSI\'s for my .Net Applications.It would be nice if I could have my vers开发者_JAVA技巧ion numbers auto-increment.Even better would be an option to set the
I need to push out a Crystal Reports Active X Print Control to my users, as they do not have access to their own machines to install it themselves.Ideally I\'d like to do this via an MSI that I can pu