WINAMP.COM | Forums > Developer Center > NSIS Discussion > Installer and Uninstaller Redundancy |
Last Thread
Next Thread
|
| Author |
|
|
onad Senior Member
Registered: Dec 2004 |
It is not the language, but I agree sharing functions between Installer and Uninstaller could be improved. __________________ |
||
|
|
|
Don Tommaso Junior Member
Registered: May 2006 |
Ok. But is it possible to achieve my goal somehow? I cannot |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
You can use a macro. code: __________________ |
||
|
|
|
Don Tommaso Junior Member
Registered: May 2006 |
Thanks, it works great! |
||
|
|
|
onad Senior Member
Registered: Dec 2004 |
Good codeing! Although obvious if you know it all.... __________________ |
||
|
|
|
JasonFriday13 Senior Member
Registered: May 2005 |
I have just made an example here. __________________ |
||
|
|
|
Wabiloo Member
Registered: Sep 2002 |
Ah yes, but what happens if I want to use an existing function, like, say ${WordFind}? doesn't work (obviously)... |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
Then you adapt the existing function to a similar scheme |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
code: __________________ |
||
|
|
|
Wabiloo Member
Registered: Sep 2002 |
|
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Nope, no limit. __________________ |
||
|
|
|
frodelan Junior Member
Registered: Sep 2005 |
Similar problem, but with macro which take a variable
I have following code in a .nsh file: |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > Installer and Uninstaller Redundancy |
Forum Rules:
|