blob: 5011e40339df22db3ea77c82c4236783b75b7c0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
id = 1085
title = "QEMU 7.0.0 - NSIS installer issue"
state = "opened"
created_at = "2022-06-21T08:44:06.648Z"
closed_at = "n/a"
labels = ["hostos: Windows"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1085"
host-os = "QWindows 10 64bit italian"
host-arch = "n/a"
qemu-version = "7.0.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """Misisng info in QEMU.nsi file"""
reproduce = """The exe installer exe file properties has a lot of porpeties missing

This is casued by mssing instruction like
VIAddVersionKey "ProductName" ""
VIAddVersionKey "ProductVersion" ""
VIAddVersionKey "Comments" ""
VIAddVersionKey "CompanyName" ""
VIAddVersionKey "LegalTrademarks" ""
VIAddVersionKey "LegalCopyright" ""
VIAddVersionKey "FileVersion" ""
VIAddVersionKey "FileDescription" ""
VIAddVersionKey "InternalName" ""
VIAddVersionKey "OriginalFilename" ""
In Windows program òlist about uninstalle
the QEMU icon is not right (generic icon)
The Is missing teh publisg

This si due error on
!define MUI_UNICON "${SRCDIR}\\pc-bios\\qemu-nsis.ico"
that probably point to an icon file not available
and an misisng line that set Publisher info for uninstalelr
WriteRegStr HKLM "${UNINST_KEY}" "Publisher" ""
Thanks. KR."""
additional = "n/a"
|