Usage of the section [SinglePortableAppInstance]
The default value of the section [SinglePortableAppInstance] is false, i.e. it's possible to run multiple instances of the portable app simultaneously. For the following considerations we will call the portable app suitable "multiple_instances". Furthermore we assume, that this app stores its settings in the registry key HKCU\Software\Publisher\multiple_instances. Accordingly the following code is necessary for making this app portable:
[Activate] Registry=true [RegistryKeys] multiple_instances=HKCU\Software\Publisher\multiple_instances
- Read more about Usage of the section [SinglePortableAppInstance]
- 7 comments
- Log in or register to post comments