IfFileExists "$INSTDIR\C\shadowc\id1.bin" 0 idac1it works fine when there is no "$INSTDIR\C\shadowc\id1.bin" ( deletes filler3 and filler1) but when there is a id1.bin file, it first deletes filler2 and filler1 and then deletes filler3. Am I using the IfFileExists command right?
Delete "$INSTDIR\C\shadowc\filler2.img"
Delete "$INSTDIR\C\shadowc\filler1.img"
idac1:
Delete "$INSTDIR\C\shadowc\filler3.img"
Delete "$INSTDIR\C\shadowc\filler1.img"
IFfileExist trouble
I need to make the install directory exactly 500MB. So I use some filler. blank .img files in installer. After installing all the fillers, depending on what components are installed, I need to delet few fillers that were installed.I am using this script: