We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69062ad commit 8bac10bCopy full SHA for 8bac10b
tools/installer/installer.nsi
@@ -835,7 +835,13 @@ SkipASLRSetup:
835
836
IntCmp $ISADMIN 0 SkipITCSetup
837
IntCmp $XOPINST 0 SkipITCSetup
838
- ExecWait 'Powershell.exe -executionPolicy bypass -File "$INSTDIR\Packages\ITCXOP2\tools\FixOffice365.ps1"'
+ ExecWait 'Powershell.exe -executionPolicy bypass -File "$INSTDIR\Packages\ITCXOP2\tools\FixOffice365.ps1"' $0
839
+ IntCmp $0 0 FixOffice365Done
840
+ IfSilent +2
841
+ MessageBox MB_OK "Can not apply Office365 fixes."
842
+ SetErrorlevel 1
843
+ Quit
844
+FixOffice365Done:
845
!insertmacro WriteITCRegistry
846
${If} ${RunningX64}
847
SetRegView 64
0 commit comments