We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c9066 commit ae470f9Copy full SHA for ae470f9
OneMoreSetup/OneMoreSetup.vdproj.json
@@ -10613,15 +10613,15 @@
10613
{
10614
"Name": "8:OneMoreAddIn",
10615
"ProductName": "8:OneMoreAddIn",
10616
- "ProductCode": "8:{B01A8B01-E945-43BF-ABDF-9540A833CA58}",
10617
- "PackageCode": "8:{83AA7652-A92E-4286-B099-842410CFF528}",
+ "ProductCode": "8:{F16E084C-B744-41FD-9281-8A251B7FFCD9}",
+ "PackageCode": "8:{05A4FBAA-0DE3-4DC9-9856-59874FA62056}",
10618
"UpgradeCode": "8:{058F6D04-E0D0-4984-B6B7-7FE0C581680E}",
10619
"AspNetVersion": "8:4.0.30319.0",
10620
"RestartWWWService": "11:FALSE",
10621
"RemovePreviousVersions": "11:TRUE",
10622
"DetectNewerInstalledVersion": "11:TRUE",
10623
"InstallAllUsers": "11:TRUE",
10624
- "ProductVersion": "8:6.7.5",
+ "ProductVersion": "8:6.7.6",
10625
"Manufacturer": "8:River",
10626
"ARPHELPTELEPHONE": "8:",
10627
"ARPHELPLINK": "8:https://github.com/stevencohn/OneMore",
setoffice.ps1
@@ -1,6 +1,8 @@
1
<#
2
.SYNOPSIS
3
Check or set the Office Bitness/Platform registry values.
4
+This is used to trick the OneNote OfficeSetup.exe into installing the desired version
5
+when testing on a clean machine (VM) without Office installed.
6
7
.PARAMETER Architecture
8
The architecture to set. Valid values are 'x86' or 'x64'. Default is 'x86'.
@@ -90,7 +92,6 @@ Begin
90
92
}
91
93
94
- #>
95
96
Process
97
0 commit comments