--- Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: > Joshua Weage wrote: > > I have an InstallShield InstallScript package that refuses to > install > > using the system account, but it works fine as an admin user. Has > > anyone managed to use runas to successfully switch to the local > admin > > account? > > > > There seems to be a gui password dialog that doesn't work well with > > silent installs. > > You can save credentials I think. > > For this, you'd have to start cmd as SYSTEM (google how to do it), > than > runas + savecred. > > Should work, although I never tested that. > > Let us know if it works for you :) >
That method should work, but it would have to be run on every machine (manually) before it can be used by wpkg. This isn't acceptable for more than a few machines. It seems as though the only way to accomplish this is to use one of the third party runas type programs that produce an encrypted executable. I'm not sure how secure those are though. Josh ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
