Monday, November 26, 2007

%HOME%%HOMEPATH%

Have you ever needed to use RUNAS for testing security on your applications?
 
If so, and you have gotten a second account for testing and get weird errors such as not finding the application be sure to change the Start In to point to the actual executables location rather than the %HOME%%HOMEPATH%

No comments:

How to Package and Deploy Python Apps

How to Package and Deploy Python Apps Introduction to Packaging and Deployment of Python Applications Packaging and deploying Python ...