Browse Source

*** empty log message ***

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@74 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 21 years ago
parent
commit
4f87380e01
3 changed files with 8 additions and 4 deletions
  1. 6 3
      DittoSetup/DittoSetup.iss
  2. 2 1
      DittoSetup/Output/Changes.txt
  3. BIN
      DittoSetup/Output/DittoSetup.exe

+ 6 - 3
DittoSetup/DittoSetup.iss

@@ -3,7 +3,7 @@
 
 
 [Setup]
 [Setup]
 AppName=Ditto
 AppName=Ditto
-AppVerName=Ditto 2.1
+AppVerName=Ditto 2.2
 AppPublisher=Scott Brogden
 AppPublisher=Scott Brogden
 AppPublisherURL=ditto-cp.sourceforge.net
 AppPublisherURL=ditto-cp.sourceforge.net
 AppSupportURL=ditto-cp.sourceforge.net
 AppSupportURL=ditto-cp.sourceforge.net
@@ -20,18 +20,21 @@ Name: RunAtStartup; Description: "Run Ditto on Windows Startup";
 [Files]
 [Files]
 
 
 ;installed if it is 2000 or greater
 ;installed if it is 2000 or greater
-Source: "C:\Documents and Settings\Scott\Desktop\ditto\Release\Ditto.exe"; DestDir: "{app}"; MinVersion: 0, 1; DestName: "Ditto.exe"
+Source: "C:\Documents and Settings\Scott\Desktop\ditto\Release\Ditto.exe"; DestDir: "{app}"; MinVersion: 0, 1; DestName: "Ditto.exe"; Flags: ignoreversion
 
 
 ;installed if it is 95, 98, me
 ;installed if it is 95, 98, me
-Source: "C:\Documents and Settings\Scott\Desktop\ditto\Release\Ditto98.exe"; DestDir: "{app}"; MinVersion: 1, 0; DestName: "Ditto.exe"
+Source: "C:\Documents and Settings\Scott\Desktop\ditto\Release\Ditto98.exe"; DestDir: "{app}"; MinVersion: 1, 0; DestName: "Ditto.exe"; Flags: ignoreversion
 
 
 Source: "C:\Documents and Settings\Scott\Desktop\ditto\res\Ditto.ico"; DestDir: "{app}"
 Source: "C:\Documents and Settings\Scott\Desktop\ditto\res\Ditto.ico"; DestDir: "{app}"
+Source: "C:\Documents and Settings\Scott\Desktop\ditto\DittoSetup\Output\Changes.txt"; DestDir: "{app}"
 
 
 [Icons]
 [Icons]
 Name: "{group}\Ditto"; Filename: "{app}\Ditto.exe"; IconFilename: "{app}\Ditto.ico"
 Name: "{group}\Ditto"; Filename: "{app}\Ditto.exe"; IconFilename: "{app}\Ditto.ico"
 
 
 [Run]
 [Run]
 Filename: "{app}\Ditto.exe"; Description: "Launch Ditto"; Flags: nowait postinstall skipifsilent
 Filename: "{app}\Ditto.exe"; Description: "Launch Ditto"; Flags: nowait postinstall skipifsilent
+Filename: "{app}\Changes.txt"; Description: "View Change History"; Flags: nowait postinstall skipifsilent shellexec
+
 
 
 [Registry]
 [Registry]
 Root: HKCU; Subkey: "Software\Ditto"; Flags: uninsdeletekey
 Root: HKCU; Subkey: "Software\Ditto"; Flags: uninsdeletekey

+ 2 - 1
DittoSetup/Output/Changes.txt

@@ -7,4 +7,5 @@
 		- Never Auto Delete
 		- Never Auto Delete
 		- Auto Delete
 		- Auto Delete
 		- Remove Hot key
 		- Remove Hot key
-	- Fixed bug, when setting the group in the properties screen it was not setting the item to Never Auto Delete
+	- Fixed bug, when setting the group in the properties screen it was not setting the item to Never Auto Delete
+	- Fixed bug, checking the wrong url for update

BIN
DittoSetup/Output/DittoSetup.exe