Codebase list virt-viewer / 69e29ac
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 Fabiano FidĂȘncio 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6666 <Component Id="CProgIds" Guid="89D6F46D-9C5E-4D65-8456-58FC361E553E">
6767 <ProgId Id='VirtViewer.vvfile' Description='VirtViewer connection file'>
6868 <Extension Id='vv' ContentType='application/x-virt-viewer'>
69 <Verb Id='open' Command='Open' TargetFile='fil808B4A5BAB4ACD727D3823632E798743' Argument='"%1"' />
69 <Verb Id='open' Command='Open' TargetFile='fil610DF9E49759B1DEC646290195F96F8A' Argument='"%1"' />
7070 <MIME ContentType="application/x-virt-viewer" Default="yes"/>
7171 </Extension>
7272 </ProgId>