[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: Jens Brand <jens.brand_at_wolf-software.de>
Date: Wed, 5 Sep 2012 02:05:49 -0700 (PDT)

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.

Regards Jens

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-05 11:05:54 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.