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
- :
- Cannot install application executable files by using InstallShield 2013 LE
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
‎Dec 02, 2014
10:16 AM
Cannot install application executable files by using InstallShield 2013 LE
Hi,
I have an ASP.NET console application. I would like to add execution file, config file and related ddls in setup program using InstallShield
I add project outputs and select Content Files and Primary Output, however, it can't install correct executable files that my application can be executed.
Can anyone advise on this how to add project output?
Working Environment:
MS Visual Studio Professional 2012
InstallShield 2013 Limited Edition
Thanks,
Tony
I have an ASP.NET console application. I would like to add execution file, config file and related ddls in setup program using InstallShield
I add project outputs and select Content Files and Primary Output, however, it can't install correct executable files that my application can be executed.
Can anyone advise on this how to add project output?
Working Environment:
MS Visual Studio Professional 2012
InstallShield 2013 Limited Edition
Thanks,
Tony
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 02, 2014
01:20 PM
In the Project Assistant > Application Files view, there should be a Add Project Outputs button.
During build time, the output files from the solution should be added dynamically.
During build time, the output files from the solution should be added dynamically.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 02, 2014
08:00 PM
kyi wrote:
In the Project Assistant > Application Files view, there should be a Add Project Outputs button.
During build time, the output files from the solution should be added dynamically.
I select Primary output in Project Outputs. Then I select Dependencies from scan at build and make sure that necessary dependencies (referenced dlls) are checked
After installation, I only find 2 files. One is application file (exe) and other is config file. No any dlls are generated.
When I build the project in VS 2012. I can find many files including dlls under bin\Release folder
Thanks,
Tony
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 05, 2014
01:02 PM
After building the MSI file, open it using Orca and look in the file table.
Do you see any of the missing files?
Do you see any of the missing files?