Reputation: 1163
When building an install shield LE setup project for a website / web application, the resulting setup does not have a bin folder and all dependencies are installed into the root folder. Any idea why does this happen?
Upvotes: 1
Views: 1491
Reputation: 1163
I solved the problem by adding a new folder to the website in [IISROOTFOLDER]:
Afterwards I added the "website.Primary output" and "website.Debug Symbols" to the bin folder.
The "website.Content Files" I left in the website folder.
EDIT: Displaying the IISROOTFOLDER
I added the IISROOTFOLDER doing the following steps:
Now you can continue with the first part of the answer.
Good luck!
Upvotes: 3