Kaynağa Gözat

CPack/NSIS: Also preload the "UserInfo.dll" plugin

This is currently used to provide
UserInfo::GetName and UserInfo::GetAccountType functions.
Patrick Storz 6 yıl önce
ebeveyn
işleme
9d2816544e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      Modules/Internal/CPack/NSIS.template.in

+ 3 - 0
Modules/Internal/CPack/NSIS.template.in

@@ -623,6 +623,9 @@ FunctionEnd
   ReserveFile "NSIS.InstallOptions.ini"
   !insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
 
+  ; for UserInfo::GetName and UserInfo::GetAccountType
+  ReserveFile /plugin 'UserInfo.dll'
+
 ;--------------------------------
 ; Installation types
 @CPACK_NSIS_INSTALLATION_TYPES@