13

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...

Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139
DRapp
  • 47,638
  • 12
  • 72
  • 142

4 Answers4

12

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

Herman
  • 2,738
  • 19
  • 32
8

For version 3.5, the source code is at http://wix.codeplex.com/SourceControl/list/changesets?branch=wix35

AntonyW
  • 2,284
  • 16
  • 21
1

The files can be found in the folder where Wix Toolset is installed.

C:\Program Files (x86)\WiX Toolset v3.11\SDK\wixui
Gilad Dahan
  • 508
  • 5
  • 19
0

And here's the latest source files. Thanks for the help.

http://wixtoolset.org/releases/v3.7.1015.0/wix37-sources.zip