Click here to Skip to main content
15,891,567 members
Articles / Programming Languages / XML

Creating Custom Action for WIX Written in Managed Code without Votive

Rate me:
Please Sign up or sign in to vote.
4.91/5 (36 votes)
31 Jan 2011CPOL8 min read 199.4K   4.8K   54  
Creating Custom Action for WIX written in managed code without Votive

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCustomAction", "MyCustomAction\MyCustomAction.csproj", "{B7AF9993-2C2E-4C03-98F2-109A8B6557BE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B7AF9993-2C2E-4C03-98F2-109A8B6557BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B7AF9993-2C2E-4C03-98F2-109A8B6557BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B7AF9993-2C2E-4C03-98F2-109A8B6557BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B7AF9993-2C2E-4C03-98F2-109A8B6557BE}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Czech Republic Czech Republic

Comments and Discussions