Skip to content

Commit

Permalink
Changed all Microsoft download URLs from http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoe committed Feb 12, 2016
1 parent b762fcf commit ce85626
Show file tree
Hide file tree
Showing 34 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion scripts/products/directxruntime.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Source: "src\dxwebsetup.exe"; Flags: dontcopy

[Code]
const
directxruntime_url = 'http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe';
directxruntime_url = 'https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe';
procedure directxruntime();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx11.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ de.dotnetfx11_size=23,1 MB

[Code]
const
dotnetfx11_url = 'http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe';
dotnetfx11_url = 'https://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe';
procedure dotnetfx11();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx11lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.dotnetfx11lp_size=1,4 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx11lp_lcid=1031

de.dotnetfx11lp_url=http://download.microsoft.com/download/6/8/2/6821e687-526a-4ef8-9a67-9a402ec5ac9e/langpack.exe
de.dotnetfx11lp_url=https://download.microsoft.com/download/6/8/2/6821e687-526a-4ef8-9a67-9a402ec5ac9e/langpack.exe

[Code]
procedure dotnetfx11lp();
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx11sp1.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ de.dotnetfx11sp1_size=10,5 MB

[Code]
const
dotnetfx11sp1_url = 'http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe';
dotnetfx11sp1_url = 'https://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe';
procedure dotnetfx11sp1();
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dotnetfx20_size=23 MB

[Code]
const
dotnetfx20_url = 'http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe';
dotnetfx20_url_x64 = 'http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe';
dotnetfx20_url_ia64 = 'http://download.microsoft.com/download/f/8/6/f86148a4-e8f7-4d08-a484-b4107f238728/NetFx64.exe';
dotnetfx20_url = 'https://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe';
dotnetfx20_url_x64 = 'https://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe';
dotnetfx20_url_ia64 = 'https://download.microsoft.com/download/f/8/6/f86148a4-e8f7-4d08-a484-b4107f238728/NetFx64.exe';
procedure dotnetfx20();
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ de.dotnetfx20lp_size=1,8 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx20lp_lcid=1031

de.dotnetfx20lp_url=http://download.microsoft.com/download/2/9/7/29768238-56c3-4ea6-abba-4c5246f2bc81/langpack.exe
de.dotnetfx20lp_url_x64=http://download.microsoft.com/download/2/e/f/2ef250ba-a868-4074-a4c9-249004866f87/langpack.exe
de.dotnetfx20lp_url_ia64=http://download.microsoft.com/download/8/9/8/898c5670-5e74-41c4-82fc-68dd837af627/langpack.exe
de.dotnetfx20lp_url=https://download.microsoft.com/download/2/9/7/29768238-56c3-4ea6-abba-4c5246f2bc81/langpack.exe
de.dotnetfx20lp_url_x64=https://download.microsoft.com/download/2/e/f/2ef250ba-a868-4074-a4c9-249004866f87/langpack.exe
de.dotnetfx20lp_url_ia64=https://download.microsoft.com/download/8/9/8/898c5670-5e74-41c4-82fc-68dd837af627/langpack.exe

[Code]
procedure dotnetfx20lp();
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20sp1.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ de.dotnetfx20sp1_size=23,6 MB

[Code]
const
dotnetfx20sp1_url = 'http://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe';
dotnetfx20sp1_url_x64 = 'http://download.microsoft.com/download/9/8/6/98610406-c2b7-45a4-bdc3-9db1b1c5f7e2/NetFx20SP1_x64.exe';
dotnetfx20sp1_url_ia64 = 'http://download.microsoft.com/download/c/9/7/c97d534b-8a55-495d-ab06-ad56f4b7f155/NetFx20SP1_ia64.exe';
dotnetfx20sp1_url = 'https://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe';
dotnetfx20sp1_url_x64 = 'https://download.microsoft.com/download/9/8/6/98610406-c2b7-45a4-bdc3-9db1b1c5f7e2/NetFx20SP1_x64.exe';
dotnetfx20sp1_url_ia64 = 'https://download.microsoft.com/download/c/9/7/c97d534b-8a55-495d-ab06-ad56f4b7f155/NetFx20SP1_ia64.exe';
procedure dotnetfx20sp1();
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20sp1lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ de.dotnetfx20sp1lp_size=3,4 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx20sp1lp_lcid=1031

de.dotnetfx20sp1lp_url=http://download.microsoft.com/download/8/a/a/8aab7e6a-5e58-4e83-be99-f5fb49fe811e/NetFx20SP1_x86de.exe
de.dotnetfx20sp1lp_url_x64=http://download.microsoft.com/download/1/4/2/1425872f-c564-4ab2-8c9e-344afdaecd44/NetFx20SP1_x64de.exe
de.dotnetfx20sp1lp_url_ia64=http://download.microsoft.com/download/a/0/b/a0bef431-19d8-433c-9f42-6e2824a8cb90/NetFx20SP1_ia64de.exe
de.dotnetfx20sp1lp_url=https://download.microsoft.com/download/8/a/a/8aab7e6a-5e58-4e83-be99-f5fb49fe811e/NetFx20SP1_x86de.exe
de.dotnetfx20sp1lp_url_x64=https://download.microsoft.com/download/1/4/2/1425872f-c564-4ab2-8c9e-344afdaecd44/NetFx20SP1_x64de.exe
de.dotnetfx20sp1lp_url_ia64=https://download.microsoft.com/download/a/0/b/a0bef431-19d8-433c-9f42-6e2824a8cb90/NetFx20SP1_ia64de.exe

[Code]
procedure dotnetfx20sp1lp();
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20sp2.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ de.dotnetfx20sp2_size=24 MB - 52 MB

[Code]
const
dotnetfx20sp2_url = 'http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe';
dotnetfx20sp2_url_x64 = 'http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x64.exe';
dotnetfx20sp2_url_ia64 = 'http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_ia64.exe';
dotnetfx20sp2_url = 'https://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe';
dotnetfx20sp2_url_x64 = 'https://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x64.exe';
dotnetfx20sp2_url_ia64 = 'https://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_ia64.exe';
procedure dotnetfx20sp2();
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/dotnetfx20sp2lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ de.dotnetfx20sp2lp_size=3,4 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx20sp2lp_lcid=1031

de.dotnetfx20sp2lp_url=http://download.microsoft.com/download/0/b/1/0b175c8e-34bd-46c0-bfcd-af8d33770c58/netfx20sp2_x86de.exe
de.dotnetfx20sp2lp_url_x64=http://download.microsoft.com/download/4/e/c/4ec67a11-879d-4550-9c25-fd9ab4261b46/netfx20sp2_x64de.exe
de.dotnetfx20sp2lp_url_ia64=http://download.microsoft.com/download/a/3/3/a3349a2d-36e4-4797-8297-4394e6fbd677/NetFx20SP2_ia64de.exe
de.dotnetfx20sp2lp_url=https://download.microsoft.com/download/0/b/1/0b175c8e-34bd-46c0-bfcd-af8d33770c58/netfx20sp2_x86de.exe
de.dotnetfx20sp2lp_url_x64=https://download.microsoft.com/download/4/e/c/4ec67a11-879d-4550-9c25-fd9ab4261b46/netfx20sp2_x64de.exe
de.dotnetfx20sp2lp_url_ia64=https://download.microsoft.com/download/a/3/3/a3349a2d-36e4-4797-8297-4394e6fbd677/NetFx20SP2_ia64de.exe

[Code]
procedure dotnetfx20sp2lp();
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx35.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dotnetfx35_size=3 MB - 197 MB

[Code]
const
dotnetfx35_url = 'http://download.microsoft.com/download/7/0/3/703455ee-a747-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe';
dotnetfx35_url = 'https://download.microsoft.com/download/7/0/3/703455ee-a747-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe';
procedure dotnetfx35();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx35lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.dotnetfx35lp_size=13 MB - 51 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx35lp_lcid=1031

de.dotnetfx35lp_url=http://download.microsoft.com/download/d/1/e/d1e617c3-c7f4-467e-a7de-af832450efd3/dotnetfx35langpack_x86de.exe
de.dotnetfx35lp_url=https://download.microsoft.com/download/d/1/e/d1e617c3-c7f4-467e-a7de-af832450efd3/dotnetfx35langpack_x86de.exe

[Code]
procedure dotnetfx35lp();
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx35sp1.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ de.dotnetfx35sp1_size=3 MB - 232 MB

[Code]
const
dotnetfx35sp1_url = 'http://download.microsoft.com/download/0/6/1/061f001c-8752-4600-a198-53214c69b51f/dotnetfx35setup.exe';
dotnetfx35sp1_url = 'https://download.microsoft.com/download/0/6/1/061f001c-8752-4600-a198-53214c69b51f/dotnetfx35setup.exe';
procedure dotnetfx35sp1();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx35sp1lp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.dotnetfx35sp1lp_size=22 MB - 98 MB
;http://www.microsoft.com/globaldev/reference/lcid-all.mspx
de.dotnetfx35sp1lp_lcid=1031

de.dotnetfx35sp1lp_url=http://download.microsoft.com/download/d/7/2/d728b7b9-454b-4b57-8270-45dac441b0ec/dotnetfx35langpack_x86de.exe
de.dotnetfx35sp1lp_url=https://download.microsoft.com/download/d/7/2/d728b7b9-454b-4b57-8270-45dac441b0ec/dotnetfx35langpack_x86de.exe

[Code]
procedure dotnetfx35sp1lp();
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx40client.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ de.dotnetfx40client_lcid=/lcid 1031

[Code]
const
dotnetfx40client_url = 'http://download.microsoft.com/download/7/B/6/7B629E05-399A-4A92-B5BC-484C74B5124B/dotNetFx40_Client_setup.exe';
dotnetfx40client_url = 'https://download.microsoft.com/download/7/B/6/7B629E05-399A-4A92-B5BC-484C74B5124B/dotNetFx40_Client_setup.exe';
procedure dotnetfx40client();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx40full.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ de.dotnetfx40full_lcid=/lcid 1031

[Code]
const
dotnetfx40full_url = 'http://download.microsoft.com/download/1/B/E/1BE39E79-7E39-46A3-96FF-047F95396215/dotNetFx40_Full_setup.exe';
dotnetfx40full_url = 'https://download.microsoft.com/download/1/B/E/1BE39E79-7E39-46A3-96FF-047F95396215/dotNetFx40_Full_setup.exe';
procedure dotnetfx40full();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/dotnetfx46.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ de.dotnetfx46_lcid=/lcid 1031

[Code]
const
dotnetfx46_url = 'http://download.microsoft.com/download/1/4/A/14A6C422-0D3C-4811-A31F-5EF91A83C368/NDP46-KB3045560-Web.exe';
dotnetfx46_url = 'https://download.microsoft.com/download/1/4/A/14A6C422-0D3C-4811-A31F-5EF91A83C368/NDP46-KB3045560-Web.exe';
procedure dotnetfx46(minVersion: integer);
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/ie6.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ de.ie6_size=1 MB - 77,5 MB

[Code]
const
ie6_url = 'http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe';
ie6_url = 'https://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe';
procedure ie6(minVersion: string);
var
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/jet4sp8.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ de.jet4sp8_size=3,7 MB

[Code]
const
jet4sp8_url = 'http://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c51469/Jet40SP8_9xNT.exe';
jet4sp8_url = 'https://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c51469/Jet40SP8_9xNT.exe';
procedure jet4sp8(minVersion: string);
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/kb835732.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ de.kb835732_size=6,8 MB

[Code]
const
kb835732_url = 'http://download.microsoft.com/download/f/a/a/faa796aa-399d-437a-9284-c3536e9f2e6e/Windows2000-KB835732-x86-ENU.EXE';
kb835732_url = 'https://download.microsoft.com/download/f/a/a/faa796aa-399d-437a-9284-c3536e9f2e6e/Windows2000-KB835732-x86-ENU.EXE';
procedure kb835732();
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/mdac28.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.mdac28_size=5,4 MB

[Code]
const
mdac28_url = 'http://download.microsoft.com/download/c/d/f/cdfd58f1-3973-4c51-8851-49ae3777586f/MDAC_TYP.EXE';
mdac28_url = 'https://download.microsoft.com/download/c/d/f/cdfd58f1-3973-4c51-8851-49ae3777586f/MDAC_TYP.EXE';
procedure mdac28(minVersion: string);
var
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/msi20.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.msi20_size=1,7 MB

[Code]
const
msi20_url = 'http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe';
msi20_url = 'https://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe';
procedure msi20(minVersion: string);
begin
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/msi31.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.msi31_size=2,5 MB

[Code]
const
msi31_url = 'http://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe';
msi31_url = 'https://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe';
procedure msi31(minVersion: string);
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/msi45.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ de.msi45win51_size=3,2 MB

[Code]
const
msi45win60_url = 'http://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/Windows6.0-KB942288-v2-x86.msu';
msi45win52_url = 'http://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/WindowsServer2003-KB942288-v4-x86.exe';
msi45win51_url = 'http://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/WindowsXP-KB942288-v3-x86.exe';
msi45win60_url = 'https://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/Windows6.0-KB942288-v2-x86.msu';
msi45win52_url = 'https://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/WindowsServer2003-KB942288-v4-x86.exe';
msi45win51_url = 'https://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/WindowsXP-KB942288-v3-x86.exe';
procedure msi45(minVersion: string);
begin
Expand Down
4 changes: 2 additions & 2 deletions scripts/products/sql2005express.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ de.sql2005express_size_x64=58,1 MB

[Code]
const
sql2005express_url = 'http://download.microsoft.com/download/4/B/E/4BED5810-C8C0-4697-BDC3-DBC114B8FF6D/SQLEXPR32_NLA.EXE';
sql2005express_url_x64 = 'http://download.microsoft.com/download/4/B/E/4BED5810-C8C0-4697-BDC3-DBC114B8FF6D/SQLEXPR_NLA.EXE';
sql2005express_url = 'https://download.microsoft.com/download/4/B/E/4BED5810-C8C0-4697-BDC3-DBC114B8FF6D/SQLEXPR32_NLA.EXE';
sql2005express_url_x64 = 'https://download.microsoft.com/download/4/B/E/4BED5810-C8C0-4697-BDC3-DBC114B8FF6D/SQLEXPR_NLA.EXE';
procedure sql2005express();
var
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/sql2008express.iss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ de.sql2008expressr2_size_x64=74,1 MB

[Code]
const
sql2008expressr2_url = 'http://download.microsoft.com/download/5/1/A/51A153F6-6B08-4F94-A7B2-BA1AD482BC75/SQLEXPR32_x86_ENU.exe';
sql2008expressr2_url_x64 = 'http://download.microsoft.com/download/5/1/A/51A153F6-6B08-4F94-A7B2-BA1AD482BC75/SQLEXPR_x64_ENU.exe';
sql2008expressr2_url = 'https://download.microsoft.com/download/5/1/A/51A153F6-6B08-4F94-A7B2-BA1AD482BC75/SQLEXPR32_x86_ENU.exe';
sql2008expressr2_url_x64 = 'https://download.microsoft.com/download/5/1/A/51A153F6-6B08-4F94-A7B2-BA1AD482BC75/SQLEXPR_x64_ENU.exe';
procedure sql2008express();
var
Expand All @@ -29,7 +29,7 @@ begin
if (compareversion(version, '10.5') < 0) then begin
if (not IsIA64()) then
AddProduct('sql2008expressr2' + GetArchitectureString() + '.exe',
'/QS /IACCEPTSQLSERVERLICENSETERMS /ACTION=Install /FEATURES=All /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="builtin\administrators"',
'/QS /IACCEPTSQLSERVERLICENSETERMS /ACTION=Install /FEATURES=All /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="builtin\administrators"',
CustomMessage('sql2008expressr2_title'),
CustomMessage('sql2008expressr2_size' + GetArchitectureString()),
GetString(sql2008expressr2_url, sql2008expressr2_url_x64, ''),
Expand Down
2 changes: 1 addition & 1 deletion scripts/products/sqlcompact35sp2.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ de.sqlcompact35sp2_size=5,3 MB

[Code]
const
sqlcompact35sp2_url = 'http://download.microsoft.com/download/E/C/1/EC1B2340-67A0-4B87-85F0-74D987A27160/SSCERuntime-ENU.exe';
sqlcompact35sp2_url = 'https://download.microsoft.com/download/E/C/1/EC1B2340-67A0-4B87-85F0-74D987A27160/SSCERuntime-ENU.exe';
procedure sqlcompact35sp2();
begin
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/vcredist2005.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ de.vcredist2005_size_ia64=8,8 MB

[Code]
const
vcredist2005_url = 'http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe';
vcredist2005_url_x64 = 'http://download.microsoft.com/download/9/1/4/914851c6-9141-443b-bdb4-8bad3a57bea9/vcredist_x64.exe';
vcredist2005_url_ia64 = 'http://download.microsoft.com/download/8/1/6/816129e4-7f2f-4ba6-b065-684223e2fe1e/vcredist_IA64.exe';
vcredist2005_url = 'https://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe';
vcredist2005_url_x64 = 'https://download.microsoft.com/download/9/1/4/914851c6-9141-443b-bdb4-8bad3a57bea9/vcredist_x64.exe';
vcredist2005_url_ia64 = 'https://download.microsoft.com/download/8/1/6/816129e4-7f2f-4ba6-b065-684223e2fe1e/vcredist_IA64.exe';
vcredist2005_productcode = '{A49F249F-0C91-497F-86DF-B2585E8E76B7}';
vcredist2005_productcode_x64 = '{6E8E85E8-CE4B-4FF5-91F7-04999C9FAE6A}';
Expand Down
6 changes: 3 additions & 3 deletions scripts/products/vcredist2008.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ de.vcredist2008_size_ia64=4,0 MB

[Code]
const
vcredist2008_url = 'http://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe';
vcredist2008_url_x64 = 'http://download.microsoft.com/download/d/2/4/d242c3fb-da5a-4542-ad66-f9661d0a8d19/vcredist_x64.exe';
vcredist2008_url_ia64 = 'http://download.microsoft.com/download/a/1/a/a1a4996b-ed78-4c2b-9589-8edd81b8df39/vcredist_IA64.exe';
vcredist2008_url = 'https://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe';
vcredist2008_url_x64 = 'https://download.microsoft.com/download/d/2/4/d242c3fb-da5a-4542-ad66-f9661d0a8d19/vcredist_x64.exe';
vcredist2008_url_ia64 = 'https://download.microsoft.com/download/a/1/a/a1a4996b-ed78-4c2b-9589-8edd81b8df39/vcredist_IA64.exe';
vcredist2008_productcode = '{FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4}';
vcredist2008_productcode_x64 = '{350AA351-21FA-3270-8B7A-835434E766AD}';
Expand Down
8 changes: 4 additions & 4 deletions scripts/products/vcredist2010.iss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ de.vcredist2010_size_ia64=2,2 MB

[Code]
const
vcredist2010_url = 'http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe';
vcredist2010_url_x64 = 'http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe';
vcredist2010_url_ia64 = 'http://download.microsoft.com/download/3/3/A/33A75193-2CBC-424E-A886-287551FF1EB5/vcredist_IA64.exe';
vcredist2010_url = 'https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe';
vcredist2010_url_x64 = 'https://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe';
vcredist2010_url_ia64 = 'https://download.microsoft.com/download/3/3/A/33A75193-2CBC-424E-A886-287551FF1EB5/vcredist_IA64.exe';
vcredist2010_productcode = '{196BB40D-1578-3D01-B289-BEFC77A11A1E}';
vcredist2010_productcode_x64 = '{DA5E371C-6333-3D8A-93A4-6FD5B20BCC6E}';
Expand All @@ -29,7 +29,7 @@ procedure vcredist2010();
begin
if (not msiproduct(GetString(vcredist2010_productcode, vcredist2010_productcode_x64, vcredist2010_productcode_ia64))) then
AddProduct('vcredist2010' + GetArchitectureString() + '.exe',
'/q /norestart',
'/passive /norestart',
CustomMessage('vcredist2010_title' + GetArchitectureString()),
CustomMessage('vcredist2010_size' + GetArchitectureString()),
GetString(vcredist2010_url, vcredist2010_url_x64, vcredist2010_url_ia64),
Expand Down
4 changes: 2 additions & 2 deletions scripts/products/vcredist2012.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ de.vcredist2012_size_x64=6,4 MB

[Code]
const
vcredist2012_url = 'http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe';
vcredist2012_url_x64 = 'http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe';
vcredist2012_url = 'https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe';
vcredist2012_url_x64 = 'https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe';
vcredist2012_productcode = '{BD95A8CD-1D9F-35AD-981A-3E7925026EBB}';
vcredist2012_productcode_x64 = '{CF2BEA3C-26EA-32F8-AA9B-331F7E34BA97}';
Expand Down
4 changes: 2 additions & 2 deletions scripts/products/vcredist2013.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ de.vcredist2013_size_x64=6,9 MB

[Code]
const
vcredist2013_url = 'http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe';
vcredist2013_url_x64 = 'http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe';
vcredist2013_url = 'https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe';
vcredist2013_url_x64 = 'https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe';
vcredist2013_productcode = '{13A4EE12-23EA-3371-91EE-EFB36DDFFF3E}';
vcredist2013_productcode_x64 = '{A749D8E6-B613-3BE3-8F5F-045C84EBA29B}';
Expand Down
Loading

2 comments on commit ce85626

@slagelwa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Afraid https doesn't appear to work on Windows 7. Just get a error, "Unsupported protocol. Only HTTP and FTP protocols are supported."

@ygoe
Copy link
Contributor Author

@ygoe ygoe commented on ce85626 Feb 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange, I can confirm that it doesn't work on my Windows 7 and 10 machine, but it did work on another one (not sure which version). isxdl is so stupid, time to get rid of that. Why can't Inno Setup download files in the first place?

Please sign in to comment.