Re: [WiX-users] Some questions about CostFinalize. It spends too much time.

2013-12-05 Thread Phil Wilson
[mailto:mailc...@163.com] > Sent: Wednesday, December 04, 2013 8:00 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Some questions about CostFinalize. It spends too > much time. > > Hi, > Thanks Blair. > > So, the discovery time can

Re: [WiX-users] Some questions about CostFinalize. It spends too much time.

2013-12-04 Thread Hoover, Jacob
o:mailc...@163.com] Sent: Wednesday, December 04, 2013 8:00 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Some questions about CostFinalize. It spends too much time. Hi, Thanks Blair. So, the discovery time can not be more quickly??? I think one minute is

Re: [WiX-users] Some questions about CostFinalize. It spends too much time.

2013-12-04 Thread Cyan
Hi, Thanks Blair. So, the discovery time can not be more quickly??? I think one minute is too long for waiting for installing. It is just "prepare" and the install is not start even. If i do not use the build-in UI, i think, the discovery time is as long as using the build- in UI.

Re: [WiX-users] Some questions about CostFinalize. It spends too much time.

2013-12-04 Thread Blair Murri
You can’t skip CostFinalize, but if you don’t use the “built-in” Windows Installer UI, you can skip the “UI sequence” (by doing your UI outside of MSI, say in a bootstrapper). Windows Installer is a declarative, transactional system, and it compares your desired state against the system’s curr

[WiX-users] Some questions about CostFinalize. It spends too much time.

2013-12-04 Thread mailc...@163.com
Hi all, I have a problem with wix. There are about 3000 files in my msi and it is about 500M. When I run it at first time, it is quickly. But if the program was already installed in the computer, when I run another msi (the same msi, but build again) it will spend too much time on the prepare d