Re: [WiX-users] File and Directory Table limits

2010-04-12 Thread anwer nehal
m > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] File and Directory Table limits > > On 4/12/2010 2:45 PM, anwer nehal wrote: > > I know the undocumented limit of component table to be 16bit (65536). Does > > same limit applies to any/all tables in msi? &g

[WiX-users] File and Directory Table limits

2010-04-12 Thread anwer nehal
Hello Everyone I am authoring a large msi package with 70k files and 40k components. I checked File, Media, and Validation tables for short integer and they all are using long (I4). For some reason I get the following error even after taking care of issues found in msival: The installer

[WiX-users] Localization with WiX3

2009-02-25 Thread anwer nehal
I was reading through the latest documentation about WiX3 localization and noticed that it mentions under "Using Localized Versions of WixUI" that if you are using WixUIExtension, it has translated strings and .wxl files for some languages, like de-de, ja-jp, etc. With this in mind, I set the

Re: [WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-28 Thread Anwer Nehal Khan
Yes, I get default icons even after renaming them. Thanks ANK -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, October 28, 2007 1:05 PM To: anwer nehal Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem in WixVariable for WixUIUpIco and

[WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-26 Thread anwer nehal
I am using the following the in my wix project to display the custom banner and dialog bmps as well as the the icons and the License file. Everything works fine, except the .ico files. None of the .ico files show up in the UI when I build it and run the installer. The .ico files are right siz

Re: [WiX-users] Wix 3.0 Compiler error

2006-11-02 Thread anwer nehal
I did not know that you need to copy the files from the binaries. I was under the impression that building with make ship will build everything. But copying files over made it work. Thanks Mike and Danish for your help and time. >From: "Mike Dimmick" <[EMAIL PROTECTED]> >To: "'KURZE, Uwe'" <[

Re: [WiX-users] WiX Build problems

2006-11-02 Thread anwer nehal
Resending. Anyone have any suggestions? I have tried this with a fresh WiX Sources without any changes and it still fails. Thanks >From: "anwer nehal" <[EMAIL PROTECTED]> >To: wix-users@lists.sourceforge.net >Subject: [WiX-users] WiX Build >Date: Wed, 01 N

[WiX-users] WiX Build

2006-11-01 Thread anwer nehal
Hi everyone I get the following error when I try to do "make ship" on WiX 3. Any recommendations are appreciated. BUILD FAILED - 1 non-fatal error(s), 0 warning(s) C:\WixSource\src\light\light.build(58,6): Could not find file 'C:\WixSource\src\light\bin\darice.cub' to copy. Total time: 2.4 se

[WiX-users] UIExtension.build in WiX 3.0

2006-11-01 Thread anwer nehal
Hi everyone I added a few dialogs to the Wixui in wix 3.0 and have been trying to re-compile the UIExtension, but I get the following error. Anyone know how to take care of this? I have already installed VS SDK 2005: C:\WiX3\src\ext\UIExtension>nant UIExtension.build -D:dir.root=C:\WiX3 NAnt

[WiX-users] Localizing UI in WiX

2006-09-08 Thread anwer nehal
Hello everyone I have an InstallShield based msi from which I extracted UI using dark and would like to localize this UI, is there an easy way to do this in either WiX 2.0 or 3.0? If it is not easy or possible, what is the best way to localize the (non-InstallShield extracted UI which is creat