summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1213.toml
blob: aae1b1aa4d2035579e9f20aae131cf9d8bb65e32 (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
51
52
53
54
55
id = 1213
title = "7.1.0 - NSIS Installer file issues"
state = "opened"
created_at = "2022-09-15T13:23:46.969Z"
closed_at = "n/a"
labels = ["hostos: Windows", "workflow::Triaged"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1213"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = """![image](/uploads/9d359265667c9640d184805ca09ab15c/image.png)

Please check the screenshot relative to Window program list

**Problem n. 1 (standard icon)**

The icon rlative to QEMU is not graphic icon but starndrd udenfiend icon

**Problem n. 2 (author missing)**

Author info is missing

**Problem n. 3 (installer date is not updated)**

When you upgrade QEM the installation date not reflect last update but first installation (ex. version 7.1.0 with date of 2021).

Note: all issues are relative to NSIS installer script.

**Uninstaller icon**

It seems that

**!define MUI_UNICON "${SRCDIR}\\pc-bios\\qemu-nsis.ico"**__

didn't work.

Please check here

https://nsis.sourceforge.io/Add_uninstall_information_to_Add/Remove_Programs

Please try to add in uninsaller section

    WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "${SRCDIR}\\pc-bios\\qemu-nsis.ico"

**Missing author info in uninstall view**

    ; Write the uninstall keys for Windows
    WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "QEMU"
    WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "QEMU crew"

Replace "QEMU crew" with text that you like."""
reproduce = "n/a"
additional = "n/a"