Skip to content

Commit ae470f9

Browse files
committed
cleanup
1 parent 93c9066 commit ae470f9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

OneMoreSetup/OneMoreSetup.vdproj.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10613,15 +10613,15 @@
1061310613
{
1061410614
"Name": "8:OneMoreAddIn",
1061510615
"ProductName": "8:OneMoreAddIn",
10616-
"ProductCode": "8:{B01A8B01-E945-43BF-ABDF-9540A833CA58}",
10617-
"PackageCode": "8:{83AA7652-A92E-4286-B099-842410CFF528}",
10616+
"ProductCode": "8:{F16E084C-B744-41FD-9281-8A251B7FFCD9}",
10617+
"PackageCode": "8:{05A4FBAA-0DE3-4DC9-9856-59874FA62056}",
1061810618
"UpgradeCode": "8:{058F6D04-E0D0-4984-B6B7-7FE0C581680E}",
1061910619
"AspNetVersion": "8:4.0.30319.0",
1062010620
"RestartWWWService": "11:FALSE",
1062110621
"RemovePreviousVersions": "11:TRUE",
1062210622
"DetectNewerInstalledVersion": "11:TRUE",
1062310623
"InstallAllUsers": "11:TRUE",
10624-
"ProductVersion": "8:6.7.5",
10624+
"ProductVersion": "8:6.7.6",
1062510625
"Manufacturer": "8:River",
1062610626
"ARPHELPTELEPHONE": "8:",
1062710627
"ARPHELPLINK": "8:https://github.com/stevencohn/OneMore",

setoffice.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<#
22
.SYNOPSIS
33
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.
46
57
.PARAMETER Architecture
68
The architecture to set. Valid values are 'x86' or 'x64'. Default is 'x86'.
@@ -90,7 +92,6 @@ Begin
9092
}
9193
}
9294
}
93-
#>
9495
}
9596
Process
9697
{

0 commit comments

Comments
 (0)