From 69e29aca564dff1285cb91c5584dc0efd67df97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 8 Oct 2015 14:53:16 +0200 Subject: [PATCH] msi: use the correct id for remote-viewer.exe As, in theory, file ids are stables, seems that we have been using the wrong id for remote-viewer.exe (not sure if since forever or if the path changed). That's what msidump shows: ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "fil808B4A5BAB4ACD727D3823632E798743" File.idt ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "fil808B4A5BAB4ACD727D3823632E798743" Registry.idt reg29E29C5608128A0192FB9DC3C18562A6 0 VirtViewer.vvfile\shell\open\command "[#fil808B4A5BAB4ACD727D3823632E798743]" "%1" CProgIds ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "remote-viewer.exe" File.idt fil610DF9E49759B1DEC646290195F96F8A cmp7677A8696936707272DCA43B1BF26760 remote-viewer.exe 855735 512 837 So, let's use the correct id (fil610DF9E49759B1DEC646290195F96F8A) from now on. Related: rhbz#1146016 --- data/virt-viewer.wxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/virt-viewer.wxs.in b/data/virt-viewer.wxs.in index 2ed3b93..b7ea1e0 100644 --- a/data/virt-viewer.wxs.in +++ b/data/virt-viewer.wxs.in @@ -67,7 +67,7 @@ - +