Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have made project using lots of images used.
while making setup of project and installing the project.
It does not show any of images runing software.
Any idea about it pls help me.
Thanks in advance.
Posted
Comments
[no name] 25-Aug-12 14:25pm    
Did you include the images in the setup? Are the images actually where they are supposed to be?
NarayanChoudhary 25-Aug-12 14:28pm    
Please provide proper detail ?
Project technology
Setup Project tool or language etc.

Add your all images to project resources then give path from your project resources.
use following tutorial to add images to project resources
http://www.homeandlearn.co.uk/csharp/csharp_s4p8.html[^]

You also need to add images to setup project for image that is used for desktop icon and add remove icon
 
Share this answer
 
when you use the path of any image don't write as example (
C#
"D://MyProject//Allimages//image1.gif"
) because this path can change ... try writing (
C#
".//Allimages//image1.gif"
)
 
Share this answer
 
If you have an msi it should be easy to look at it's size and work out if the images are in there. If they are, you can search the file system to see where they end up and work from there to fix your installer. If they are not, then add them to your project. If you want more help than that, improve your question with actual details, a vague question gets a vague answer. How is your installer written ? Where do the images go ? And so on.
 
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