Hi,

I guess that will work.

I still believe the ~2GB limit is the problem here.

I cannot find the max filesize for System.IO.File but I recon its 64bit
(unsigned)? If it is 32bit (signed), then the ~2GB Limit is the
problem...

Usualy in VC++.NET 2005 you use Cfile, which is adapted to use ULONLONG
which is 64bit (unsigned).

But since I'm not a C# guru I place this question for another guru ;)

Another problem might be that you're temp files are on a FAT 32, or
worse a FAT 16, partition?


Regards,

Albert van Peppen

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Bob Arnson
Verzonden: woensdag 31 januari 2007 5:49
Aan: Alex Lian
CC: wix-users@lists.sourceforge.net
Onderwerp: Re: [WiX-users] Any documentation on WiX/Windows Installer
limits?

Alex Lian wrote:
> But that still doesn't address the problem I consistently see when I 
> increase the overall MSI size (with multiple cabs of < 2GB size) seems

> to be > 2GB...
>   

Have you tried using external cabs? My day job is working with a
multi-gigabyte package but the .msi itself is only ~70MB.

> light.exe : warning LGHT1011 : Access denied; cannot delete 
> '<pathremoved>\Temp\gblw976s'.
>   

That's a sign another process is using the directory.

--
sig://boB
http://bobs.org



------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to