>
> hi all,
>
> i am going to switch to last stable wpkg to handle winxp / winxp x64
> environement: i don't want to use wrapper.js since it runs wpkg thru
> cmd.exe and this leaves cmd.exe window exposed to users. so users can
> feel free to close cmd.exe window...
>
> in a test environement i solved this by invoking explicitly proper
> cscript.exe (32/64 bits) straight from wpkg-start.bat, as in the
> following line:
>
> %WINDIR%\System32\cscript.exe %WPKGROOT%\wpkg.js /synchronize /quiet
> /nonotify
>
> so far all the tries i performed succeed...
>
> is it enough ?
> any hint would be appreciated.
>
> thanks
>
> riccardo
>

There is no need to specify which cscript.exe to use.
On x86 the 32-bit version and on AMD64 the 64-bit version will be used.

---
Stefan
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to