Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wix, where can I find WixUI_InstallDir.wxs and InstallDirDlg.wxs

Tags:

wix

wix3.5

I've just been assigned a task of working (learning) WIX. To better understand the dialog handling and stuff, I found many references of "just get..." and then WixUI_InstallDir.wxs and InstallDirDlg.wxs (and obviously the others out there).

I've searched all over (several hours) and have YET to actually find the raw .WXS files these other links have directed me to.

Thanks for the help...

like image 789
DRapp Avatar asked Jun 23 '11 13:06

DRapp


1 Answers

In case you are looking where wxs files are in the source tree, for 3.6 they are here:

src/ext/UIExtension/wixlib

And as AntonyW already pointed out the source can be downloaded from codeplex. This is the link for version 3.6: http://wix.codeplex.com/SourceControl/list/changesets?branch=wix36

The lastest version is available through this direct link: http://wix.codeplex.com/SourceControl/latest#src/ext/UIExtension/wixlib/InstallDirDlg.wxs

like image 93
Herman Avatar answered Oct 13 '22 19:10

Herman