Ok thanks, after the upgradable wpkg GUI installer is released, I will
give the scripted way a try and see what happens.
I'm thinking in packages.xml something like:
<package
id="wpkg-gui-upgrade"
name="WPKG GUI Installer upgrade from old WPKG method"
revision="1"
reboot="false"
priority="20"
execute="once">
<install cmd='%systemroot%\system32\cmd -c "instsrv "Windows
Packager" remove"' />
<install cmd='%systemroot%\system32\msiexec.exe /i
"\\server\wpkg\pkg\WPKGSetup.msi ...."' />
</package>
but I'm kind of thinking that instsrv will remove Windows Packager and
not have it execute the install of WPKGSetup as the next step. But I
shall wait and see. Thanks.
Tomasz Chmielewski wrote:
> 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?
>
>
-------------------------------------------------------------------------
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