paulmac172 Posted April 24, 2008 Report Share Posted April 24, 2008 HiI want to deploy a VB application remotely, this is the scenario :The VB application has an ini file that it uses for configuration. I want to ensure that the program and more importantly the ini file are secure from tampering.An idea is to put them on a remote PC in a folder that has restricted user access rights, then write another VB stub program that shells the application but as a different user with sufficient access rights to run it. All users would be able to run the stub program.Does anyone know how to change the user programatically?Many thanksPaul Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted April 25, 2008 Report Share Posted April 25, 2008 Welcome to the Windows Forum.Sounds like a very complicated approach to me. Why not put the configuration data into the registry, with a read-only key for the user? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.