I have an MSI which installs a windows service. I want the service to receive a message and be able to update itself. I have tried spinning off a new process which runs another assembly which in turns
I have a 开发者_JAVA技巧Setup Project in Visual Studio 2010 which creates a .msi installer. I am wondering if it is possible to add some logic to check some conditions. e.g if there is my software ins
My application stores data in C:\\Documents and Settings\\All Users\\Application Data\\Company\\Product\\foo
I am trying to create an msi Installer with VS 2005. I have to integrate DirectX and visual Studio redistributables in the installation.
I have an app with which i can select from multiple MSI\'s (same msi, different versions) in a directory, and i will be able to install or uninstall from this app.
I have a custom action and need to get below values for copying some parts from installation folder to VS2010 folder
it is very easy to make a msi project for any single project .. but my question is that, i want to make a msi project that contains 2 Existing Project and 1 SQL SERVER Setup within it.
When the user clicks update on my application, I want to show the installer. The installer resides on a serve开发者_运维问答r.
I have a Setup project that I have build using Visual Studio 2010. The installer works fine in terms of installing the application and all its dependencies into their proper sub directories and Progr
I am deploying my web application usin开发者_Go百科g web setup project(vs 2010).Is it possible to deploy web.debug.config/web.release.config using msi installer.