Fix #6449
commitb0c000c5883225d0edb4f268d967c77d07254dce
authorRafaël Carré <funman@videolan.org>
Sat, 26 Jan 2013 15:25:49 +0000 (26 16:25 +0100)
committerRafaël Carré <funman@videolan.org>
Sat, 26 Jan 2013 15:25:49 +0000 (26 16:25 +0100)
treef644337d3d5f8171054cb1b9a1afa3453d5330f9
parent9a0a47a5a28a0eaea1904d133b409494ba85037d
Fix #6449

A relative jump of +1 is the same than 0, we need +2 to skip the next
instruction.
Use named label so it is more clear than +2.

Read the InstallDir regkey, "" points to vlc.exe
extras/package/win32/NSIS/vlc.win32.nsi.in