|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Senior Member
Join Date: Aug 2007
Posts: 117
|
Suppress "Error opening file for writing" Message from Script
How can one suppress the "Error opening file for writing" error message from the script?
It's not practical to suppress it by running the installer with the specific command line, I need to do it from within the script Any way how? |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
"SetOverwrite off" if the problem is a existing file.
Or you could try to see if you can write there first: PHP Code:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Aug 2007
Posts: 117
|
thanks!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|