Aqua-Soft Forums: [Help] Trying to make a Shell32 installer with NSIS Script - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Help] Trying to make a Shell32 installer with NSIS Script Rate Topic: -----

#1 User is offline   DarkFire Icon

  • Group: Member
  • Posts: 125
  • Joined: 20-March 08

Posted 11 June 2008 - 01:32 AM

Hey guys, here i am asking for your help once again...
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....
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic