Wireshark-bugs: [Wireshark-bugs] [Bug 8451] New: Silent installer and uninstaller not silent.
Bug ID |
8451
|
Summary |
Silent installer and uninstaller not silent.
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.8.6
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
jbburke@up.com
|
Build Information:
N/A. Exists in all versions. Part of the installer.
--
The installer has one item that produces dialog with the /S switch passed to
it.
wireshark.nsi
Line 205 MessageBox MB_OK "This version of Wireshark only runs on x64
machines.\nTry installing the 32-bit version instead."
Add /SD IDOK
The uninstaller has multiple points of dialog with the /S switch passed to it.
uninstall.nsi
Line 97 MessageBox MB_OK "Please note: rawshark.exe could not be
removed, it's probably in use!" IDOK 0 ;skipped if rawshark.exe removed
Add /SD IDOK
Line 103 MessageBox MB_OK "Please note: tshark.exe could not be
removed, it's probably in use!" IDOK 0 ;skipped if tshark.exe removed
Line /SD IDOK
Line 109 MessageBox MB_OK "Please note: wireshark.exe could not be
removed, it's probably in use!" IDOK 0 ;skipped if wireshark.exe removed
Add /SD IDOK
Line 266 MessageBox MB_OK "Please note: The directory $INSTDIR could not be
removed!" IDOK 0 ; skipped if dir doesn't exist
Add /SD IDOK
You are receiving this mail because:
- You are watching all bug changes.