Click here to Skip to main content
15,886,024 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm trying to develop an MSI installer for my freeware application but I got the error: Could not find file 'D:\Projects\BundleSetup\Debug\IntelliFile.exe' 'The system cannot find the file specified.' This file is not dependant of any other file.
How did I get here?
1. Create a new "Setup Wizard" project, with Visual Studio 2010, called BundleSetup.
2. Add the IntelliFile project to this solution (it is a custom project developed by me)
3. Add primary output of IntelliFile project to BundleSetup project.
4. Build all => The result is the error message Could not find file 'D:\Projects\BundleSetup\Debug\IntelliFile.exe'
Posted
Updated 30-Nov-11 18:55pm
v2
Comments
Sergey Alexandrovich Kryukov 30-Nov-11 21:16pm    
Do you think we are connected to your hard drive and can tell you what to fix? If you do, please explain why, I would like to read about it... :-)
--SA
enhzflep 30-Nov-11 23:37pm    
Too bad this is a comment SA, otherwise I'd have +5'd it and sat with bated breath for the (no doubt hilarious) response.
[edit: To --> Too]
Manoj K Bhoir 1-Dec-11 1:29am    
5+ SAKryukov

1 solution

Ok,
The thing is your msi builder cannot find the specific file.
it mean your file is not exists.


Another issue, do not build your msi with debug version of the executable. make sure it is a release vesion
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900