NewsArchive
01-19-2012, 01:51 AM
I need to conditionally delete some files BEFORE starting the install.
I need a step that follows:
If Exists('demover.sys')
Remove('demover.sys')
Remove('*.tps')
End
1) HOW do I code this?
2) WHERE do I insert the code?
3) Can I do this via the SB GUI rather than the script editor?
Sim
I need a step that follows:
If Exists('demover.sys')
Remove('demover.sys')
Remove('*.tps')
End
1) HOW do I code this?
2) WHERE do I insert the code?
3) Can I do this via the SB GUI rather than the script editor?
Sim