Can NSIS create multiple installers at compile time, i want it to create:
- Product_Name_2000-XP_SP2.exe
- Product_Name_XP_SP3_Vista-7.exe
The 2000 XP one will have 2 sections missing, one section checks if the windows installer is up to date and the second installs the .NET framework v2..
My installer is 35mb and about 24mb is for the framework and windows installer v3..
I know i could make the installer download the files only if required but where my application is deployed customers often download on 1 machine and install on another...
D.