I want to delete a particlular ear files while running my installer... I have used the following command to delete the files
Delete "${fileLoc}\*.ear"
But this command is not working for me. I dont know the reason... Could you please suggest how to delete particular extension files in NSIS?