SSteefel
Posts: 3
Joined: 2015-04-16
|
wixproj (86): Unable to execute transformation. Execution of the 'document()' function was prohibited. Use the XsltSettings.EnableDocumentFunction property to enable it.
After researching this with WiXToolset.org - it was confirmed that changes to the XslTransform assembly from microsoft now contains a default property value of UseTrustedSettings='false' which causes XslTransform executing document() to fail.
The fix is to add this property UseTrustedSettings='true' into the XslTransform tag attributes *Manually*
Is there a way that we can get the add-in-express to automate this? |
|
Andrei Smolin
Add-in Express team
Posts: 18279
Joined: 2006-05-11
|
Hello,
We will look into this. What designer version did you use to create the WiX Project? What WiX version are you using?
Regards from Belarus (GMT+3),
Andrei Smolin
Add-in Express Team Leader |
|