This time i need somebody who knows NSIS Script..
What i want to do is:
Ive found a open source code of a pack very similar to Flyakite, including a shel32 patcher.
Ive already managed to delete other stuff and keep just shell32 installer...
But i want to make an option to install or 48px or 128px and maybe more in the future...
and there is anything like that in the code, just the code to install only one shell32 (one resolution)...
So i need something like a Switch, so that if the person can choose only one option...
Thats the code im trying but it doent compile because the program think it you install the same thing twice...
-------------------------------------------------------------------------
Section "Shell32 - 48px" SHELL32
!insertmacro InstallFile "_FILESDLL48" "shell32.dll" "$SYSDIR"
SectionEnd
Section "Shell32 - 128px" SHELL32
!insertmacro InstallFile "_FILESDLL128" "shell32.dll" "$SYSDIR"
SectionEnd
-------------------------------------------------------------------------
Also, if i manage to release this patcher, im thinking about releasing the source code, so that it would be much easier to people make their own shell32. What do you guys think??? I think i can do it because im using an open source, or im wrong???
Thx in advance....








Sign In »
Register Now!
Help

MultiQuote