hi, everyone.
I'm trying ThinApp 4, and I found this strange behaviour of thinstalled .net package.
Senario A:
1. Build a .net framework 3.0 package, make a cmd.exe entry point from the package.
2. Run a .net application from the command line interface of the .net package, which brings the appliction into .net evnvironment. It should work, but it prompts an error.
Senario B as comparative:
1. Build a .net application package, link it to the pre built .net framework package.
2. Run this .net application package, it works.
How come? These two approaches are both supported by thinapp according to thinapp's demos. Why the first approach doesn't work?
Note: The application that I'm using for test here is The Regulator, which is a free tool running on .net framework. It can be run directly without installation.
You can get it from http://sourceforge.net/projects/regulator/.
Thanks.