如何在卸载时更改窗口的标题?
我们需要使用代码执行此操作,类似于安装窗口标题的代码:
procedure InitializeWizard();
begin
WizardForm.Caption := 'Setup Application';
end;
答案 0 :(得分:0)
使用InitializeUninstallProgressForm
event function中的1) char greeting [6] = { 'h','e','l','l','o','\0' };
2) char greeting[] = "hello";
3) #include <string>
string greeting = "hello";
全局变量来访问卸载表单。
UninstallProgressForm