|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Aug 2009
Posts: 3
|
Different FileDescription for installer and uninstaller
Hi, All
Is it possible to have the FileDescription set by VIAddVersionKey different for installer and uninstaller ? Thanks for help Anne |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Nope.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Well, it is possible if you create the uninstaller at compile time with a "different" script, but it's not a 1 line solution
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Aug 2009
Posts: 3
|
Any way to do it with system command after WriteUninstaller command ?
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Aug 2009
Posts: 3
|
I finally tried Anders solution and this works fine.
Thanks to all for your answers |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: May 2005
Posts: 119
|
Slight thread derail.
We currently create an uninstaller that creates the real uninstaller (if you get my drift). This is the only way we can digitally sign our uninstaller. Can anyone think of another way to do this? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|