2007-02-18から1日間の記事一覧

WiXUIExtension

WiX

WiXには標準的なウィザードのUIが付いている。下記を追加するとインストール先の選択が可能になる。 <Product> … <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> <UIRef Id="WixUI_InstallDir" /> … </Product> 下記のコマンドを実行すると、作成できる。candle.exe で一旦、wixobj ファイルを生成している。 candle.exe product.wxs light -ext WixUIExtensi…