[Meta-diff-devel] SF.net SVN: meta-diff: [111] trunk/setup/metadiff.iss
Brought to you by:
undees
From: <ey...@us...> - 2007-10-10 21:26:18
|
Revision: 111 http://meta-diff.svn.sourceforge.net/meta-diff/?rev=111&view=rev Author: eyebex Date: 2007-10-10 14:26:15 -0700 (Wed, 10 Oct 2007) Log Message: ----------- Minor fixes due to new directory layout. Modified Paths: -------------- trunk/setup/metadiff.iss Modified: trunk/setup/metadiff.iss =================================================================== --- trunk/setup/metadiff.iss 2007-10-10 21:25:44 UTC (rev 110) +++ trunk/setup/metadiff.iss 2007-10-10 21:26:15 UTC (rev 111) @@ -95,7 +95,7 @@ DefaultDirName={pf}\{#emit APP_NAME} DefaultGroupName={#emit APP_NAME} DisableStartupPrompt=yes -LicenseFile=..\CompareShellEx\CompareShellEx-License.txt +LicenseFile=..\meta-diff\license.txt WizardImageFile=meta-diff-large.bmp WizardSmallImageFile=meta-diff-small.bmp @@ -112,7 +112,7 @@ Name: src; Description: Full C++ / Delphi source code; Types: full [Files] -Source: ..\InstallerScripts\metadiff.iss; DestDir: {app}\source; Components: src +Source: metadiff.iss; DestDir: {app}\source; Components: src ; meta-diff Source: ..\meta-diff\.metadiff; DestDir: {app}; Components: main; Flags: confirmoverwrite @@ -140,16 +140,16 @@ Source: ..\lv-diff\lvdiff.vcproj; DestDir: {app}\source\lv-diff; Components: src ; CompareShellEx -Source: ..\CompareShellEx\CompareShellEx.dll; DestDir: {app}; Components: cse; Flags: uninsrestartdelete -Source: ..\CompareShellEx\CompareShellEx-Install.bat; DestDir: {app}; Components: cse -Source: ..\CompareShellEx\CompareShellEx-License.txt; DestDir: {app}; Components: cse -Source: ..\CompareShellEx\CompareShellEx-ReadMe.txt; DestDir: {app}; Components: cse -Source: ..\CompareShellEx\CompareShellEx-Uninstall.bat; DestDir: {app}; Components: cse +Source: ..\shell\CompareShellEx\CompareShellEx.dll; DestDir: {app}; Components: cse; Flags: uninsrestartdelete +Source: ..\shell\CompareShellEx\CompareShellEx-Install.bat; DestDir: {app}; Components: cse +Source: ..\shell\CompareShellEx\CompareShellEx-License.txt; DestDir: {app}; Components: cse +Source: ..\shell\CompareShellEx\CompareShellEx-ReadMe.txt; DestDir: {app}; Components: cse +Source: ..\shell\CompareShellEx\CompareShellEx-Uninstall.bat; DestDir: {app}; Components: cse -Source: ..\CompareShellEx\CompareShellEx.bdsproj; DestDir: {app}\source\CompareShellEx; Components: src -Source: ..\CompareShellEx\CompareShellEx.dpr; DestDir: {app}\source\CompareShellEx; Components: src -Source: ..\CompareShellEx\CompareShellEx.lc; DestDir: {app}\source\CompareShellEx; Components: src -Source: ..\CompareShellEx\CompareShellEx.res; DestDir: {app}\source\CompareShellEx; Components: src +Source: ..\shell\CompareShellEx\CompareShellEx.bdsproj; DestDir: {app}\source\CompareShellEx; Components: src +Source: ..\shell\CompareShellEx\CompareShellEx.dpr; DestDir: {app}\source\CompareShellEx; Components: src +Source: ..\shell\CompareShellEx\CompareShellEx.lc; DestDir: {app}\source\CompareShellEx; Components: src +Source: ..\shell\CompareShellEx\CompareShellEx.res; DestDir: {app}\source\CompareShellEx; Components: src [Icons] Name: {group}\Uninstall meta-diff; Filename: {uninstallexe} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |