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
After building run "dumpbin /imports " and verify that every DLL listed is part of windows and not a VC runtime. If you find a non-Windows VC runtime DLL (it'll usually have an 8, 9, or 10 embedded in the filename) you need to go back to the properties of your VC project and make sure that you are