[gimp/gimp-2-8] Installer: handle /32 properly when reboot is needed before install can continue
- From: Jernej SimonÄiÄ <jernejs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Installer: handle /32 properly when reboot is needed before install can continue
- Date: Mon, 16 Jul 2012 20:20:48 +0000 (UTC)
commit 805790885379551f88955c81800e2631bdd4c168
Author: Jernej SimonÄiÄ <jernej+s-gnome eternallybored org>
Date: Mon Jul 16 22:20:12 2012 +0200
Installer: handle /32 properly when reboot is needed before install can continue
build/windows/installer/rebootcontinue.isi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/windows/installer/rebootcontinue.isi b/build/windows/installer/rebootcontinue.isi
index bafb581..2097ad0 100644
--- a/build/windows/installer/rebootcontinue.isi
+++ b/build/windows/installer/rebootcontinue.isi
@@ -42,6 +42,9 @@ begin
SetupRestartData := AddParam(SetupRestartData, 'TASKS', Quote(WizardSelectedTasks(False)));
SetupRestartData := AddParam(SetupRestartData, 'ASSOC', Quote(Associations_GetSelected()));
+ if Force32bitInstall then
+ SetupRestartData := AddSimpleParam(SetupRestartData, '32');
+
if ExpandConstant('{param:log|*}') <> '*' then
begin
SetupRestartData := AddParam(SetupRestartData, 'LOG', Quote(ExpandConstant('{param:log|*}')));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]