commit-gnue
[Top][All Lists]
Advanced

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

gnue designer/doc/installer/gfdesigner.iss gnue...


From: Jason Cater
Subject: gnue designer/doc/installer/gfdesigner.iss gnue...
Date: Mon, 12 Nov 2001 20:06:23 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/11/12 20:06:23

Modified files:
        designer/doc/installer: gfdesigner.iss 
        gnuef/doc/installer: gfclient.iss 

Log message:
        changes to Inno installer; misc changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/doc/installer/gfdesigner.iss.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/doc/installer/gfclient.iss.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/designer/doc/installer/gfdesigner.iss
diff -u gnue/designer/doc/installer/gfdesigner.iss:1.1 
gnue/designer/doc/installer/gfdesigner.iss:1.2
--- gnue/designer/doc/installer/gfdesigner.iss:1.1      Mon Nov 12 17:02:25 2001
+++ gnue/designer/doc/installer/gfdesigner.iss  Mon Nov 12 20:06:23 2001
@@ -2,7 +2,7 @@
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
 [Setup]
-AppName=GNUe Forms Designer
+AppName=GNUe Designer
 AppVerName=gfdesigner 0.1.0
 AppPublisher=GNU Enterprise
 AppPublisherURL=http://www.gnuenterprise.org
@@ -12,7 +12,8 @@
 DefaultGroupName=GNUe
 AllowNoIcons=yes
 AlwaysCreateUninstallIcon=yes
-LicenseFile=H:\cvs\gnue\designer\Copying
+LicenseFile=h:\cvs\gnue\designer\Copying
+ChangesAssociations=yes
 ; uncomment the following line if you want your installation to run on NT 3.51 
too.
 ; MinVersion=4,3.51
 
@@ -27,10 +28,19 @@
 Filename: "{app}\gfdesigner.url"; Section: "InternetShortcut"; Key: "URL"; 
String: "http://www.gnuenterprise.org";
 
 [Icons]
-Name: "{group}\GNUe Forms Designer"; Filename: "{app}\gfdesigner.exe"
-Name: "{group}\GNUe Forms Designer on the Web"; Filename: 
"{app}\gfdesigner.url"
-Name: "{userdesktop}\GNUe Forms Designer"; Filename: "{app}\gfdesigner.exe"; 
MinVersion: 4,4; Tasks: desktopicon
+Name: "{group}\GNUe Designer"; Filename: "{app}\gfdesigner.exe"
+Name: "{group}\GNUe Designer on the Web"; Filename: "{app}\gfdesigner.url"
+Name: "{userdesktop}\GNUe Designer"; Filename: "{app}\gfdesigner.exe"; 
MinVersion: 4,4; Tasks: desktopicon
 
 [UninstallDelete]
 Type: files; Name: "{app}\gfdesigner.url"
+
+[Registry]
+; These four associations associate GFD files with GNUe Forms
+Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletevalue
+Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey
+Root: HKCR; Subkey: "GNUeFormsClient\shell\edit\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GFDESIGNER.EXE"" ""%1"""
+
+
+
 
Index: gnue/gnuef/doc/installer/gfclient.iss
diff -u gnue/gnuef/doc/installer/gfclient.iss:1.1 
gnue/gnuef/doc/installer/gfclient.iss:1.2
--- gnue/gnuef/doc/installer/gfclient.iss:1.1   Mon Nov 12 17:02:25 2001
+++ gnue/gnuef/doc/installer/gfclient.iss       Mon Nov 12 20:06:23 2001
@@ -12,7 +12,8 @@
 DefaultGroupName=GNUe
 AllowNoIcons=yes
 AlwaysCreateUninstallIcon=yes
-LicenseFile=H:\cvs\gnue\gnuef\Copying
+LicenseFile=h:\cvs\gnue\gnuef\Copying
+ChangesAssociations=yes
 ; uncomment the following line if you want your installation to run on NT 3.51 
too.
 ; MinVersion=4,3.51
 
@@ -22,7 +23,9 @@
 [Files]
 Source: "C:\installer\gfclient\dist_gfclient\gfclient.exe"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite
 Source: "C:\installer\gfclient\dist_gfclient\*.*"; DestDir: "{app}"; CopyMode: 
alwaysoverwrite
-Source: "C:\python21\etc\*.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist
+Source: "C:\python21\etc\s*.*"; DestDir: "{app}\..\etc"; CopyMode: 
alwaysoverwrite
+Source: "C:\python21\etc\gnue.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist
+Source: "C:\python21\etc\connections.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist
 Source: "C:\python21\shared\images\*.png"; DestDir: "{app}\..\shared\images"
 
 [Dirs]
@@ -39,4 +42,15 @@
 
 [UninstallDelete]
 Type: files; Name: "{app}\gfclient.url"
+
+[Registry]
+; These four associations associate GFD files with GNUe Forms
+Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletevalue
+Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey
+;when we get a nifty icon, that's set here :)
+Root: HKCR; Subkey: "GNUeFormsClient\DefaultIcon"; ValueType: string; 
ValueName: ""; ValueData: "{app}\GFCLIENT.EXE,0"
+Root: HKCR; Subkey: "GNUeFormsClient\shell\open\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GFCLIENT.EXE"" ""%1"""
+
+
+
 



reply via email to

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