Forum: NSIS Discussion
9th September 2008, 18:05
|
|
Replies: 2
Views: 1,591
|
Forum: NSIS Discussion
9th September 2008, 13:23
|
|
Replies: 2
Views: 1,591
Cannot delete file with no extension
Hello All,
My script fails to delete or rename file with no extension.
I tried the following:
Delete "$INSTDIR\bin\MT\mt_install"
Rename "$INSTDIR\bin\MT\mt_install"
ExecWait '"rename"...
|