If registry key exist (natively) then run the ThinApp. If not then display message box. This way only specific machines will run the application if the key is in let's say
(HKEY_LOCAL_MACHINE\SOFTWARE\ThinApp)
Data Type: REG_SZ (String Value) // Value Name: Enable
Setting for Value Data: "N = Disabled / Y = Enabled"
So as long as it is set to "Y" within the registry then the app will continue running. (Only if this key is on the machine before the ThinApp ran)
I'm assuming this would be placed under the "Function OnFirstSandboxOwner" so it would launch right away. Also would I need to change any type of isolation modes in any of the registry files before packaging the file?
Any help is appreciated.