This is the first time I've tried to use Install Shield LE in Visual Studio.
I went through the Project Assistant and basically just turned off almost all of the bells and whistles. No Installation Requirements, no Application Registry entries, and no to everything on the Installation Interview page. I did add a few additional files besides my Primary Output on the Application Files page, as well as desktop and start menu shortcuts on the Application Shortcuts page. All of that worked just fine.
Then I built the setup project and tried to install it.
Here is the error message I received: https://i.stack.imgur.com/DDph3.png
The title of the message box says: ##IDS_ERROR_7##
The body of the error box says: ##IDS_ERROR_1####IDS_ERROR_2803##
I've not been able to find any useful information about this error message online.
I thought I was keeping this simple, where did I go wrong?