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
- :
- How to create a setup project of ASP.net web API?
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
Jan 22, 2015
04:46 AM
How to create a setup project of ASP.net web API?
I tried to create a setup project of ASP.net web API referring this page.
http://www.c-sharpcorner.com/UploadFile/cb88b2/simple-steps-to-create-setup-of-website-using-install-shield/
Though a Setup.exe file was created, the web API did not work.
The error massage says “DLL file is not found”.
Using Install Shield LE, all of DLL files are deployed just below the install directory.
Using Web Deploy Package in Visual Studio, all of DLL files are deployed in “bin” directory below the install directory.
How can I create a setup project using Install Shield LE?
http://www.c-sharpcorner.com/UploadFile/cb88b2/simple-steps-to-create-setup-of-website-using-install-shield/
Though a Setup.exe file was created, the web API did not work.
The error massage says “DLL file is not found”.
Using Install Shield LE, all of DLL files are deployed just below the install directory.
Using Web Deploy Package in Visual Studio, all of DLL files are deployed in “bin” directory below the install directory.
How can I create a setup project using Install Shield LE?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 22, 2015
11:50 AM
Using the Project Assistant, select the "Application Files" button.
This screen will allow you to create and place folders as needed.
You can right click on the "My Product Name" folder and create a new folder, name it "Bin" and drop your dll's in as needed.
This screen will allow you to create and place folders as needed.
You can right click on the "My Product Name" folder and create a new folder, name it "Bin" and drop your dll's in as needed.
