[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Change Silent Installation Behavior to Require Restart / Don

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 16 Jul 2015 19:05:46 +0200

On 16.07.2015 03:49, Gavin Lambert wrote:
> On 14/07/2015 11:53, eric wrote:> I have tried the following:
>>
>> msiexec /qn /i TortoiseSVN-1.8.11.26392-x64-svn-1.8.13.msi
>> MSIRESTARTMANAGERCONTROL=Disable REBOOT=ReallySuppress
>
> Have you tried putting the "/i filename" part at the end of the
> command line?
>
> The only other thing that I can think of is that the property
> requires MSI v4.0 at minimum -- do you know what version you have
> installed and/or what version the TSVN installer was built with? (A
> look at the file suggests it was built with WiX 3.8, but I'm not sure
> how that corresponds with MSI versions.) However AFAIK if it runs in
> MSI < 4.0 then it won't use the restart manager anyway, so this might
> not be relevant.

Try setting WixUIRMOption=DontUseRM on the command line. The default in
WiX installers is to set WixUIRMOption to "UseRM", and I'm guessing
that's what is used when the dialog is not shown.
However: that property only affects the RmShutdownAndRestart event
(https://msdn.microsoft.com/en-us/library/aa371365%28v=vs.85%29.aspx),
and that should not matter at all if the MSIRESTARTMANAGERCONTROL
property is set to "Disable".

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3127421
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-07-16 19:05:49 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.