[WiX-users] Errors with IIS and ASP.NET 4 installation

2012-07-11 Thread Yuanming Chen
Hi Rob, I am learning WIX recently, but ran into a problem with custom actions using WIX 3.6. I want to build an installation package that would deploy an ASP.NET 4 application on Windows 7/8 machines, and here is the script I use to install IIS & ASP.NET: . And h

Re: [WiX-users] Question about COM+ installation

2012-07-04 Thread Yuanming Chen
Whoops...The attachment is obviously filtered out, thus I posted the code to https://docs.google.com/open?id=0B37uT7eLQj05eVp2V1pKanVrUkE instead for your reference: you can click "File->Download" to save the solution. Thanks! From: yuanm...@hotmail.com To: wix-users@lists.sourceforge.net Date

[WiX-users] Question about COM+ installation

2012-07-04 Thread Yuanming Chen
Hi there, I am a new user of WIX, and I am struggling to install a .NET COM+ application with WIX 3.5 (regsvcs.exe works correctly though). Here is a quick summary of what I did:1. I created a C# class library and implemented a really simple COM+ component.2. A WIX project was created. It conta