Bugs item #1714496, was opened at 2007-05-07 18:39 Message generated for change (Comment added) made by babyana You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1714496&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: light Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: tammyngu (tammyngu) Assigned to: Nobody/Anonymous (nobody) Summary: Light fails when authoring MSI file limit Initial Comment: The MSI schema was modified to allow 2^32-1 files. When authoring 2^18 files, the setup build fails with an IOException where light fails with the following error: Error: light.exe : error LGHT0001 : The process cannot access the file 'c:\dd\Decatur1_1\src\ddsuites\src\vs\setup\decatur\StressSetup\wix\outs\x86ret\enu\cooked\stress_test01.wixout' because it is being used by another process. When the number of files authored is less than 2^18, the setup build passes. ---------------------------------------------------------------------- Comment By: Tammy Nguyen (babyana) Date: 2007-05-11 20:27 Message: Logged In: YES user_id=510185 Originator: NO To clarify this bug, the build is failing to create the MSI when authoring the maximum number of files allowed. This is specified in the WiX default schema. The denied access to the wixout seems to occur somewhere between the i2 max and i4 max. ---------------------------------------------------------------------- Comment By: Heath Stewart (heaths) Date: 2007-05-11 03:29 Message: Logged In: YES user_id=1335104 Originator: NO Is this during patch build? What is the repro steps? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1714496&group_id=105970 ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
