Re: [WiX-users] Bootstrapper Application DLL build error MC1000: Unknown build error, 'Cannot resolve dependency to assembly 'System.Windows

2013-12-19 Thread Nick Ramirez
I think the easiest way to use Prism is to pull in the dependency using NuGet. The command is: Install-Package Prism You can download NuGet for Visual Studio 2010. It's an extension to Visual Studio. http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c I think that

[WiX-users] Bootstrapper Application DLL build error MC1000: Unknown build error, 'Cannot resolve dependency to assembly 'System.Windows

2013-12-11 Thread Wang, Miaohsi
Dear All, I followed an example from a book (Wix 3.6: A Developer's Guide to Windows Installer XML by Nick Ramirez, Chapter 16) to create a WiX bootstrapper application DLL. The project in this example has a WPF view and references the Microsoft.Practices.Prism assembly from SilverLight and