I wanna change the startmenu entry from windows installer packages, the *.msi installer, dynamic. (Tortoise Git, Graphviz) That means I need a switch or anything simila开发者_开发百科r to change the e
I know you can change it using cscript.exe on Windows. Is there a Linux program providing cscrip开发者_StackOverflow社区t-like functionality? Or is there some other way I can change the database in Li
How to add msxml6.msi as nested package into my vs 2005 setup (Based.msi) using Orca? I already used this instructions http://support.microsoft.com/kb/306439 , but msxml6开发者_开发知识库.msi installa
We currently use WiX 开发者_Go百科for building our MSI files, and as such it is the only MSI builder I have had experience using. I know you can build installers natively in Visual Studio though. What
We have an installer solution written in Visual Studio 2005 Installer; that calls a C# custom action and we have hit a known issue, regarding the fact that on an upgrade - the old install code is run
I\'m using Microsoft Visual Studio 2010 to create a simple .MSI installer f开发者_Python百科or my simple .EXE application.
Given an installer generated with a VS2010 Setup Project, I would like to swap out a .NET DLL with another one without changing the name.
I\'m trying to create a setup project and I can\'t believe how painful it could be. Non of the tools that I\'ve tried to use, haven\'t satisfy me.
I wrote a Windows Installer custom action based on the tutorial found here: http://www.codeproject.com/kb/install/msicustomaction.aspx
We have an application to be run on startup that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 pro