Daniel Dehennin a écrit :
I'm using bat script to avoid pain-to-read XML packages, my problem
seems to come from my preinstallation with the removal of all the
previous versions:

msiexec /qn /norestart /x {7148F0A8-6813-11D6-A77B-00B0D0142000}
[...]
msiexec /qn /norestart /x {26A24AE4-039D-4CA4-87B4-2F83216019FF}

Any idea why it hangs?

Regards.

Hi,

Try this :

msiexec /qn /norestart /x {7148F0A8-6813-11D6-A77B-00B0D0142000} > NUL 2>&1
[...]
msiexec /qn /norestart /x {26A24AE4-039D-4CA4-87B4-2F83216019FF} > NUL 2>&1

Add  " > NUL 2>&1" after msiexec uninstall commands.
It worked for me.

David.
-------------------------------------------------------------------------
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