Oleg,
Something I noticed:
Project.SourceBaseDir is apparently required if you have a ManagedAction defined in an external assembly (otherwise you get a compile error).
As a result of defining Project.SourceBaseDir, the Project.OutDir uses the SourceBaseDir for the wxs file (unlike the MSI file which gets created in the current directory).
Just wanted to mention this...
Something I noticed:
Project.SourceBaseDir is apparently required if you have a ManagedAction defined in an external assembly (otherwise you get a compile error).
As a result of defining Project.SourceBaseDir, the Project.OutDir uses the SourceBaseDir for the wxs file (unlike the MSI file which gets created in the current directory).
Just wanted to mention this...