Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MSM and SecureCustomProperties


2 replies to this topic

Johannes John

Johannes John
  • Full Members
  • 223 posts

Posted 22 December 2006 - 18:01

Hello,

does someone has already merged the SecureCustomProperties property?
I'm manipulating the MSM file by ORCA, therefore:

Do I have to declare the property like:

SecureCustomProperties.{guid} {propertyname}.{guid}


If I declare the property only with:

SecureCustomProperties ...

the already declared property SecureCustomProperties in the MSI file will be overwritten by the SecureCustomProperties of the MSM file.


Thanks in advance!
Johannes

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 December 2006 - 11:49

I don't think this is possible. You would have to add your properties in the main setup.
I haven't tested this, but a type 51 custom action (set a property) in your merge module might be able to append to the SecureCustomProperties property.

simdoc

simdoc
  • Full Members
  • 4 posts

Posted 13 May 2008 - 16:21

Has anyone ever figured out how to handle this?

I've tried it with a type 51 CA with no luck. It appears to set the SecureCustomProperties with the correct properties but the server side still reports the appended properties as disallowed.