[ObjectHandler-cvs] ObjectHandler ObjectHandler.nsi,1.4,1.4.2.1
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-08-08 19:25:23
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24746 Modified Files: Tag: R000104f0-branch ObjectHandler.nsi Log Message: preparing for release Index: ObjectHandler.nsi =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ObjectHandler.nsi,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** ObjectHandler.nsi 24 May 2006 14:22:07 -0000 1.4 --- ObjectHandler.nsi 8 Aug 2006 19:25:21 -0000 1.4.2.1 *************** *** 11,15 **** Caption "ObjectHandler - Setup" #do not change the name below ! OutFile "..\ObjectHandler-${VER_NUMBER}-${NOW}.exe" InstType "Full (w/ WinHelp Documentation)" --- 11,17 ---- Caption "ObjectHandler - Setup" #do not change the name below ! # suppress timestamp from filename for public release ! #OutFile "..\ObjectHandler-${VER_NUMBER}-${NOW}.exe" ! OutFile "..\ObjectHandler-${VER_NUMBER}.exe" InstType "Full (w/ WinHelp Documentation)" *************** *** 33,38 **** # INSTALLATION EXECUTION COMMANDS - - Section "-ObjectHandler" SectionIn 1 2 --- 35,38 ---- *************** *** 62,65 **** --- 62,83 ---- File "Examples\xl\*.xls" + SetOutPath "$INSTDIR\Docs" + File "Docs\ObjectHandler-docs-${VER_NUMBER}.chm" + File "Docs\objecthandler.doxy" + File "Docs\oh_footer.html" + File "Docs\oh_header.html" + File "Docs\oh_headeronline.html" + File "Docs\Makefile.vc" + File "Docs\style.css" + + SetOutPath "$INSTDIR\Docs\images" + File "Docs\images\*.ico" + File "Docs\images\*.jpg" + File "Docs\images\*.png" + File "Docs\images\*.gif" + + SetOutPath "$INSTDIR\Docs\pages" + File "Docs\pages\*.docs" + WriteRegStr HKEY_LOCAL_MACHINE \ "Software\Microsoft\Windows\CurrentVersion\Uninstall\ObjectHandler-${VER_NUMBER}" \ |