Discussion:
Windows 7 – update TortoiseSVN kill explorer
Erwan
2014-09-01 07:39:50 UTC
Permalink
Hi.

On windows 7, I am trying to update tortoiseSvn in quiet mode. To do it, I use SCCM (System Center Configuration Manager) which have admin access.
My problem is during the uninstall, the MSI kill the explorer and with SCCM, the explorer is not launch at the end.
Do you have any idea how to solve my problem, for example can I remove something in the MSI,..?

Same problem with TortoiseSVN (1.7.*, 1.8.*).
For your information, I cannot launch the explorer in my script because the explorer will be launch with the admin account.

Thanks for any feedback on this issue

Fred

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087707

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-09-01 18:01:47 UTC
Permalink
Post by Erwan
Hi.
On windows 7, I am trying to update tortoiseSvn in quiet mode. To do
it, I use SCCM (System Center Configuration Manager) which have admin
access. My problem is during the uninstall, the MSI kill the explorer
and with SCCM, the explorer is not launch at the end. Do you have any
idea how to solve my problem, for example can I remove something in
the MSI,..?
The explorer is not killed but properly shut down. msi never kills a
process.
If configured properly, msi would actually restart the explorer process
automatically after the installation/upgrade finished.
Post by Erwan
Same problem with TortoiseSVN (1.7.*, 1.8.*). For your information, I
cannot launch the explorer in my script because the explorer will be
launch with the admin account.
Set the property MSIRESTARTMANAGERCONTROL to "DisableShutdown"
http://msdn.microsoft.com/en-us/library/aa370377%28VS.85%29.aspx

http://support.microsoft.com/kb/230781

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087746

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Jens Geyer
2014-09-02 08:20:09 UTC
Permalink
I have seen the same effect infrequently.

 
-----Ursprüngliche Nachricht-----
Von: Stefan Küng [mailto:***@gmail.com]
Gesendet: Montag, 1. September 2014 20:02
An: ***@tortoisesvn.tigris.org
Betreff: Re: Windows 7 – update TortoiseSVN kill explorer
Post by Erwan
Hi.
On windows 7, I am trying to update tortoiseSvn in quiet mode. To do
it, I use SCCM (System Center Configuration Manager) which have admin
access. My problem is during the uninstall, the MSI kill the explorer
and with SCCM, the explorer is not launch at the end. Do you have any
idea how to solve my problem, for example can I remove something in
the MSI,..?
The explorer is not killed but properly shut down. msi never kills a
process.
If configured properly, msi would actually restart the explorer process
automatically after the installation/upgrade finished.
Post by Erwan
Same problem with TortoiseSVN (1.7.*, 1.8.*). For your information, I
cannot launch the explorer in my script because the explorer will be
launch with the admin account.
Set the property MSIRESTARTMANAGERCONTROL to "DisableShutdown"
http://msdn.microsoft.com/en-us/library/aa370377%28VS.85%29.aspx

http://support.microsoft.com/kb/230781

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087746

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087773

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Erwan
2014-09-02 13:51:26 UTC
Permalink
Hi

Setting MSIRESTARTMANAGERCONTROL to Disable solve my problem.

Thank you

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087789

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...