Revision: 49
http://roreditor.svn.sourceforge.net/roreditor/?rev=49&view=rev
Author: rorthomas
Date: 2007-06-27 23:30:14 -0700 (Wed, 27 Jun 2007)
Log Message:
-----------
updated setup
Modified Paths:
--------------
trunk/setup.nsi
Modified: trunk/setup.nsi
===================================================================
--- trunk/setup.nsi 2007-06-28 06:25:28 UTC (rev 48)
+++ trunk/setup.nsi 2007-06-28 06:30:14 UTC (rev 49)
@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "RoRToolkit"
-!define PRODUCT_VERSION "0.0.4"
+!define PRODUCT_VERSION "0.0.5"
!define PRODUCT_PUBLISHER "Thomas Fischer"
!define PRODUCT_WEB_SITE "http://wiki.rigsofrods.com/index.php?title=RoRToolkit"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -185,27 +185,7 @@
Section "Full Installation" SEC04
SetOutPath "$INSTDIR"
SetOverwrite try
- File "ogre.cfg"
- File "Plugin_BSPSceneManager.dll"
- File "Plugin_CgProgramManager.dll"
- File "Plugin_OctreeSceneManager.dll"
- File "Plugin_ParticleFX.dll"
- File "plugins.cfg"
- File "readme.txt"
- File "RenderSystem_Direct3D9.dll"
- File "RenderSystem_GL.dll"
- File "ror.ico"
- File "terraineditor.bat"
- File "terraineditor.py"
- File "rortoolkit.bat"
- File "rortoolkit.py"
- File "truckeditor.bat"
- File "truckeditor.py"
-
- SetOverwrite try
- File "/r" "lib"
- File "/r" "media"
- File "/r" "tools"
+ File "/r" "*"
SectionEnd
Section -AdditionalIcons
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|