Skip to content
⌘ NSIS Forum Archive

Create 64bit uninstaller

3 posts

eht16#

Create 64bit uninstaller

Hi,

with "Target amd64-unicode" I can easily create 64bit installer files.
But the included uninstaller binary seems to be 32bit however.

Does anyone know if the uninstaller can be created as 64bit binary as well when created from the same .nsi script as the installer?

I'm using NSIS 3.10 on Debian.

Thanks,
Enrico
Anders#
WriteUninstaller generates the uninstaller based on the installer so it seems strange if they don't match.
eht16#
Sorry, you are right.
I tested again and the created uninstaller is indeed a 64bit binary. Not sure what was wrong with my previous tests.