/build/static/layout/Breadcrumb_cap_w.png

How to include more than 50000 files in MSI using WISE

Can you please advise me how to add more than 50000 files in an MSI using Wise Package Studio 5.0. When I try to pull them all, Wise just gets stuck. Someone suggested chnaging the .idt file but I'm unable to find and edit it. Please advise.

0 Comments   [ + ] Show comments

Answers (7)

Posted by: fuz_kitten 16 years ago
Second Degree Blue Belt
0
Not sure changing the .idt file will help ya, but… IDT files are formatted MSI tables, you can export them using Orca then open them in notepad or excel (probably not a good idea to save them in Excel, but it does make them easier to read)

The first 2 lines might look something like this (from file.idt):

File Component_ FileName FileSize Version Language Attributes Sequence
s72 s72 l255 i4 S72 S20 I2 i4

Where the column names, tab delimited, are on the first line and format information on the second. s is a string, l is a localized string, i is an integer, v is a stream and 0 is unbound. I think the numbers have something to do with the maximum length of a given value, but I’m not sure – would be interested to know…

It might be worth trying to use multiple cabs as MSI cabinet files are restricted to 2 gig. What are you trying to capture?

Charlie
Posted by: upkaar 16 years ago
Senior Yellow Belt
0
I'm trying to package an application called Matlab. It has a little more than 52000 files in it. Capture doesn't work so I'm manually trying to pull the files into the MSI. I know the number of files do not matter as long as I can group them and put them into one component. But then manually grouping 52000 files into separate component is tedious. Hence, I was looking for another way out. Any suggestions...
Posted by: anonymous_9363 16 years ago
Red Belt
0
AppDeploy's Knowledgebase has 3 articles on MatLab, all of which imply that you are better off using the supplied installer but with a customised Installer.INI. Click the 'Package Knowledgebase' link at the top of the forum page, select 'M' and you'll see the entries I mean. The first one is incorrectly entered as 'MathLab'...
Posted by: upkaar 16 years ago
Senior Yellow Belt
0
Hey VBScab,

Thanks for the advice but I'm currently working on Matlab 2007 and try as I might I'm unable to extract an MSI out of the source. And we can't distribute the app using the setup.exe. I worked a little more on Fuz_Kitten's advice and found out this link on MSDN and it helped : http://msdn2.microsoft.com/en-US/library/aa367767.aspx.

Thank you both for your time and effort.

Regards,
Upkaar
Posted by: upkaar 16 years ago
Senior Yellow Belt
0
Hey VBScab,

Thanks for the advice but I'm currently working on Matlab 2007 and try as I might I'm unable to extract an MSI out of the source. And we can't distribute the app using the setup.exe. I worked a little more on Fuz_Kitten's advice and found out this link on MSDN and it helped : http://msdn2.microsoft.com/en-US/library/aa367767.aspx.

Thank you both for your time and effort.

Regards,
Upkaar
Posted by: anonymous_9363 16 years ago
Red Belt
0
For anyone coming here and clicking that link, it takes you to MSDN's Nowhere page, http://msdn2.microsoft.com/en-us/library/ms123402.aspx. Instead, do a search in MSDN for the article number 367767. The one you want is the first hit.
Posted by: fuz_kitten 16 years ago
Second Degree Blue Belt
0
Ya! Our collective brains have prevailed!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ