Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > I can't launch the installer because of "cannot be installed because the file cannot be found in cabinet file" error.
 

I can't launch the installer because of "cannot be installed because the file cannot be found in cabinet file" error.

Hi all,

I have added 2 dlls an one executable in my windows installer. I did that with the UI window installer using
the File system Editor. I would like to add these 3 files into the "Application folder" under "File system editor".

However I got the following message error :
The file '_3D14C...' cannot be installed because the file cannot be found in cabinet file '_ACFAC1C4...'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.

I found on internet this message which suppose to help me find this issue.
http://blogs.msdn.com/windows_installer_team/archive/2005/11/02/486616.aspx

They say that "Any new files in the upgrade package need to be added at the end of the file sequence.". But i dont know how to organize the file sequence from the file editor . When I add a file with the editor it automatically go into one place by alphabetical order and there is no way i can organize anything from this UI.

What could the fix for this issue ?

Thanks
Godeffroy  Friday, September 11, 2009 8:36 AM
Visual Studio setups handle all that for you. The installer guys are talking about patches and external cab files.

Are you building an install that has an MSI file *and* an external CAB file? If so, you may have a mismatch between what the MSI thinks is in the cab file and what is actually in the cab file.


Phil Wilson
PhilWilson  Friday, September 11, 2009 10:55 PM
Visual Studio setups handle all that for you. The installer guys are talking about patches and external cab files.

Are you building an install that has an MSI file *and* an external CAB file? If so, you may have a mismatch between what the MSI thinks is in the cab file and what is actually in the cab file.


Phil Wilson
PhilWilson  Friday, September 11, 2009 10:55 PM
Thanks for the answer.
There is no external Cab and MSI file in my installer. But I think the guilty is the dll itself. I took
a older version of this dll and i have no problem with my widnows installer.

However others installers don't have a problem because this is a dll used with another installer...
So I am still clueless.
Godeffroy  Friday, September 18, 2009 7:42 AM

You can use google to search for other answers

Custom Search

More Threads

• Gloabalization of IE Hosted UserControl?
• create setup file??????????
• Newbie with deployment projects, having a problem with VB2005
• How to get new .NET Framework Client Profile prerequisite from clickonce?
• ClickOnce + Server error: 'xxx' does not refer to a page or folder in this web. (Visual Studio Team System 2005)
• Extra Locale's in Setup Project - Driving me CRAZY !
• Command line arguments from setup.exe to bootstrapped installer
• ClickOnce and Apps that dynamically load assemblies without knowoing in advance what they are
• ClickOnce and app.config changes
• use odbc instead of SQl Express 2005