Examples of syntax tried is:
Now, looking at this, you'd think that 6 bitmap files would be created using only 3 source files. However, my problem is that mybitmap1 through mybitmap3.bmp are being compressed twice (and doubling the archive size), thus making the whole concept of why I want to do this moot.
SetOutPath "$INSTDIR\folder1"
File /oname=bitmap1.bmp mybitmap1.bmp
File /oname=bitmap2.bmp mybitmap2.bmp
File /oname=bitmap3.bmp mybitmap3.bmp
SetOutPath "$INSTDIR\folder2"
File /oname=bitmap4.bmp mybitmap1.bmp
File /oname=bitmap5.bmp mybitmap2.bmp
File /oname=bitmap6.bmp mybitmap3.bmp
Am I missing something, or can I not do what I want to do?
I want 3 files compressed and added to the archive, but I want those 3 files to be extracted 6 times. 3 to one folder with a certain name, and 3 to another folder with a different name.
?
Not possible?
🤪