I Have Used Wizard To Create A Setup File And It Works Fine, But??

amaconline

Member
Joined
Jun 20, 2007
Messages
5
Location
Manchester, UK
Programming Experience
1-3
Hello everyone,
I hope you can help me with this. I have created a setup file for my project. And I am going to burn it to a CD. My question is:

I did a quick test to see if it installs everything, but it seems that it is not installing the image (timer_control animation) and the main Access Database. How can I add the access database and the related files so that when the user installs the program gets everything that is required to run the program. Thank you.
 

Attachments

  • screen.JPG
    screen.JPG
    34.2 KB · Views: 35
It sounds like it is just a basic problem that some of the files are not getting copied into their working directory on the user's PC. This can be accomplished by making a batch file that will xcopy all of necessary components and images into the correct directories so they will be visible to the application.

There may be a better way to go about this. But this is the way I have handled a lot of my installations was by creating a simple batch file that copies everything into the proper directories.
 
Back
Top