The Thinapp that I am trying to create is from an application which, when it is being installed prior to the postscan asks during the installation "Please choose the directory for installation". I leave the default location and continue with the installation. It installs fine, works fine. I do the postscan, and later in the process, it pushes out fine using a group policy, When my test user tries to run the thinapp, however, the following error appears:
RelaunchUsingCreateProcess::CreateProcess failed "C:\Program Files\Delmar\Milady Standard\Milady.exe". I am guessing that it is failing because it cannot write to the physical C:\, and during the installation, I am not able to point it to install to %drive_c%, as it does not recognize that. It is an application from 2004, so maybe it is just too old. It does install and operate successfully on a windows 7 VM however. I have looked up the RelaunchUsingCreateProcess error, but have not found any of the info to be of any help to me. Thank you for any assistance anyone may be able to offer.