xLeaves
07-08-2019, 12:42
Sometimes I want the applications generated by ThinBasic to be launched with administrator privileges, especially if my EXE needs to manipulate sensitive resources.
This requires me to add manifest.xml to the resource file and add the following code somewhere:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
Of course, ThinBasic can't intervene in the process of generating EXE.
So what should I do to achieve similar functionality? Or ask ErosOlmi to add this feature to ThinBasic_Bundle as a pre-processing switch
This requires me to add manifest.xml to the resource file and add the following code somewhere:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
Of course, ThinBasic can't intervene in the process of generating EXE.
So what should I do to achieve similar functionality? Or ask ErosOlmi to add this feature to ThinBasic_Bundle as a pre-processing switch