Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDuth committed Oct 14, 2017
1 parent 745e2da commit 2b53044
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build-multiuser.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ CRCCheck on
; LANGUAGES

; MUIv2 macros (must be after scripts and pages)
; TODO add more languages?
!insertmacro MUI_LANGUAGE English


Expand Down Expand Up @@ -375,7 +374,7 @@ Section /o "MS Visual C runtime DLL (1.73MB Download)" SecMSC
Goto DoneMSVC

; Install MS Visual C Runtime
; TODO there seems to be a bug in the installer that leaves junk files in the root directory of the largest drive
; there seems to be a bug in the installer that leaves junk files in the root directory of the largest drive.
InstalMSVC:
; run installer silently (no user input, no cancel button)
ExecWait '"$PLUGINSDIR\${MSVC_FILE}" /qb!'
Expand Down Expand Up @@ -405,7 +404,6 @@ SectionGroupEnd
; UNINSTALLER SECTIONS
;
; All section names prefixed by "Un" will be in the uninstaller
; TODO include a FOP uninstaller

; Settings
UninstallText "This will uninstall ${PRODUCT_NAME}."
Expand Down

0 comments on commit 2b53044

Please sign in to comment.