[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 has encountered an expected error installing this package.  This 
may indicate a problem with this package.  The error code is 2705.

 

The installer is authored in WiX 3.5.  I have tried both creating 14 cab files 
without embedding to not using cab files, but no cigar.

 

The detailed log shows:

DEBUG: Error 2705:  Invalid table Directory:  Could not be linked as tree.

The directory table has 82540 rows.

I know the undocumented limit of component table to be 16bit (65536).  Does 
same limit applies to any/all tables in msi?

I am clueless as to where to look:)

 

I really need to get this done but am running in circles so any suggestion or 
ideas are welcomed.

 

Please help!

 

Thanks


ANK
  
_
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2010-04-12 Thread anwer nehal

Hi Bob

 

Thanks for the reply.  Yes, I meant the limitation in msi.  I know this is WiX 
forum, but asked in case others have run into it using WiX 3.5 since it is in 
beta.

 

Will post to msi group.

 

Thanks

 

ANK
 
 Date: Mon, 12 Apr 2010 22:10:26 -0400
 From: b...@joyofsetup.com
 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?
  
 
 If they do, they're in MSI, not WiX. You might want to check with an MSI 
 newsgroup.
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
_
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 culture 
correctly and tried to build but it fails.  Do I still need separate .xml 
files?  If I use .wxl files along with WixUIExtension (for WinUI_Mondo), it 
builds fine.  What I am trying to find out is how to build it without 
additional .wxl if I already have a reference added for WixUIExtension.

 

Can someone plese let me know?

 

Thanks

 

ANK

_
Access your email online and on the go with Windows Live Hotmail.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Access_022009
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
WixUINewIco variables

anwer nehal wrote:
 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.  

Do you still get the default icons? Try giving them different filenames.

-- 
sig://boB
http://joyofsetup.com/




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 size.  I 
have tried placing these files in WiX binaries folder (where candle/light 
sits) as well as in the location where all other .wxs files and bmps are, 
but no cigar.  Am I missing anything?  Do I need to put these files in some 
other location?  Also, I have tried use hard coded path to these .ico files, 
but it does not work.  Note that the bmps and the license show up fine.  Any 
suggestions?

Thanks

UIRef Id=WixUI_Mondo/
UIRef Id=WixUI_ErrorProgressText /
WixVariable Id=WixUILicenseRtf Value=License.rtf/
WixVariable Id=WixUIDialogBmp Value=dlgbmp.bmp/
WixVariable Id=WixUIBannerBmp Value=bannrbmp.bmp/
WixVariable Id=WixUIExclamationIco Value=exclamic.ico/
WixVariable Id=WixUIInfoIco Value=info.ico/
WixVariable Id=WixUINewIco Value=new.ico/
WixVariable Id=WixUIUpIco Value=Up.ico/

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 Nov 2006 20:13:01 -0800

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 seconds.


C:\WixSource

_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix 3.0 iis:WebVirtualDirCompiler 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' [EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix 3.0 iis:WebVirtualDirCompiler error
Date: Thu, 2 Nov 2006 20:58:20 -

Candle is trying to validate the schema of the document. I'm going to take 
a
guess that you forgot to add the -ext switch to candle, to tell it to use
the WixIIsExtension. I'm not sure how you do this in Votive, the IDE 
plugin,
since I don't have it installed - probably look in Project Properties for
Extensions for the compiler.

Did you also remember to declare the iis XML namespace? Your Wix element
needs to look like:

Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
xmlns:iis=http://schemas.microsoft.com/wix/IIsExtension;

If it turns out that the extension not being loaded is the problem, the
diagnostic here should be better. It's meant to only catch failures to
validate due to the service pack not being installed - perhaps it needs to
catch a more specific exception type, if that's possible?

(Breadcrumb trail - WiX error numbers are defined in
src\wix\Data\messages.xml, from which you can get a symbolic error code; 
you
can then search the source code for that symbolic code, which gives two
places where this error is reported, in ValidateDocument() in Compiler.cs
and Process() in Preprocessor.cs.)

--
Mike Dimmick

   _

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of KURZE, Uwe
Sent: 02 November 2006 15:58
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix 3.0 iis:WebVirtualDirCompiler error


Hi there

I use Wix 3.0 in VS 2005. Everything works but if i use a
iis:WebVirtualDir... tag

compiling failed with the error:

candle.exe : error CNDL0124 : An error has occurred that most likely
indicates that the .NET Framework 1.1 Service Pack 1 has not been 
installed.
Please see the following website for more information about the service 
pack
and how to install it: http://support.microsoft.com/?kbid=867460

On my machine i use .Net 2.0 and have also installed .Net1.1 SP1

Can anyone tell me whats wrong?

greetings Uwe Kurze



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 seconds.


C:\WixSource

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 created with WiX) using WiX with 
either 2.0 or 3.0?

Thanks

ANK

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users