Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

light.exe(0,0): error LGHT0001: This was not implemented in the move to WixToolset.Data.dll. Move this code back to wix.dll #4487

Closed
wixbot opened this issue Jul 30, 2014 · 4 comments

Comments

@wixbot
Copy link

wixbot commented Jul 30, 2014

Using Wix 4.0.1726, VS2010

Presently, this is a show stopped -- the bootrapper will not link.

I am getting the following error trying to compile a bootstrapper.

light.exe(0,0): error LGHT0001: This was not implemented in the move to WixToolset.Data.dll. Move this code back to wix.dll

This occurs with a new bootstrapper project that I created after my existing project, which worked under 4.0.701, failed to compile with the same error..

The bundle.wxs code is:

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Bundle Name="Bootstrapper" Version="1.0.0.0" Manufacturer="ISR" UpgradeCode="17aced97-1d4e-4cba-a4d9-c25f773ba568">
    <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />

<Chain>
    <!-- TODO: Define the list of chained packages. -->
    <!-- <MsiPackage SourceFile="path\to\your.msi" /> -->
          <MsiPackage 
            SourceFile='C:\My\SOLUTIONS\OHM.PROBER\OHM.PROBER\VS\WiX\OhmProber.WiX\bin\x86\Debug\Ohm.Prober.2014.Setup.msi'>
        </MsiPackage>
    </Chain>
</Bundle>
</Wix>

Originally opened by davidhary

@wixbot
Copy link
Author

wixbot commented Aug 3, 2014

You can currently workaround this by using SuppressSignatureVerification="yes" on all signed packages/payloads.

Originally posted by rseanhall

@wixbot
Copy link
Author

wixbot commented Aug 4, 2014

Workaround works:

<MsiPackage Id=,,,, SuppressSignatureVerification="yes" ...> ....

Thank you!

Originally posted by davidhary

@wixbot
Copy link
Author

wixbot commented Sep 25, 2014

Originally changed by firegiantco
AssignedTo set to firegiant

@wixbot wixbot added this to the v4.0 milestone Dec 20, 2015
@rseanhall rseanhall added this to Needs investigation in wix.4.0-preview.0 Nov 23, 2020
@robmen
Copy link
Member

robmen commented Jan 8, 2021

The attribute is now EnableSignatureVerification and the feature of validating payloads via signature will go away in v4 completely.

@robmen robmen closed this as completed Jan 8, 2021
wix.4.0-preview.0 automation moved this from Needs investigation to Done Jan 8, 2021
@rseanhall rseanhall moved this from Done to Obsolete in wix.4.0-preview.0 Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
wix.4.0-preview.0
  
Obsolete
Development

No branches or pull requests

4 participants