Adam Williams schrieb: > Tomasz, with the wpkg GUI installer, will there be a way to uninstall > the old install method of wpkg (with the \\server\wpkg\wpkg-install.bat) > by running a script instsrv "Windows Packager" remove, and then > upgrading to wpkg GUI installer, and it seeing the already existing > wpkg.xml file so it will know to not already install existing programs?
Hmm, I don't think so. If you're installing in a scripted way, just add: instsrv "Windows Packager" remove msiexec ... WPKGSetup.msi ... If manually, just execute: instsrv "Windows Packager" remove You could also add it as a "once" job for WPKG? -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
