]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 28 Jun 2011 16:23:50 +0000 (16:23 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 28 Jun 2011 16:23:50 +0000 (16:23 +0000)
fluidbook/compile/_nsis/Essilor/essilor.ico [new file with mode: 0644]
fluidbook/compile/_nsis/Essilor/script.nsi [new file with mode: 0644]
fluidbook/compile/_zinc/Essilor.zinc [new file with mode: 0644]
fluidbook/compile/_zinc/essilor.ico [new file with mode: 0644]

diff --git a/fluidbook/compile/_nsis/Essilor/essilor.ico b/fluidbook/compile/_nsis/Essilor/essilor.ico
new file mode 100644 (file)
index 0000000..a6b1d65
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 (file)
index 0000000..e8c7894
--- /dev/null
@@ -0,0 +1,51 @@
+; Fluidbook\r
+\r
+;--------------------------------\r
+\r
+; The name of the installer\r
+Name "Le Guide des outils marketing"\r
+\r
+; The file to write\r
+OutFile "Installation-Guide-Outils-Marketing.exe"\r
+\r
+; The default installation directory\r
+InstallDir "$DESKTOP\Le Guide des outils marketing"\r
+\r
+; Request application privileges for Windows Vista\r
+RequestExecutionLevel user\r
+\r
+; Style\r
+XPStyle on\r
+\r
+Icon "essilor.ico"\r
+\r
+; not released\r
+;TargetMinimalOS 5.0\r
+\r
+; Langues\r
+LoadLanguageFile "C:/Program Files/NSIS/Contrib/Language files/French.nlf"\r
+\r
+; Pages\r
+\r
+Page directory\r
+Page instfiles\r
+\r
+; Compression\r
+SetCompress off\r
+\r
+;--------------------------------\r
+\r
+; The stuff to install\r
+Section "" ;No components page, name is not important\r
+\r
+  ; Set output path to the installation directory.\r
+  SetOutPath $INSTDIR\r
+  \r
+  ; Put file there\r
+  File /r ".\datas\*"\r
+  \r
+  ExecShell "" "$INSTDIR\Le Guide des outils marketing.exe"\r
+  \r
+SectionEnd ; end the section\r
+\r
+\r
diff --git a/fluidbook/compile/_zinc/Essilor.zinc b/fluidbook/compile/_zinc/Essilor.zinc
new file mode 100644 (file)
index 0000000..6e12ea6
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 (file)
index 0000000..a6b1d65
Binary files /dev/null and b/fluidbook/compile/_zinc/essilor.ico differ