I stripped everything out of my 'product' project except what was necessary
to do only the first test in the Simple sample.

  <Fragment>
    <CustomAction Id="TestCustomActionSimple" Property="SIMPLE"
Value="[INSTALLFOLDER]" />
    <InstallExecuteSequence>
      <Custom Action="TestCustomActionSimple" After="InstallFiles" />
    </InstallExecuteSequence>
  </Fragment>

  <Fragment>
    
    <lux:UnitTest CustomAction="TestCustomActionSimple" Property="SIMPLE"
Value="[INSTALLFOLDER]" Operator="equal" />
  </Fragment>

Since building in VS2013 with the Target "Test" fired after the Target
"Build" results in the invalid SQL error in Nit, I created a cmd batch file
to mimic the command line instructions in the chm.  Lux and Candle succeed,
but Light fails with LGHT0182 cannot find definition for table "User".    

I tried to add in the WixUserExtension to both the product project and the
test command lines, and also the name space to each wxs file, but that did
not resolve the problem.  Then I removed it from every location (as my
original product file had code to register with the restart manager, not
really needed for this test.)  Removing all smell of WixUtilExtension from
the project did not resolve the problem and I am stuck on this issue.   I
tried to use the -notidy, but the temp folder is empty, so did not learn any
thing from that.  Also tried -v and -pedantic.  Thanks for any pointers. 
Phill





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-Lux-and-Nit-tp7597183p7597196.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to