Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

Using WIX with Managed Custom Action

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
18 Dec 2012CPOL2 min read 33.9K   11  
Using WIX with Managed Custom Action

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WixWithCustomAction", "WixWithCustomAction\WixWithCustomAction.wixproj", "{B71EA14F-E64C-465F-A6B9-08A0E853D283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCustomActionProject", "MyCustomActionProject\MyCustomActionProject.csproj", "{6E8E9866-E3CE-4491-AECE-FD1513F5F4A2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B71EA14F-E64C-465F-A6B9-08A0E853D283}.Debug|x86.ActiveCfg = Debug|x86
		{B71EA14F-E64C-465F-A6B9-08A0E853D283}.Debug|x86.Build.0 = Debug|x86
		{B71EA14F-E64C-465F-A6B9-08A0E853D283}.Release|x86.ActiveCfg = Release|x86
		{B71EA14F-E64C-465F-A6B9-08A0E853D283}.Release|x86.Build.0 = Release|x86
		{6E8E9866-E3CE-4491-AECE-FD1513F5F4A2}.Debug|x86.ActiveCfg = Debug|x86
		{6E8E9866-E3CE-4491-AECE-FD1513F5F4A2}.Debug|x86.Build.0 = Debug|x86
		{6E8E9866-E3CE-4491-AECE-FD1513F5F4A2}.Release|x86.ActiveCfg = Release|x86
		{6E8E9866-E3CE-4491-AECE-FD1513F5F4A2}.Release|x86.Build.0 = Release|x86
	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) Telerik
Bulgaria Bulgaria
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions