I have the need to create a Desktop Shortcut to an existing FOLDER (NOT to a file) using Wix. To elaborate more, my installer program has a CustomAction program written using C# associated with it. Th
Not sure I heard this right, b开发者_如何学Gout VS2010 no longer has support for Wix? Can someone confirm this?Microsoft was considering adding built-in WiX support to VS2010, but they changed their
As part of my Installer, I am adding files to an开发者_如何学Python existing COM+ package.I have defined a ComPlusApplication underneath my Product element, which has the name set to a property - I th
I am using jQuery with ASP.NET in a project. Instead of using ASP.NET Ajax, I am using jquery\'s ajax functions. Is there any security risk if I do that? I mean, since I am using jquery\'s ajax calls,
I\'m wirintg an installer using WIX and I need to execute a custom action when a user press the \"cancel\" button.
A similar question was asked and answered about a year ago, but was either a different issue (everything was in beta) or misdiagnosed. It\'s located here: MSbuild task fails because "Any CPU"
I am trying to create a WiX custom action which will allow me to shutdown and clear down a COM+ package as part of an upgrade installation, or create and configure a new COM+ package as part of the in
We want to create an .MSI package from a web deployment project in Visual Studio 2008. Now we want to use continuous integration and we would need the .MSI package build in the nightly builds.
I am writing a WIX installer and I have a following requirement: During installation, I need to 开发者_如何学运维pass an absolute path to a file (lets call it A) included in my installer to a COM comp
How do I get Wix to include a CustomTable with no rows in the final MSI? If I simply define the table like this