After upgrading from 3.5 to 3.6, when building a merge module I get the 
following error:
error LGHT0136: There was an error importing table 'Property' from file 
'C:\........\Local\Temp\lpikpxrr\Property.idt'

The file looks like this:
Property        Value
s72     l0
Property        Property
ALLUSERS        1
DELETEORPHANEDFILES     1
CONNECTORWINDOWSSERVICENAME.879D8938_14F7_4C42_910E_C588197F88F1        
Formicary Chat Connector Service
CONNECTORWINDOWSSERVICEDISPLAYNAME.879D8938_14F7_4C42_910E_C588197F88F1 
Formicary Connector Service
CONNECTORWINDOWSSERVICEDESCRIPTION.879D8938_14F7_4C42_910E_C588197F88F1 
Formicary Connector Service
EVENTLOGNAME.879D8938_14F7_4C42_910E_C588197F88F1       Application
CONNECTOREVENTLOGSOURCE.879D8938_14F7_4C42_910E_C588197F88F1    Connector Server
SecureCustomProperties  WINDOWSPASSWORD
MsiHiddenProperties

I also noticed that by removing the Secure attribute from the Properties that 
had it set, made the merge module build.
So instead of this:
<Property Id ="SERVICEACCOUNTFULLNAME" SuppressModularization="yes" 
Secure="yes"/>
<Property Id ="WINDOWSUSERNAME" SuppressModularization="yes" Secure="yes"/>
<Property Id ="WINDOWSDOMAIN" SuppressModularization="yes" Secure="yes"/>
<Property Id ="WINDOWSPASSWORD" SuppressModularization="yes" Secure="yes" 
Secure="yes"/>
<Property Id="DELETEORPHANEDFILES" SuppressModularization="yes" Value="1" 
Secure="yes"/>

Having this:
<Property Id ="SERVICEACCOUNTFULLNAME" SuppressModularization="yes"/>
<Property Id ="WINDOWSUSERNAME" SuppressModularization="yes"/>
<Property Id ="WINDOWSDOMAIN" SuppressModularization="yes"/>
<Property Id ="WINDOWSPASSWORD" SuppressModularization="yes"/>
<Property Id="DELETEORPHANEDFILES" SuppressModularization="yes" Value="1"/>

Is there a reason why this worked in 3.5 and not in 3.6?

Thanks,
Stel
________________________________

This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. Formicary cannot guarantee that this message is secure 
or free of errors or viruses.

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to