cant package into setup file
i'm using visual basic studio to do my codes. After i package the program, i run the setup.exe, it return me error saying "please insert disk"and "the .cab file not found".
The file is there, in the same folder as the setup.exe. I keep getting this error. why is this so?
Re: cant package into setup file
what is the code you are using to locate and run the file from the disk?
Re: cant package into setup file
there isn't a need for a disk, i have never write any code to read the file from disk. i completed my coding, and compile as a .exe file. Then i package the whole program into a setup file.. the setup file will install the whole program under c:\program files
Re: cant package into setup file
what did you use to make your setup file e.g. inno setup.
and is it ment to have the .cab file in it
Re: cant package into setup file
im using the visual studio, the package and deployment wizard.
Re: cant package into setup file
Re: cant package into setup file
Do you deploy the .lst and .cab files with your setup file?