2014-11-02 1 views
6

나는 여전히 아이콘 변경 볼 수 없습니다 그러나 다음 코드윅스 *의 .msi 설치 아이콘과 로고

<?xml version="1.0" encoding="utf-8"?> 
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> 
    <Product Id="*" Name="Installer" Language="1033" Version="0.0.1.4" Manufacturer="my" UpgradeCode="*"> 
    <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> 
    <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> 
    <MediaTemplate EmbedCab="yes" /> 
    <!--icon for Add/Remove Programs--> 
    <Icon Id="WINDOWS.ico" SourceFile="..\WINDOWS.ico" /> 
    <Property Id="ARPPRODUCTICON" Value="WINDOWS.ico" /> 
    <Feature Id="ProductFeature" Title="Installer" Level="1" Description="The complete installation" Display="expand" ConfigurableDirectory="INSTALLFOLDER"> 
     <ComponentRef Id="ProgramMenuDir" /> 
     <ComponentGroupRef Id="ExportReleaseComponentGroup" />   
    </Feature> 
    <!--Internal tools--> 
    <Feature Id="Internal_Calibration_tools" Title="Internal Calibration tools" Level="1000" Description="Internal tools"> 
     <ComponentGroupRef Id="group_Internal_Calibration_tools" /> 
    </Feature> 
    <UIRef Id="WixUI_Mondo"></UIRef> 
    <UIRef Id="WixUI_ErrorProgressText" /> 
    <WixVariable Id="WixUIExclamationIco" Value="..\Import\WINDOWS_32px.ico" /> 
    <WixVariable Id="WixUIInfoIco" Value="..\Import\WINDOWS_32px.ico" /> 
    <WixVariable Id="WixUINewIco" Value="..\Import\WINDOWS_16px.ico" /> 
    <WixVariable Id="WixUIUpIco" Value="..\Import\WINDOWS_16px.ico" /> 
    </Product> 
    <Fragment> 
    <Directory Id="TARGETDIR" Name="SourceDir"> 
     <Directory Id="ProgramFiles64Folder"> 

을 만들었습니다. 부트 스트랩 모든 일에 enter image description here


enter image description here


잘 작동하고 모든 아이콘이 변경되었습니다.

답변

3

변경하려는 경우 상단 배너의 이미지를 표시하고, 대화 제목 및 텍스트의 배경 레이어로 사용할 493 × 58 비트 맵을 만들어야합니다.

그래서 제품 요소에이 줄을 추가 :

<WixVariable Id="WixUIBannerBmp" Value="$(var.ImagesDir)\[YOUR BITMAP HERE].bmp" /> 

당신은 당신이를 추가해야 기본 WIX UI here