Vincent Ho wrote: > I created an installer that contains over 38000 files within about 3000 > components. When I run the installer, it spends a long time at the > WaitForCostingDlg. From the log (see snippet below), it seems that > "_RemoveFilePath" takes about 6 minutes. Does anyone know what this action > does? If so, how do I improve on the speed? >
The 2205 code means that the _RemoveFilePath table doesn't exist. It's an internal table so it doesn't matter. The costing process happens in the background and for 38000 files, six minutes isn't out of line. Costing examines every file that might be installed to determine which already exist and therefore won't take up additional disk space, among other things. See "File Costing" in the MSI SDK for more details. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users