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 _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |