Archive: problems with environment variables


problems with environment variables
hello I did a test with MessageBox MB_OK "$%APPDATA%" and it reads the environment variable. but the problem is that it hardcodes it after compilation which means each time you run the installer it has the same value (appdata) - the value which is on the client which compiled the exe. how can I make it that it will dynamicly read that value?

thanks

hans


$APPDATA
:)


thanks :)