From: vincent@cubedesigners.com Date: Tue, 28 Jun 2011 16:23:50 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8199e46bc2519302b66800d5b840a65b8c9ca532;p=cubeextranet.git --- diff --git a/fluidbook/compile/_nsis/Essilor/essilor.ico b/fluidbook/compile/_nsis/Essilor/essilor.ico new file mode 100644 index 000000000..a6b1d6579 Binary files /dev/null and b/fluidbook/compile/_nsis/Essilor/essilor.ico differ diff --git a/fluidbook/compile/_nsis/Essilor/script.nsi b/fluidbook/compile/_nsis/Essilor/script.nsi new file mode 100644 index 000000000..e8c7894ec --- /dev/null +++ b/fluidbook/compile/_nsis/Essilor/script.nsi @@ -0,0 +1,51 @@ +; Fluidbook + +;-------------------------------- + +; The name of the installer +Name "Le Guide des outils marketing" + +; The file to write +OutFile "Installation-Guide-Outils-Marketing.exe" + +; The default installation directory +InstallDir "$DESKTOP\Le Guide des outils marketing" + +; Request application privileges for Windows Vista +RequestExecutionLevel user + +; Style +XPStyle on + +Icon "essilor.ico" + +; not released +;TargetMinimalOS 5.0 + +; Langues +LoadLanguageFile "C:/Program Files/NSIS/Contrib/Language files/French.nlf" + +; Pages + +Page directory +Page instfiles + +; Compression +SetCompress off + +;-------------------------------- + +; The stuff to install +Section "" ;No components page, name is not important + + ; Set output path to the installation directory. + SetOutPath $INSTDIR + + ; Put file there + File /r ".\datas\*" + + ExecShell "" "$INSTDIR\Le Guide des outils marketing.exe" + +SectionEnd ; end the section + + diff --git a/fluidbook/compile/_zinc/Essilor.zinc b/fluidbook/compile/_zinc/Essilor.zinc new file mode 100644 index 000000000..6e12ea668 Binary files /dev/null and b/fluidbook/compile/_zinc/Essilor.zinc differ diff --git a/fluidbook/compile/_zinc/essilor.ico b/fluidbook/compile/_zinc/essilor.ico new file mode 100644 index 000000000..a6b1d6579 Binary files /dev/null and b/fluidbook/compile/_zinc/essilor.ico differ