Quiero que una aplicación portable que hice con ThinApp cree sus carpetas y archivos de configuración en el mismo directorio donde la tengo, esto para borrarlos cuando yo quiera
You can use the SandboxPath parameter to set a portable device location for the sandbox. You can use any portable device, such as a USB drive, that appears as a disk drive in the My Computer system folder. A portable device location is useful to keep the sandbox data on the device where the application resides.
For more information about the SandboxPath parameter, see “SandboxPath” parameter in ThinApp Package.ini Parameter Reference Guide..
1
Open the Package.ini file.
2
Under the SandboxName parameter, set the SandboxPath parameter to this value.
For example, if Mozilla Firefox 3.0 is the value of the SandboxName parameter, the captured Firefox application creates the Mozilla Firefox 3.0 sandbox in the same directory that Firefox runs from.



Ejemplo le puse así a OpenShot


;-------- General Purpose Parameters  ----------
SandboxName=OpenShot Video Editor 2.4.2
SandboxPath=.
InventoryName=OpenShot Video Editor 2.4.2
;PermittedGroups=Administrators;Remote Desktop Users
;RemoveSandboxOnExit=1
;SandboxNetworkDrives=1
;SandboxRemovableDisk=1
;VirtualizeExternalOutOfProcessCOM=0