File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ Section -pre
239239 WriteRegExpandStr HKLM $R0 " UninstallString" " $INSTDIR\${APP_FILE}-uninst.exe"
240240 WriteRegStr HKLM $R0 " URLInfoAbout" " ${APP_LINK}"
241241 WriteRegStr HKLM $R0 " HelpLink" " ${APP_HELP}"
242- WriteRegDWORD HKLM $R0 " EstimatedSize" 1800
242+ WriteRegDWORD HKLM $R0 " EstimatedSize" 80
243243
244244 Pop $R0
245245SectionEnd
@@ -501,12 +501,6 @@ Section !un.$(NameSecAppFiles) unSecAppFiles
501501 IfFileExists " Ninja.dll" " " +2
502502 Delete " Ninja.dll"
503503
504- ; Remove temporary VDF if present
505- StrCmp $OUTDIR " $INSTDIR\Data" +2
506- SetOutPath " $INSTDIR\Data"
507- IfFileExists " _delete_me.vdf" " " +2
508- Delete " _delete_me.vdf"
509-
510504 ; Start menu entries
511505 SetShellVarContext current
512506 IfFileExists " $SMPROGRAMS\Gothic\$(NameRemoveApp).lnk" " " +2
You can’t perform that action at this time.
0 commit comments