Новый участник
Сообщения: 47
Благодарности: 5
|
Профиль
|
Отправить PM
| Цитировать
habib2302,
Ну так вот, пожалуйста пользуйтесь:
[Setup]
AppName=My Application
AppVersion=1.5
DefaultDirName={pf}\My Application
WizardSmallImageFile=WiazrdSmallImage.bmp
[Files]
Source: WiazrdSmallImage.bmp; DestDir: {app}; Flags: ignoreversion
[code]
procedure InitializeUninstallProgressForm();
begin
FileCopy(ExpandConstant('{app}\WiazrdSmallImage.bmp'), ExpandConstant('{app}\WiazrdSmallImage.bmp'), False);
with UninstallProgressForm.WizardSmallBitmapImage do
begin
Bitmap.LoadFromFile(ExpandConstant('{app}\WiazrdSmallImage.bmp'));
end;
end;
|
Отправлено: 07:04, 02-06-2012
| #315
|