Changeset 531
- Timestamp:
- 11/13/2008 4:41:44 AM (5 years ago)
- Location:
- branches/eraser6/Installer
- Files:
-
- 2 edited
-
Eraser.wxs (modified) (2 diffs)
-
Installer.wixproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Eraser.wxs
r530 r531 65 65 <Icon Id="Eraser.exe" SourceFile="..\Resources\Eraser.ico" /> 66 66 67 <UIRef Id="WixUI_Mondo" /> 68 <UIRef Id="WixUI_ErrorProgressText" /> 67 <UI> 68 <UIRef Id="WixUI_Mondo" /> 69 <UIRef Id="WixUI_ErrorProgressText" /> 70 <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" 71 Value="RunEraserExe">WIXUI_EXITDIALOGOPTIONALCHECKBOX And Not INSTALLED</Publish> 72 </UI> 73 69 74 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> 70 75 <WixVariable Id="WixUIBannerBmp" Value="Resources\Banner.bmp" /> … … 73 78 <WixVariable Id="WixUIInfoIco" Value="Resources\Information.ico" /> 74 79 <WixVariable Id="WixUINewIco" Value="Resources\New Folder.ico" /> 80 81 <CustomAction Id="RunEraserExe" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" /> 82 <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Run Eraser" /> 83 <Property Id="WixShellExecTarget" Value="[#EraserExe]" /> 75 84 </Product> 76 85 -
branches/eraser6/Installer/Installer.wixproj
r526 r531 37 37 <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> 38 38 </WixExtension> 39 <WixExtension Include="WixUtilExtension"> 40 <HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath> 41 </WixExtension> 39 42 </ItemGroup> 40 43 <ItemGroup> 41 44 <Content Include="License.rtf" /> 45 <Content Include="Resources\Banner.bmp" /> 46 <Content Include="Resources\Dialog.bmp" /> 42 47 <Content Include="Resources\Exclamation.ico" /> 43 48 <Content Include="Resources\Information.ico" />
Note: See TracChangeset
for help on using the changeset viewer.
