Re: [WiX-users] Unable to start httpd.exe service ?

2014-03-09 Thread D.A Danekhail
I added this and it worked for me : -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-start-httpd-exe-service-tp7593118p7593234.ht

[WiX-users] List box Property value not coming in c++ custom action wix?

2014-03-21 Thread D.A Danekhail
I am stuck with this from quite long now , the ListBox "SETUPLOGLEVEL" Property is not showing the value in C++ Custom action when I am calling MsiGetProperty(hInstall, L"SETUPLOGLEVEL", Pid, &PidLength). The pid is showing 0 value after execution of this function also, I checked by debugging the