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