jimpark / unsis

Automatically exported from code.google.com/p/unsis
Other
59 stars 15 forks source link

WriteUninstaller writes an invalid Win32 appliation with 2.46.5 #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

# Create a very small uninstaller.

OutFile "$%temp%\install.exe"
Section
SectionEnd
Function .onInit
    WriteUninstaller "$%temp%\uninstall.exe"
FunctionEnd
Section Uninstall
    Delete "$%temp%\install.exe"
    Delete "$%temp%\uninstall.exe"
SectionEnd

What is the expected output?
A valid Win32 uninstall.exe.

What do you see instead?
An invalid Win32 uninstall.exe.

What version of the product are you using? On what operating system?
Unicode NSIS 2.46.5 with Windows 7 64 Bit

Please provide any additional information below.
Same problem like issue 16, but for the uninstaller?

Original issue reported on code.google.com by f.he...@kappa.de on 29 Aug 2012 at 2:22

GoogleCodeExporter commented 9 years ago
This issue is a duplicate of issue 24, as i noticed today. - Sorry.

Original comment by f.he...@kappa.de on 30 Aug 2012 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by j...@scratchpaper.com on 30 Aug 2012 at 5:22