Diff for /imach/src/imach.iss between versions 1.5 and 1.6

version 1.5, 2004/12/23 18:22:03 version 1.6, 2005/05/04 17:27:51
Line 10  AppCopyright=Copyright (C) 2002-2004 INE Line 10  AppCopyright=Copyright (C) 2002-2004 INE
 DefaultDirName={pf}\IMaCh  DefaultDirName={pf}\IMaCh
 DefaultGroupName=IMaCh  DefaultGroupName=IMaCh
 UninstallDisplayIcon={app}\imach.exe  UninstallDisplayIcon={app}\imach.exe
   InfoBeforeFile=Readme.txt
 ;;SetupIconFile={app}\imach.exe  ;;SetupIconFile={app}\imach.exe
 ;;UninstallIconFile={app}\imach.ico  ;;UninstallIconFile={app}\imach.ico
 ; uncomment the following line if you want your installation to run on NT 3.51 too.  ; uncomment the following line if you want your installation to run on NT 3.51 too.
Line 122  Root: HKCR; Subkey: gnuplot.exe\DefaultI Line 123  Root: HKCR; Subkey: gnuplot.exe\DefaultI
 ;  ;
 Root: HKCR; Subkey: .imach; ValueType: string; ValueName: ; ValueData: IMaChFile; Flags: uninsdeletevalue  Root: HKCR; Subkey: .imach; ValueType: string; ValueName: ; ValueData: IMaChFile; Flags: uninsdeletevalue
 Root: HKCR; Subkey: IMaChFile; ValueType: string; ValueName: ; ValueData: IMaCh Parameter File; Flags: uninsdeletekey  Root: HKCR; Subkey: IMaChFile; ValueType: string; ValueName: ; ValueData: IMaCh Parameter File; Flags: uninsdeletekey
 Root: HKCR; Subkey: IMaChFile\shell\edit\command; ValueType: string; ValueName: ; ValueData: """wordpad"" ""%1"""; Flags: uninsdeletekey  Root: HKCR; Subkey: IMaChFile\shell\edit\command; ValueType: string; ValueName: ; ValueData: """notepad"" ""%1"""; Flags: uninsdeletekey
 Root: HKCR; Subkey: IMaChFile\shell\execute\command; ValueType: string; ValueName: ; ValueData: """{app}\bin\imach.exe"" ""%1"""; Flags: uninsdeletekey  Root: HKCR; Subkey: IMaChFile\shell\execute\command; ValueType: string; ValueName: ; ValueData: """{app}\bin\imach.exe"" ""%1"""; Flags: uninsdeletekey
 Root: HKCR; Subkey: IMaChFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\bin\imach.ico  Root: HKCR; Subkey: IMaChFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\bin\imach.ico
 ;;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment; MinVersion: 0,1  ;;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment; MinVersion: 0,1

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>