AdTheBad
11-06-2003, 07:18 AM
I have a Visual Studio .net 2003 solution that contains a C++ project and an InstallShield InstallScript project. I have added the primary output from the C++ project to the Application Target Folder of the InstallShield Files and Folders view.
All looks correct. If I right click on the primary output object in the 'Destination computer's files' pane and select 'Resolve project output' it resolves to the correct file. However if I try to build my installation I get an error message like the one below.
ISDEV : error -6221: Could not resolve Visual Studio .NET project output "ReeView.Primary Output" from component ReeView.Primary Output
C:\Program Files\InstallShield\DevStudio 9\IsDev.exe\-6221
If I replace the 'primary output' object with a direct link to the file itself it all builds fine.
The C++ project is building correctly before the InstallScript one so the file is definitely there.
Has anyone seen this before or got any ideas?
All looks correct. If I right click on the primary output object in the 'Destination computer's files' pane and select 'Resolve project output' it resolves to the correct file. However if I try to build my installation I get an error message like the one below.
ISDEV : error -6221: Could not resolve Visual Studio .NET project output "ReeView.Primary Output" from component ReeView.Primary Output
C:\Program Files\InstallShield\DevStudio 9\IsDev.exe\-6221
If I replace the 'primary output' object with a direct link to the file itself it all builds fine.
The C++ project is building correctly before the InstallScript one so the file is definitely there.
Has anyone seen this before or got any ideas?