votive
Harvesting files leads to LGHT0231 error
I\'m using 开发者_开发知识库latest votive (Wix v3.5) and created a simple Wix VS 2010 setup project. I added my website reference and set the Harvest option as true.[详细]
2023-04-02 19:19 分类:问答Get WiX property value from output of command?
Is there a way to execute a command (in PoSh, ideally) and assign the output to the value of a property in WiX?So far, all I have seen is 开发者_StackOverflowcustom actions that will run a command, bu[详细]
2023-03-16 05:39 分类:问答don't have any CustomActionAttribute in VS2010
I am trying to write a custom actions class library for my WiX install package. I\'ve read that I should use CustomActionAttribute to mark the methods that I am planning to call from install package.[详细]
2023-02-21 23:58 分类:问答Visual Studio WiX and patches
I tried to build a WiX patch with Visual Studio. Easy enough. I build with Visual Studio, and it builds. But, when I try to run the resulting MSI, I am told[详细]
2023-02-15 17:53 分类:问答WiX creating obj file in strange place
In my WiX 3.5 project I\'m including a wxs file via a link. I.e., the wxs file is not in the project folder, it is fairly far away in the folder structure, and is included using Visual Studio\'s \"Add[详细]
2023-02-15 08:48 分类:问答Setting keypath when automatically harvesting a project
I\'m using the project reference feature of WiX to harvest a project automatically using Heat. This is particularly useful since the WiX installer is being built both locally and on a TFS2010 build se[详细]
2023-01-18 19:49 分类:问答How do I change the language of a Wix 3.5 MSI?
I have created an installer with Windows Installer XML 3.5 from within the Visual Studio 2010. The installer itself works pretty well but now I would like to change it\'s default language from english[详细]
2023-01-15 05:44 分类:问答Is it possible to localize EULA in WiX using .wxl file?
My installer, created wth WiX is localized via .wxl files. It is possible in WiX to specify multiple cultures and light.exe will be called multiple times, creating an installer for each language (this[详细]
2023-01-14 19:14 分类:问答Custom Action in C# used via WiX fails with error 1154
I am using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5.(Later weekly builds of WiX seem to be very broken with respect to their custom action template, at least for now.1930 i[详细]
2023-01-13 02:47 分类:问答Two almost identical WIX projects - one works fine, the other fails with security issue
I have WIX installers for two windows services. Both are installed using the same credentials, but one works while the other fails with the error \"Service \"PCP Event Processor-3.9.9.0-wix\' (MyServi[详细]
2023-01-13 02:17 分类:问答