Hello,
I've attached a simple C# project that I wanted to create an installation for. The C# application is just a waveform graph on a form. I just wanted to get the NI references added. The setup project was created by adding a new project of type Setup Wizard. I let VS.NET find the references and create the installation. When I build it, I get errors trying to include the NI merge modules:
------ Build started: Project: MeasurementStudioInstallTest, Configuration: Release .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
------ Starting pre-build validation for project 'Setup1' ---
---
------ Pre-build validation for project 'Setup1' completed ------
------ Build started: Project: Setup1, Configuration: Release ------
Building file 'C:\csharp\wlt\Setup1\Release\Setup1.msi'...
ERROR: Unable to import merge module 'mstudiouiwinforms'
ERROR: Unable to import merge module 'mstudiocommon'
ERROR: Unable to import merge module 'mstudioui'
Packaging file 'MeasurementStudioInstallTest.exe'...
Packaging file 'Setup.Exe'...
---------------------- Done ----------------------
Build: 1 succeeded, 1 failed, 0 skipped
All of the files are at the location specified in the project file at "C:\program files\common files\merge modules". Any ideas why the setup cannot import the NI merge modules?
Thanks,
Derek