VB6 program needs to run and install without admin rights.

We have an in house application developed using VB6. Everyone who
needs to use the program are not allowed to be local admins on their
PCs. I was wondering if there was a way to code the application to
not require admin rights (for modifying/creating excel and text files
as well as modifying the registry)?

And I was wondering if there was a way around needing admin rights for
creating a setup package for the program?

Thanks,

Will
[481 byte] By [chfyin] at [2007-11-20 10:32:58]
# 1 Re: VB6 program needs to run and install without admin rights.
One option would be the RUNAS command. Your app could shell Excel, and supply credentials. Not the pretitest, but shoud work.
dglienna at 2007-11-9 19:34:46 >