[WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Bob Lim
Dear guys, I am doing a minor upgrade with "REINSTALL=ALL REINSTALLMODE=vomus" which succeeded and the installer title is updated in Add/Remove Programs but I found that the dlls in the installed directory is still dated 31 Oct and their file sizes are still the same, whereas my new dlls are da

Re: [WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Richard
In article <[EMAIL PROTECTED]>, Bob Lim <[EMAIL PROTECTED]> writes: > I am doing a minor upgrade with "REINSTALL=ALL REINSTALLMODE=vomus" > which suc ceeded and the installer title is updated in Add/Remove Programs > but I found th at the dlls in the installed directory is still dated 31 > O

[WiX-users] New WiX3 DifxApp changes not working?

2008-11-02 Thread Kevin Richardson
I was happy to see Bob's changes to add multi-platform DIFxApp support to WiX3 (http://sourceforge.net/tracker2/?func=detail&aid=1962701&group_id=105970&atid=642714 ). Unfortunately, I seem to be missing something because I can't get the linker to find MsiProcessDrivers. I get the LGHT0094

Re: [WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Bob Lim
Hi, Thanks Richard for the fast reply! I have checked the logs. In the installer, there are 3 dlls installed. Here are the logs on why they are not upgraded. MSI (s) (98:C4) [10:48:46:484]: Executing op: FileCopy(SourceName=my0p40jc.dll|GElement.Germanium.Web.dll,SourceCabKey=GermWebDLL,DestNam

Re: [WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Bob Lim
Hi all, Those 2 .Net dlls are C++/CLI dlls. I have checked C# dlls do have the version information in Windows Explorer properties. I have add the C++ resource files. Now my C++/CLI dlls has the version information. But I got these below, MSI (s) (B0:98) [12:27:09:203]: Executing op: FileCopy(S

Re: [WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Bob Lim
Hi guys, I know where the problem is. I have changed the version to 1.1.0.1, instead of 1.0.0.2 and it worked because the version is interpreted as majorversion.minorversion.build.revision. Thanks everyone for reading and Richard for helping. Best regards, Bob Lim --- On Mon, 3/11/08, Bob

Re: [WiX-users] Upgrade MSI not replacing the old dlls

2008-11-02 Thread Richard
In article <[EMAIL PROTECTED]>, Bob Lim <[EMAIL PROTECTED]> writes: > Thanks everyone for reading and Richard for helping. I'm glad you got it figured out. Usually upgrade problems can be diagnosed by reading the verbose log carefully. The SDK ships with a log reading utility that makes i

[WiX-users] How to create Progress Bar Dialog with Featurewise Summary

2008-11-02 Thread Mazin Sayid Ali
Hi I'm new to WIX. I'm trying to create a progress bar dialog in which it shows Feature wise summary. I wish to show while Feature1 is being installed its status as Installing and all the others as blank. Then after Feature1 is installed it should show as status installed and the second feature as