Veeendra Gadde schrieb: > > > > > Hello Tomasz, > > > > As our project concerned with software > installation with in our VPN (i.e., non -domain users). Here the users > will submit the "online request webform" regarding the choice of > software. After submission of form, we are trying to install the > requested software on to user system. > > Thanks alot for your suggestions > regarding my queries. > > I am running the scripts using batch file which contains the " net use > \\server\share /user:domain/userpassword" to get the map the share on > the server and " CScript \\server\path\to\wpkg\wpkg.js /synchronize" > command to invoke the wpkg engine after the user submits the "online > request webform". > > 1) I got one more query , that can you tell me how can i run batch > scripts as SYSTEM or Administrator as you suggested in previous mail? > These batch scripts will be run on user system after users submits the > "online request webform". Please give me some idea over this matter.... Try reading some WPKG documentation, really. Task Scheduler and WPKG Installer come to my mind; if you have AD, that's another possibility. -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |