you need to add also the xml folder (even if almost empy)
On Jan 16, 2008 11:55 AM, <[hidden email]> wrote: > Revision: 14116 > http://quantlib.svn.sourceforge.net/quantlib/?rev=14116&view=rev > Author: ericehlers > Date: 2008-01-16 02:55:44 -0800 (Wed, 16 Jan 2008) > > Log Message: > ----------- > Include data files in Framework installation > > Modified Paths: > -------------- > branches/R000900-branch/QuantLibXL/QuantLibXL-bin.nsi > branches/R000900-branch/QuantLibXL/QuantLibXL-src.nsi > > Modified: branches/R000900-branch/QuantLibXL/QuantLibXL-bin.nsi > =================================================================== > --- branches/R000900-branch/QuantLibXL/QuantLibXL-bin.nsi 2008-01-16 10:54:49 UTC (rev 14115) > +++ branches/R000900-branch/QuantLibXL/QuantLibXL-bin.nsi 2008-01-16 10:55:44 UTC (rev 14116) > @@ -112,6 +112,9 @@ > SetOutPath "$INSTDIR\Workbooks" > File /r "Workbooks\*.xls" > > + SetOutPath "$INSTDIR\Data\XLS" > + File /r "Data\XLS\*.xls" > + > SetOutPath "$INSTDIR\metadata" > File /r "..\QuantLibAddin\gensrc\metadata\*.xml" > > > Modified: branches/R000900-branch/QuantLibXL/QuantLibXL-src.nsi > =================================================================== > --- branches/R000900-branch/QuantLibXL/QuantLibXL-src.nsi 2008-01-16 10:54:49 UTC (rev 14115) > +++ branches/R000900-branch/QuantLibXL/QuantLibXL-src.nsi 2008-01-16 10:55:44 UTC (rev 14116) > @@ -133,6 +133,9 @@ > SetOutPath "$INSTDIR\Workbooks" > File /r "Workbooks\*.xls" > > + SetOutPath "$INSTDIR\Data\XLS" > + File /r "Data\XLS\*.xls" > + > # ObjectBuilder crashes if it can't find the icon > SetOutPath "$INSTDIR\Docs\images" > File "Docs\images\favicon.bmp" > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > QuantLib-cvs mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-cvs > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |