Commit 83dadcd 1 parent e8ec35d commit 83dadcd Copy full SHA for 83dadcd
File tree 3 files changed +2
-23
lines changed
3 files changed +2
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -152,8 +152,7 @@ List of Installer Return Codes
152
152
| 11 | Could not determine path to Igor 10 executable. |
153
153
| 12 | The file list for deinstallation could not be written |
154
154
| 13 | An error occurred when trying to disable ASLR for Igor64.exe (requires for ITC XOP) |
155
- | 14 | An error occurred when trying to apply the FixOffice365 script |
156
- | 15 | The installation configuration could not be written |
155
+ | 14 | The installation configuration could not be written |
157
156
| 740 | Admin privileges required. The installer was run as regular user with the argument /ALLUSER |
158
157
+-------------+---------------------------------------------------------------------------------------------------------------------------------+
159
158
Original file line number Diff line number Diff line change 59
59
!define ERROR_NO_IGOR10_PATH 11
60
60
!define ERROR_CANNOT_CREATE_UNINSTALL_FILELIST 12
61
61
!define ERROR_CANNOT_DISABLE_ASLR 13
62
- !define ERROR_CANNOT_FIX_OFFICE365 14
63
- !define ERROR_CANNOT_CREATE_INSTALLCONFIG 15
62
+ !define ERROR_CANNOT_CREATE_INSTALLCONFIG 14
64
63
!define ERROR_ELEVATION_REQUIRED 740
65
64
66
65
# Unicode true
@@ -863,12 +862,6 @@ SkipASLRSetup:
863
862
864
863
IntCmp $ISADMIN 0 SkipITCSetup
865
864
IntCmp $XOPINST 0 SkipITCSetup
866
- ExecWait ' Powershell.exe -executionPolicy bypass -File "$INSTDIR\Packages\ITCXOP2\tools\FixOffice365.ps1"' $0
867
- IntCmp $0 0 FixOffice365Done
868
- IfSilent +2
869
- MessageBox MB_OK " Can not apply Office365 fixes."
870
- !insertmacro QuitWithCode ERROR_CANNOT_FIX_OFFICE365
871
- FixOffice365Done:
872
865
!insertmacro WriteITCRegistry
873
866
${If} ${RunningX64}
874
867
SetRegView 64
You can’t perform that action at this time.
0 commit comments