mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 05:37:11 +00:00
8 lines
102 B
NSIS
8 lines
102 B
NSIS
|
Function DeleteFiles
|
||
|
|
||
|
; list with deleted files
|
||
|
Delete "$INSTDIR\bin\PDFViewWin7.exe"
|
||
|
|
||
|
FunctionEnd
|
||
|
|