commit-gnue
[Top][All Lists]
Advanced

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

r5714 - trunk/gnue-common/packaging/win32


From: btami
Subject: r5714 - trunk/gnue-common/packaging/win32
Date: Tue, 13 Apr 2004 08:35:33 -0500 (CDT)

Author: btami
Date: 2004-04-13 08:35:32 -0500 (Tue, 13 Apr 2004)
New Revision: 5714

Added:
   trunk/gnue-common/packaging/win32/GNUe-Appserver-debug.iss
   trunk/gnue-common/packaging/win32/GNUe-Common-debug.iss
   trunk/gnue-common/packaging/win32/GNUe-Designer-debug.iss
   trunk/gnue-common/packaging/win32/GNUe-Forms-debug.iss
   trunk/gnue-common/packaging/win32/GNUe-Navigator-debug.iss
   trunk/gnue-common/packaging/win32/GNUe-Reports-debug.iss
Modified:
   trunk/gnue-common/packaging/win32/setup.cmd
   trunk/gnue-common/packaging/win32/setup.py
Log:
added debug version of .iss files

Added: trunk/gnue-common/packaging/win32/GNUe-Appserver-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Appserver-debug.iss  2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Appserver-debug.iss  2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,56 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Appserver-debug
+AppVerName=GNUe-Appserver-0.0.7-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Appserver-0.0.7-debug
+DisableDirPage=true
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Appserver-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-appserver-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue-gsdgen-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\appserver\*.*; DestDir: {app}\bin\gnue\appserver; 
Flags: recursesubdirs ignoreversion; Components: main
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-appserver.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\doc\gnue-appserver\*.*; DestDir: 
{app}\share\doc\gnue-appserver; Flags: recursesubdirs; Components: doc
+Source: c:\gnue\share\gnue\appserver\*.*; DestDir: {app}\share\gnue\appserver; 
Flags: recursesubdirs; Components: main
+Source: c:\gnue\share\gnue\grpc\appserver.grpc; DestDir: 
{app}\share\gnue\grpc; Components: main
+
+[Icons]
+Name: {group}\GNUe Appserver; Filename: {app}\bin\gnue-appserver-debug.exe
+Name: {userdesktop}\GNUe Appserver; Filename: 
{app}\bin\gnue-appserver-debug.exe; WorkingDir: {app}; MinVersion: 4,4; Tasks: 
desktopicon
+
+[UninstallDelete]
+Name: {app}\bin\gnue\appserver\*.*; Type: filesandordirs
+
+[Code]
+#include <code-include.iss>

Added: trunk/gnue-common/packaging/win32/GNUe-Common-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Common-debug.iss     2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Common-debug.iss     2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,65 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Common-debug
+AppVerName=GNUe-Common-0.5.4-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Common-0.5.4-debug
+DisableDirPage=true
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Common-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-import-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue-schema-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\*.*; DestDir: {app}\bin\gnue; Components: main; 
Flags: ignoreversion
+Source: c:\gnue\bin\gnue\common\*.*; DestDir: {app}\bin\gnue\common; Flags: 
recursesubdirs ignoreversion; Components: main
+Source: C:\gnue\etc\sample.gnue.conf; DestDir: {app}\etc; Components: main; 
Flags: ignoreversion
+Source: C:\gnue\etc\sample.connections.conf; DestDir: {app}\etc; Components: 
main; Flags: ignoreversion
+Source: C:\gnue\etc\gnue.conf; DestDir: {app}\etc; Components: main; Flags: 
onlyifdoesntexist
+Source: C:\gnue\etc\connections.conf; DestDir: {app}\etc; Components: main; 
Flags: onlyifdoesntexist
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-common.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\gnue\images\*.*; DestDir: {app}\share\gnue\images; 
Components: main
+Source: c:\gnue\share\doc\gnue-common\*.*; DestDir: 
{app}\share\doc\gnue-common; Flags: recursesubdirs; Components: doc
+
+[Icons]
+Name: {group}\GNUe on the Web; Filename: {app}\gnue.url
+Name: {group}\Documentation\Common Developers Guide (PDF Format); Filename: 
{app}\share\doc\gnue-common\Developers-Guide.pdf; Components: doc
+
+[INI]
+Filename: {app}\gnue.url; Section: InternetShortcut; Key: URL; String: 
http://www.gnuenterprise.org
+
+[UninstallDelete]
+Type: files; Name: {app}\gnue.url
+Type: filesandordirs; Name: {app}\bin\gnue\common\*.*
+Type: files; Name: {app}\bin\gnue\*.*
+
+[Code]
+#include <code-include.iss>

Added: trunk/gnue-common/packaging/win32/GNUe-Designer-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Designer-debug.iss   2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Designer-debug.iss   2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,55 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Designer-debug
+AppVerName=GNUe-Designer-0.5.4-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Designer-0.5.4-debug
+DisableDirPage=true
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Designer-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-designer-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\designer\*.*; DestDir: {app}\bin\gnue\designer; 
Flags: recursesubdirs ignoreversion; Components: main
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-designer.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\doc\gnue-designer\*.*; DestDir: 
{app}\share\doc\gnue-designer; Flags: recursesubdirs; Components: doc
+Source: c:\gnue\share\gnue\images\designer\*.*; DestDir: 
{app}\share\gnue\images\designer; Components: main
+
+[Icons]
+Name: {group}\Documentation\Designer Users Guide (PDF Format); Filename: 
{app}\share\doc\gnue-designer\Users-Guide.pdf; Components: doc
+Name: {group}\GNUe Designer; Filename: {app}\bin\gnue-designer-debug.exe
+Name: {userdesktop}\GNUe Designer; Filename: 
{app}\bin\gnue-designer-debug.exe; WorkingDir: {app}; MinVersion: 4,4; Tasks: 
desktopicon
+
+[UninstallDelete]
+Name: {app}\bin\gnue\designer\*.*; Type: filesandordirs
+
+[Code]
+#include <code-include.iss>

Added: trunk/gnue-common/packaging/win32/GNUe-Forms-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Forms-debug.iss      2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Forms-debug.iss      2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,66 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Forms-debug
+AppVerName=GNUe-Forms-0.5.4-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Forms-0.5.4-debug
+DisableDirPage=true
+AppendDefaultDirName=false
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Forms-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-forms-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\forms\*.*; DestDir: {app}\bin\gnue\forms; Flags: 
recursesubdirs ignoreversion; Components: main
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-forms.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\doc\gnue-forms\*.*; DestDir: {app}\share\doc\gnue-forms; 
Flags: recursesubdirs; Components: doc
+Source: c:\gnue\share\gnue\dialogs\*.*; DestDir: {app}\share\gnue\dialogs; 
Components: main
+Source: c:\gnue\share\gnue\images\forms\*.*; DestDir: 
{app}\share\gnue\images\forms; Components: main
+
+[Icons]
+Name: {group}\Documentation\Forms Developers Guide (PDF Format); Filename: 
{app}\share\doc\gnue-forms\Developers-Guide.pdf; Components: doc
+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: {userdesktop}\GNUe Forms Client; Filename: 
{app}\share\doc\gnue-forms\examples\intro\intro.gfd; WorkingDir: {app}; 
MinVersion: 4,4; Tasks: desktopicon
+
+[Registry]
+; These four associations associate GFD files with GNUe Forms
+Root: HKCR; Subkey: .gfd; ValueType: string; ValueName: ; ValueData: 
GNUeFormsClient; Flags: uninsdeletekey deletekey
+Root: HKCR; Subkey: GNUeFormsClient; ValueType: string; ValueName: ; 
ValueData: GNUe Form Definition; Flags: uninsdeletekey deletekey
+;when we get a nifty icon, that's set here :)
+Root: HKCR; Subkey: GNUeFormsClient\DefaultIcon; ValueType: string; ValueName: 
; ValueData: {app}\bin\GNUE-FORMS-debug.EXE,0
+Root: HKCR; Subkey: GNUeFormsClient\shell\open\command; ValueType: string; 
ValueName: ; ValueData: """{app}\bin\GNUE-FORMS-debug.EXE"" ""%1"""; Flags: 
deletekey
+
+[UninstallDelete]
+Name: {app}\bin\gnue\forms\*.*; Type: filesandordirs
+
+[Code]
+#include <code-include.iss>

Added: trunk/gnue-common/packaging/win32/GNUe-Navigator-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Navigator-debug.iss  2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Navigator-debug.iss  2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,61 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Navigator-debug
+AppVerName=GNUe-Navigator-0.0.7-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Navigator-0.0.7-debug
+DisableDirPage=true
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Navigator-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-navigator-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\navigator\*.*; DestDir: {app}\bin\gnue\navigator; 
Flags: recursesubdirs ignoreversion; Components: main
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-navigator.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\doc\gnue-navigator\*.*; DestDir: 
{app}\share\doc\gnue-navigator; Flags: recursesubdirs; Components: doc
+
+[Icons]
+Name: {group}\GNUe Navigator Client; Filename: 
{app}\share\doc\gnue-navigator\examples\sample.gpd
+Name: {userdesktop}\GNUe Navigator Client; Filename: 
{app}\share\doc\gnue-navigator\examples\sample.gpd; WorkingDir: {app}; 
MinVersion: 4,4; Tasks: desktopicon
+
+[Registry]
+; These four associations associate GPD files with GNUe Navigator
+Root: HKCR; Subkey: .gpd; ValueType: string; ValueName: ; ValueData: 
GNUeNavigatorClient; Flags: uninsdeletekey deletekey
+Root: HKCR; Subkey: GNUeNavigatorClient; ValueType: string; ValueName: ; 
ValueData: GNUe Navigator Definition; Flags: uninsdeletekey deletekey
+;when we get a nifty icon, that's set here :)
+Root: HKCR; Subkey: GNUeNavigatorClient\DefaultIcon; ValueType: string; 
ValueName: ; ValueData: {app}\bin\GNUE-NAVIGATOR-debug.EXE,0
+Root: HKCR; Subkey: GNUeNavigatorClient\shell\open\command; ValueType: string; 
ValueName: ; ValueData: """{app}\bin\GNUE-NAVIGATOR-debug.EXE"" ""%1"""; Flags: 
deletekey
+
+[UninstallDelete]
+Name: {app}\bin\gnue\navigator\*.*; Type: filesandordirs
+
+[Code]
+#include <code-include.iss>

Added: trunk/gnue-common/packaging/win32/GNUe-Reports-debug.iss
===================================================================
--- trunk/gnue-common/packaging/win32/GNUe-Reports-debug.iss    2004-04-13 
10:08:27 UTC (rev 5713)
+++ trunk/gnue-common/packaging/win32/GNUe-Reports-debug.iss    2004-04-13 
13:35:32 UTC (rev 5714)
@@ -0,0 +1,57 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+[Setup]
+AppId=GNUe-Tools
+AppName=GNUe-Reports-debug
+AppVerName=GNUe-Reports-0.1.5-debug
+AppPublisher=GNU Enterprise
+AppPublisherURL=http://www.gnuenterprise.org
+AppSupportURL=http://www.gnuenterprise.org
+AppUpdatesURL=http://www.gnuenterprise.org
+DefaultDirName={pf}\GNUe\
+DefaultGroupName=GNUe
+AllowNoIcons=true
+LicenseFile=c:\gnue\LICENSE.txt
+ChangesAssociations=true
+CreateAppDir=true
+ShowLanguageDialog=yes
+OutputBaseFilename=GNUe-Reports-0.1.5-debug
+DisableDirPage=true
+UninstallLogMode=new
+UninstallDisplayName=GNUe-Reports-debug
+
+[Tasks]
+Name: desktopicon; Description: Create a &desktop icon; GroupDescription: 
Additional icons:; MinVersion: 4,4
+
+[Components]
+Name: main; Description: Shared Program Files; Types: full compact custom; 
Flags: fixed
+Name: doc; Description: Documentation; Types: full
+Name: translations; Description: Translations; Types: full
+
+[Files]
+Source: c:\gnue\bin\gnue-reports-debug.exe; DestDir: {app}\bin; Components: 
main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue-reports-server-debug.exe; DestDir: {app}\bin; 
Components: main; Flags: ignoreversion
+Source: c:\gnue\bin\gnue\reports\*.*; DestDir: {app}\bin\gnue\reports; Flags: 
recursesubdirs ignoreversion; Components: main
+Source: C:\gnue\etc\sample.report-filters.conf; DestDir: {app}\etc; 
Components: main; Flags: ignoreversion
+Source: C:\gnue\etc\report-filters.conf; DestDir: {app}\etc; Components: main; 
Flags: onlyifdoesntexist
+Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+;Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-reports.mo; DestDir: 
{app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: 
translations
+Source: c:\gnue\share\doc\gnue-reports\*.*; DestDir: 
{app}\share\doc\gnue-reports; Flags: recursesubdirs; Components: doc
+Source: c:\gnue\share\gnue\filters\*.*; DestDir: {app}\share\gnue\filters; 
Flags: recursesubdirs; Components: main
+Source: c:\gnue\share\gnue\grpc\GRServer.grpc; DestDir: {app}\share\gnue\grpc; 
Components: main
+
+[Icons]
+Name: {group}\Documentation\Reports Concepts Guide (PDF Format); Filename: 
{app}\share\doc\gnue-reports\Concepts-Guide.pdf; Components: doc
+
+[UninstallDelete]
+Name: {app}\bin\gnue\reports\*.*; Type: filesandordirs
+
+[Code]
+#include <code-include.iss>

Modified: trunk/gnue-common/packaging/win32/setup.cmd
===================================================================
--- trunk/gnue-common/packaging/win32/setup.cmd 2004-04-13 10:08:27 UTC (rev 
5713)
+++ trunk/gnue-common/packaging/win32/setup.cmd 2004-04-13 13:35:32 UTC (rev 
5714)
@@ -6,9 +6,10 @@
 del /s /q %GnuePath%\share
 
 
+for %%x in (appserver gsdgen designer reports reports-server navigator forms 
import schema) do copy gnue-%%x gnue-%%x-debug
 python setup.py py2exe -c
+del gnue*-debug
 
-
 xcopy dist %GnuePath%\bin\ /Y
 
 xcopy %PythonPath%\lib\site-packages\gnue\*.py %GnuePath%\bin\gnue\ /Y /E

Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py  2004-04-13 10:08:27 UTC (rev 
5713)
+++ trunk/gnue-common/packaging/win32/setup.py  2004-04-13 13:35:32 UTC (rev 
5714)
@@ -7,8 +7,7 @@
 from distutils.core import setup
 import py2exe 
 
-setup ( \
-console = ["gnue-appserver",
+scripts = ["gnue-appserver",
            "gnue-designer",
            "gnue-forms",
            "gnue-gsdgen",
@@ -16,7 +15,11 @@
            "gnue-navigator",
            "gnue-reports",
            "gnue-reports-server",
-           "gnue-schema"], 
+           "gnue-schema"]
+
+setup ( \
+console = ["%s-debug" % script for script in scripts],
+windows = scripts,
 options = {"py2exe": {"typelibs": 
[('{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}',0,1,1)],
                                   #'Microsoft Internet Controls'
                       "packages": ["encodings",





reply via email to

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