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

Re: I can

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 06 Sep 2012 21:03:00 +0200

On 05.09.2012 11:05, Jens Brand wrote:
> Hello,
>
> I found out, that the problem was the LaunchCondition of the installation-package. It is set to the property INSTALLDIR which is read from the registry.
> Normally this part is done in the "ui-side" of the installation process and the value is then passed to the "server-side".
> I run this installation from a group-policy in a managed manner and here the problem resides. Custom properties are not passed to the server side unless they are marked as "secure" (see http://msdn.microsoft.com/en-us/library/aa371571%28VS.85%29.aspx or http://stackoverflow.com/questions/2176790/msiexec-does-not-pass-parameters-to-custom-action).
> I 've modified the installation package with the "orca-tool" from MS and added the property-name INSTALLDIR to the value of SecureCustomProperties and now the installation works fine.
> In the WIX-installation-script the property must be defined with Secure="yes" to do this automatically.

Thanks for the analysis and how to fix this!
I've opened issue 409 for this:
http://code.google.com/p/tortoisesvn/issues/detail?id=409

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=3004060
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-06 21:06:17 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.