Environment Variables
Newbie here,
I'm finalizing my U3 version, and figured I'd do PortableApps too. I'm not yet writing my script, but wanted to build the hooks into the main app first. With U3, I'm able to use Environment Strings to find path info, such as:
IShouldStoreMyDataHere := GetEnvironmentVariable('U3_APP_DATA_PATH');
Can I do this with NSIS? Or do I need it in conjunction with something else? Let me know if there is a sample app that does this. I looked through several, but maybe I didn't know what to look for.
- Read more about Environment Variables
- 4 comments
- Log in or register to post comments
