Runtime Error: Application cound not be verified
I am using the AppUp Encapsulator for a Web-based HTML/CSS/Javascript App and currently trying to make the app's installer for Windows (7).
The zip file includes only "icon.png" and "index.html" that uses an iframe for https://path/to/site/index2.html that is located on the server. I didn't include all the other files in other directories hosted on the server.
I was able to create the MSI file successfully, installed teh app, but when I tried to launch the app, I got the error message:
"Application cound not be verified"
I understand that the GUID is NOT needed to create the debug version of a Web app, but in the second attempt, I tried providing the GUID in another "Make" session. After generating and installing this second MSI file, I still got the same error.
Any idea what the problem is?
Thanks in advance.



