>>That sounds like ProgId is referring to a File, not the Icon.  Can you
share out a bit more .wxs code?

Hi,

I have following .wxs code:

<Component Id="ConfiguratorExe" Guid="CCF29E44-B11F-11DB-A6D4-B41B56D89593">
   <File Id="configurator.exe" Name="configurator.exe" DiskId="1"
Source="C:\Test\release\configurator.exe"/>
   <ProgId Id="File.tst" Advertise="yes" Description="Test App configuration
file" Icon="TstFileIcon" IconIndex="0">
      <Extension Id="tst" Advertise="yes">
         <Verb Id="open" Command="Configure Test App" Argument='"%1"' />
      </Extension>
   </ProgId>
</Component>

<Icon Id="TstFileIcon" SourceFile="C:\Test\win\icon_32.ico"/>

Double click on e.g. testconf.tst file launches correctly the installed
configurator.exe, but testconf.tst file doesn't show correct TstFileIcon. It
shows Windows own icon. I'm using WiX 3.0.2420 build.

I have also tested this same .wxs code snippet in WiX 2.0.4820 build and it
seems that after successfully candle and lighting the .wxs code, the msi
tables ProgId, Extension and Verb doesn't appear to .msi package.

Can someone provide some help in this?

Thanks,

Harry
-- 
View this message in context: 
http://www.nabble.com/Icon-attribute-on-ProgId-elements-tf3373329.html#a9669370
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to