I'm trying to automate a build process and detect whether light has
returned successfully. light.exe is returning exit code 259, however 259
isn't defined in messages.xml. Searching through the source I found this
in Msi\View.cs:

            int error = MsiInterop.MsiViewFetch(this.Handle, out
recordHandle);
            if (259 == error)

...which seems to indicate that it might be a success code for that MSI
database call, but I'm not sure. :)

Anyone know what that exit code means? The .msi is still being created.
Is it a success code?

...Lorne Laliberte

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to