orca
Change the startmenu entry "dynamic" for Windows Installer
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[详细]
2023-04-01 11:37 分类:问答Is it possible to programatically change an msi's database on Linux
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[详细]
2023-03-29 07:33 分类:问答How to create a nested msxml6.msi package
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[详细]
2023-03-11 09:54 分类:问答Windows Installer and the creation of WiX
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[详细]
2023-03-07 05:19 分类:问答Windows Installer - force users to remove via Add?remove Programs
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[详细]
2023-03-01 18:23 分类:问答MSI creation: Terminate application before upgrading
I\'m using Microsoft Visual Studio 2010 to create a simple .MSI installer f开发者_Python百科or my simple .EXE application.[详细]
2023-02-13 13:35 分类:问答How to change the contents of a file included in an *.msi with VBScript
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.[详细]
2023-01-13 01:29 分类:问答Setup project with managed custom actions. Big heck of a headache
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.[详细]
2023-01-05 07:55 分类:问答Windows Installer custom action BEFORE any validation
I wrote a Windows Installer custom action based on the tutorial found here: http://www.codeproject.com/kb/install/msicustomaction.aspx[详细]
2022-12-28 20:44 分类:问答DISABLEADVTSHORTCUTS=1 disables all shortcuts
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[详细]
2022-12-18 07:54 分类:问答