commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5659 - trunk/gnue-common/packaging/win32


From: btami
Subject: r5659 - trunk/gnue-common/packaging/win32
Date: Tue, 6 Apr 2004 16:43:57 -0500 (CDT)

Author: btami
Date: 2004-04-06 16:43:56 -0500 (Tue, 06 Apr 2004)
New Revision: 5659

Modified:
   trunk/gnue-common/packaging/win32/gnue-tools.iss
   trunk/gnue-common/packaging/win32/setup.cmd
Log:
updated win32 installer files

Modified: trunk/gnue-common/packaging/win32/gnue-tools.iss
===================================================================
--- trunk/gnue-common/packaging/win32/gnue-tools.iss    2004-04-06 21:12:03 UTC 
(rev 5658)
+++ trunk/gnue-common/packaging/win32/gnue-tools.iss    2004-04-06 21:43:56 UTC 
(rev 5659)
@@ -3,7 +3,7 @@
 
 [Setup]
 AppName=GNUe-Tools
-AppVerName=GNUe-Tools 0.5.3.99 svn-5624
+AppVerName=GNUe-Tools 0.5.3.99 svn-5657
 AppPublisher=GNU Enterprise
 AppPublisherURL=http://www.gnuenterprise.org
 AppSupportURL=http://www.gnuenterprise.org
@@ -11,7 +11,7 @@
 DefaultDirName={pf}\GNUe\
 DefaultGroupName=GNUe
 AllowNoIcons=yes
-AlwaysCreateUninstallIcon=yes
+;AlwaysCreateUninstallIcon=yes
 LicenseFile=c:\gnue\LICENSE.txt
 ChangesAssociations=yes
 ; uncomment the following line if you want your installation to run on NT 3.51 
too.
@@ -60,10 +60,10 @@
 Name: "{group}\Documentation\Designer Users Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-designer\Users-Guide.pdf"; Components: doc
 Name: "{group}\Documentation\Reports Concepts Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-reports\Concepts-Guide.pdf"; Components: doc
 Name: "{group}\GNUe Designer"; Filename: "{app}\bin\gnue-designer.exe"
-Name: "{group}\GNUe Forms Client"; Filename: "{app}\forms\Intro\intro.gfd"
+Name: "{group}\GNUe Forms Client"; Filename: 
"{app}\share\doc\gnue-forms\examples\intro\intro.gfd"
 Name: "{group}\GNUe Connections"; Filename: 
"{app}\share\doc\gnue-forms\examples\connections\connection.gfd"
 Name: "{group}\GNUe on the Web"; Filename: "{app}\gnue.url"
-Name: "{userdesktop}\GNUe Forms Client"; Filename: 
"{app}\share\doc\gnue-forms\examples\Intro\intro.gfd"; WorkingDir: "{app}"; 
MinVersion: 4,4; Tasks: desktopicon
+Name: "{userdesktop}\GNUe Forms Client"; Filename: 
"{app}\share\doc\gnue-forms\examples\intro\intro.gfd"; WorkingDir: "{app}"; 
MinVersion: 4,4; Tasks: desktopicon
 Name: "{userdesktop}\GNUe Designer"; Filename: "{app}\bin\gnue-designer.exe"; 
WorkingDir: "{app}"; MinVersion: 4,4; Tasks: desktopicon
 
 [UninstallDelete]

Modified: trunk/gnue-common/packaging/win32/setup.cmd
===================================================================
--- trunk/gnue-common/packaging/win32/setup.cmd 2004-04-06 21:12:03 UTC (rev 
5658)
+++ trunk/gnue-common/packaging/win32/setup.cmd 2004-04-06 21:43:56 UTC (rev 
5659)
@@ -1,8 +1,28 @@
+set PythonPath=c:\python23
+set GnuePath=c:\gnue
+
+del /s /q %GnuePath%\bin
+del /s /q %GnuePath%\etc
+del /s /q %GnuePath%\share
+
+
 python setup.py py2exe -c
 
-xcopy dist c:\gnue\bin\ /Y
-xcopy c:\python23\lib\site-packages\gnue\*.py c:\gnue\bin\gnue\ /Y /E
-xcopy c:\python23\etc\*.conf c:\gnue\etc\ /Y
-xcopy c:\python23\share\doc c:\gnue\share\doc\ /Y /E
-xcopy c:\python23\share\gnue c:\gnue\share\gnue\ /Y /E
-xcopy c:\python23\share\locale c:\gnue\share\locale\ /Y /E
+
+xcopy dist %GnuePath%\bin\ /Y
+
+xcopy %PythonPath%\lib\site-packages\gnue\*.py %GnuePath%\bin\gnue\ /Y /E
+
+xcopy %PythonPath%\etc\sample.*.conf %GnuePath%\etc\ /Y
+
+xcopy %PythonPath%\share\doc %GnuePath%\share\doc\ /Y /E
+
+xcopy %PythonPath%\share\gnue %GnuePath%\share\gnue\ /Y /E
+
+xcopy %PythonPath%\share\locale %GnuePath%\share\locale\ /Y /E
+
+for %%x in (%GnuePath%\etc\sample.*.conf) do python 
%PythonPath%\tools\scripts\lfcr.py %%x
+
+copy %GnuePath%\etc\sample.gnue.conf %GnuePath%\etc\gnue.conf
+copy %GnuePath%\etc\sample.connections.conf %GnuePath%\etc\connections.conf
+copy %GnuePath%\etc\sample.report-filters.conf 
%GnuePath%\etc\report-filters.conf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]