|
@@ -10,64 +10,64 @@ program Setup;
|
|
|
}
|
|
|
|
|
|
uses
|
|
|
- SafeDLLPath in 'SafeDLLPath.pas',
|
|
|
- XPTheme in 'XPTheme.pas',
|
|
|
+ SafeDLLPath in 'Src\SafeDLLPath.pas',
|
|
|
+ XPTheme in 'Src\XPTheme.pas',
|
|
|
Forms,
|
|
|
Windows,
|
|
|
SysUtils,
|
|
|
Messages,
|
|
|
RichEditViewer in '..\Components\RichEditViewer.pas',
|
|
|
- CmnFunc in 'CmnFunc.pas',
|
|
|
- CmnFunc2 in 'CmnFunc2.pas',
|
|
|
- Main in 'Main.pas' {MainForm},
|
|
|
- Install in 'Install.pas',
|
|
|
- Msgs in 'Msgs.pas',
|
|
|
- MsgIDs in 'MsgIDs.pas',
|
|
|
- Undo in 'Undo.pas',
|
|
|
- Struct in 'Struct.pas',
|
|
|
- NewDisk in 'NewDisk.pas' {NewDiskForm},
|
|
|
- InstFunc in 'InstFunc.pas',
|
|
|
- InstFnc2 in 'InstFnc2.pas',
|
|
|
- Wizard in 'Wizard.pas' {WizardForm},
|
|
|
- ScriptFunc_R in 'ScriptFunc_R.pas',
|
|
|
- ScriptFunc in 'ScriptFunc.pas',
|
|
|
- SetupTypes in 'SetupTypes.pas',
|
|
|
- ScriptRunner in 'ScriptRunner.pas',
|
|
|
- ScriptDlg in 'ScriptDlg.pas',
|
|
|
- ScriptClasses_R in 'ScriptClasses_R.pas',
|
|
|
- SelLangForm in 'SelLangForm.pas' {SelectLanguageForm},
|
|
|
- Extract in 'Extract.pas',
|
|
|
- Int64Em in 'Int64Em.pas',
|
|
|
- SelFolderForm in 'SelFolderForm.pas' {SelectFolderForm},
|
|
|
- Compress in 'Compress.pas',
|
|
|
- CompressZlib in 'CompressZlib.pas',
|
|
|
- bzlib in 'bzlib.pas',
|
|
|
- LZMADecomp in 'LZMADecomp.pas',
|
|
|
- FileClass in 'FileClass.pas',
|
|
|
- MD5 in 'MD5.pas',
|
|
|
- SHA1 in 'SHA1.pas',
|
|
|
- Logging in 'Logging.pas',
|
|
|
- DebugClient in 'DebugClient.pas',
|
|
|
- DebugStruct in 'DebugStruct.pas',
|
|
|
- ArcFour in 'ArcFour.pas',
|
|
|
- Uninstall in 'Uninstall.pas',
|
|
|
- UninstProgressForm in 'UninstProgressForm.pas' {UninstProgressForm},
|
|
|
- UninstSharedFileForm in 'UninstSharedFileForm.pas' {UninstSharedFileForm},
|
|
|
- SimpleExpression in 'SimpleExpression.pas',
|
|
|
- UIStateForm in 'UIStateForm.pas',
|
|
|
- SetupForm in 'SetupForm.pas',
|
|
|
- RegSvr in 'RegSvr.pas',
|
|
|
- BrowseFunc in 'BrowseFunc.pas',
|
|
|
- RedirFunc in 'RedirFunc.pas',
|
|
|
- SecurityFunc in 'SecurityFunc.pas',
|
|
|
- Helper in 'Helper.pas',
|
|
|
- VerInfo in 'VerInfo.pas',
|
|
|
- RegDLL in 'RegDLL.pas',
|
|
|
- ResUpdate in 'ResUpdate.pas',
|
|
|
- SpawnCommon in 'SpawnCommon.pas',
|
|
|
- SpawnServer in 'SpawnServer.pas',
|
|
|
- SpawnClient in 'SpawnClient.pas',
|
|
|
- TaskDialog in 'TaskDialog.pas',
|
|
|
+ CmnFunc in 'Src\CmnFunc.pas',
|
|
|
+ CmnFunc2 in 'Src\CmnFunc2.pas',
|
|
|
+ Main in 'Src\Main.pas' {MainForm},
|
|
|
+ Install in 'Src\Install.pas',
|
|
|
+ Msgs in 'Src\Msgs.pas',
|
|
|
+ MsgIDs in 'Src\MsgIDs.pas',
|
|
|
+ Undo in 'Src\Undo.pas',
|
|
|
+ Struct in 'Src\Struct.pas',
|
|
|
+ NewDisk in 'Src\NewDisk.pas' {NewDiskForm},
|
|
|
+ InstFunc in 'Src\InstFunc.pas',
|
|
|
+ InstFnc2 in 'Src\InstFnc2.pas',
|
|
|
+ Wizard in 'Src\Wizard.pas' {WizardForm},
|
|
|
+ ScriptFunc_R in 'Src\ScriptFunc_R.pas',
|
|
|
+ ScriptFunc in 'Src\Src\ScriptFunc.pas',
|
|
|
+ SetupTypes in 'Src\SetupTypes.pas',
|
|
|
+ ScriptRunner in 'Src\ScriptRunner.pas',
|
|
|
+ ScriptDlg in 'Src\ScriptDlg.pas',
|
|
|
+ ScriptClasses_R in 'Src\ScriptClasses_R.pas',
|
|
|
+ SelLangForm in 'Src\SelLangForm.pas' {SelectLanguageForm},
|
|
|
+ Extract in 'Src\Extract.pas',
|
|
|
+ Int64Em in 'Src\Int64Em.pas',
|
|
|
+ SelFolderForm in 'Src\SelFolderForm.pas' {SelectFolderForm},
|
|
|
+ Compress in 'Src\Compress.pas',
|
|
|
+ CompressZlib in 'Src\CompressZlib.pas',
|
|
|
+ bzlib in 'Src\bzlib.pas',
|
|
|
+ LZMADecomp in 'Src\LZMADecomp.pas',
|
|
|
+ FileClass in 'Src\FileClass.pas',
|
|
|
+ MD5 in 'Src\MD5.pas',
|
|
|
+ SHA1 in 'Src\SHA1.pas',
|
|
|
+ Logging in 'Src\Logging.pas',
|
|
|
+ DebugClient in 'Src\DebugClient.pas',
|
|
|
+ DebugStruct in 'Src\DebugStruct.pas',
|
|
|
+ ArcFour in 'Src\ArcFour.pas',
|
|
|
+ Uninstall in 'Src\Uninstall.pas',
|
|
|
+ UninstProgressForm in 'Src\UninstProgressForm.pas' {UninstProgressForm},
|
|
|
+ UninstSharedFileForm in 'Src\UninstSharedFileForm.pas' {UninstSharedFileForm},
|
|
|
+ SimpleExpression in 'Src\SimpleExpression.pas',
|
|
|
+ UIStateForm in 'Src\UIStateForm.pas',
|
|
|
+ SetupForm in 'Src\SetupForm.pas',
|
|
|
+ RegSvr in 'Src\RegSvr.pas',
|
|
|
+ BrowseFunc in 'Src\BrowseFunc.pas',
|
|
|
+ RedirFunc in 'Src\RedirFunc.pas',
|
|
|
+ SecurityFunc in 'Src\SecurityFunc.pas',
|
|
|
+ Helper in 'Src\Helper.pas',
|
|
|
+ VerInfo in 'Src\VerInfo.pas',
|
|
|
+ RegDLL in 'Src\RegDLL.pas',
|
|
|
+ ResUpdate in 'Src\ResUpdate.pas',
|
|
|
+ SpawnCommon in 'Src\SpawnCommon.pas',
|
|
|
+ SpawnServer in 'Src\SpawnServer.pas',
|
|
|
+ SpawnClient in 'Src\SpawnClient.pas',
|
|
|
+ TaskDialog in 'Src\TaskDialog.pas',
|
|
|
BidiUtils in '..\Components\BidiUtils.pas',
|
|
|
PathFunc in '..\Components\PathFunc.pas',
|
|
|
BidiCtrls in '..\Components\BidiCtrls.pas',
|
|
@@ -83,7 +83,7 @@ uses
|
|
|
Resample in '..\Components\Resample.pas',
|
|
|
dwTaskbarList in '..\Components\dwTaskbarList.pas',
|
|
|
ASMInline in '..\Components\ASMInline.pas',
|
|
|
- TaskbarProgressFunc in 'TaskbarProgressFunc.pas';
|
|
|
+ TaskbarProgressFunc in 'Src\TaskbarProgressFunc.pas';
|
|
|
|
|
|
{$SetPEFlags IMAGE_FILE_RELOCS_STRIPPED}
|
|
|
{$SETPEOSVERSION 6.1}
|