Hi,
  As per previous advice, I'm moving away from Votive and trying out the
command line. I'm getting a crash in Wix 3.0 when I tell light to load
an extension:

AddLocalReleaseWizardReg.wxs
D0VSAddInReg.wxs
light.exe : error LGHT0001 : The system cannot find the file specified.
(Excepti
on from HRESULT: 0x80070002)

Exception Type: System.IO.FileNotFoundException

Stack Trace:
   at System.Reflection.Assembly.nLoadFile(String path, Evidence
evidence)
   at System.Reflection.Assembly.LoadFile(String path)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output,
String data
baseFile)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)

  If I remove the -ext WixUtilExtension (and the code that uses it in
the wxs files) then everything seems to build just fine. The wix 3.0
binary directory is in the PATH env variable, but I've done nothing
special to install it. On the other hand, I have run the Votive
installer on this machine (if that makes a difference).

  Here are the commands I use to do the build:

candle -nologo -ext WixUtilExtension Product.wxs -out bin\Debug\
candle -nologo -ext WixUtilExtension AddD0BinaryWizardReg.wxs -out
bin\Debug\
candle -nologo -ext WixUtilExtension AddD0CvsWizardReg.wxs -out
bin\Debug\
candle -nologo -ext WixUtilExtension AddD0ObjectWizardReg.wxs -out
bin\Debug\
candle -nologo -ext WixUtilExtension AddLocalReleaseWizardReg.wxs -out
bin\Debug\
candle -nologo -ext WixUtilExtension D0VSAddInReg.wxs -out bin\Debug\

light -nologo -ext WixUtilExtension -out bin\Debug\D0VSIntegration.msi
bin\Debug\Product.wixobj bin\Debug\AddD0BinaryWizardReg.wixobj
bin\Debug\AddD0CvsWizardReg.wixobj bin\Debug\AddD0ObjectWizardReg.wixobj
bin\Debug\AddLocalReleaseWizardReg.wixobj bin\Debug\D0VSAddInReg.wixobj

  Any help would be much appreciated!

      Cheers,
            Gordon.



-------------------------------------------------------------------------
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