##// END OF EJS Templates
wix: tell ComponentSearch that it is finding a directory (not a file)...
Kyle Lippincott -
r47159:8deab876 stable
parent child Browse files
Show More
@@ -39,7 +39,8 b''
39 39
40 40 <Property Id="INSTALLDIR">
41 41 <ComponentSearch Id='SearchForMainExecutableComponent'
42 Guid='$(var.ComponentMainExecutableGUID)' />
42 Guid='$(var.ComponentMainExecutableGUID)'
43 Type='directory' />
43 44 </Property>
44 45
45 46 <!--Property Id='ARPCOMMENTS'>any comments</Property-->
General Comments 0
You need to be logged in to leave comments. Login now