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

version 1.4, 2004/06/17 17:36:17 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 67  Source: ..\html\doc\biaspar\varpijgrbias Line 68  Source: ..\html\doc\biaspar\varpijgrbias
 Source: ..\html\doc\biaspar\varpijgrbiaspar123-13.png; DestDir: {app}\doc\biaspar\  Source: ..\html\doc\biaspar\varpijgrbiaspar123-13.png; DestDir: {app}\doc\biaspar\
 Source: ..\html\doc\biaspar\varpijgrbiaspar123-21.png; DestDir: {app}\doc\biaspar\  Source: ..\html\doc\biaspar\varpijgrbiaspar123-21.png; DestDir: {app}\doc\biaspar\
 Source: ..\html\doc\biaspar\varmuptjgr-stablbased-biaspar1.png; DestDir: {app}\doc\biaspar\  Source: ..\html\doc\biaspar\varmuptjgr-stablbased-biaspar1.png; DestDir: {app}\doc\biaspar\
   Source: ..\html\doc\data1.txt; DestDir: {app}\doc
 Source: ..\html\doc\mydata.txt; DestDir: {app}\doc  Source: ..\html\doc\mydata.txt; DestDir: {app}\doc
 Source: ..\html\doc\mypar.imach; DestDir: {app}\doc  Source: ..\html\doc\mypar.imach; DestDir: {app}\doc
 ;;Then add a [Run] section entry, telling Setup to execute the EXE after all other installation steps:  ;;Then add a [Run] section entry, telling Setup to execute the EXE after all other installation steps:
Line 121  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.4  
changed lines
  Added in v.1.6


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