This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- ISLE Selects wrong "Primary Output"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 01, 2013
03:26 PM
ISLE Selects wrong "Primary Output"
I'm using ISLE with VS Pro 2012. I've got a project named BCASA_DLL. Its primary output is a file called BCASA.dll
When looking for the primary output, ISLE looks for the file BCASA_DLL.dll rather than BCASA.dll
It's looking in the correct output folder, but with.dll rather than the actual primary output. The linker Output File setting is $(OutDir)BCASA.dll
How is it that ISLE gets the output directory correct but the actual file name wrong? What to do?
When looking for the primary output, ISLE looks for the file BCASA_DLL.dll rather than BCASA.dll
It's looking in the correct output folder, but with
How is it that ISLE gets the output directory correct but the actual file name wrong? What to do?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 01, 2013
03:43 PM
...I see that the linker output isn't used so much as $(OutputDir) + $(TargetName) + $(TargetExt)