Local Settings Environment Variable??
My question is this, i am making an app portable that leaves its appdata in the
C:\Documents and Settings\****\local settings\application data folder, now when i try to get this to save in my data folder it always puts it in the C:\ instead of where i want it to go. What would i change in this part of my script:
!if "${REDIRECTUSERPROFILE}" = "TRUE" IfFileExists "$DATADIR\UserProfile\*.*" +2 CreateDirectory "$DATADIR\UserProfile" ; create directory for portable user profile
- Read more about Local Settings Environment Variable??
- 5 comments
- Log in or register to post comments