[wix-users] Anyone know how to set a property from a powerscript customaction ?

Phill Hogland phill.hogland at rimage.com
Fri Apr 29 06:11:04 PDT 2016


I don't know if (or why it would be) in Power Script.  As also indicated later in that thread, it appears to be a DTF C# example.  If using Visual Studio and if WiX toolset is installed create a new Windows Installer XML C# Custom Action project and then drop that code over the sample code that Votive created for you.  The source with samples and documentation for DTF are in the WiX Toolset source download.

________________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Gary M <garym at oedata.com>
Sent: Thursday, April 28, 2016 6:44:10 PM
To: WiX Toolset Users Mailing List
Subject: [wix-users] Anyone know how to set a property from a powerscript       customaction ?

I was using vbscript for customaction, but I just realized jscript and
vbscript are not allowed on these systems.

I was using this as a guidance:
http://stackoverflow.com/questions/1373600/how-do-i-populate-a-combobox-at-install-time-in-wix

I'm assuming Session.Database.OpenView() is available in powerscript, but I
can't find a reference to it..  Just calling Session.Database.OpenView(...)
 fails.

Any suggestions ?

-g

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list