Re: [WiX-users] Hide the cancel button on progressDlg nightmare

2010-06-25 Thread gapearce
Did you export the "HideCancelButton" function correctly (in a def file?) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Hide-Cancel-button-on-ProgressDlg-with-WiXUI-InstallDir-tp5220745p5222725.html Sent from the wix-users mailing list archive at

Re: [WiX-users] Hide the cancel button on progressDlg nightmare

2010-06-25 Thread Andy.Kruger
Following are the run times the DLLs that dumpbin lists when i run against my HideCancel.dll. I believe all these are windows Dlls. KERNEL32.dll USER32.dll GDI32.dll WINSPOOL.DRV ADVAPI32.dll SHLWAPI.dll OLEAUT32.dll OLEACC.dll I have made sure the MFC is linked to static libraries in the VC++

Re: [WiX-users] Hide the cancel button on progressDlg nightmare

2010-06-25 Thread Blair
Thursday, June 24, 2010 10:34 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Hide the cancel button on progressDlg nightmare I have written a custom action DLL with the following code: UINT __stdcall HideCancelButton(MSIHANDLE hInstall) { PMSIHANDLE hRecord = M