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 :) -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- 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
