Visual basic deplyment bootsrapper
But i really want it to be 1 setup file not
setup.exe mapp.application, myapp1_0_0_0.application and
the folder myapp with the actuall appliation and files.
To temporarly do this, i created a self extracting zip file and it extracts the contents, to the temp directory and launches setup.exe.
It works fine on xp, but i have had a report on a win98 machine comming up with a illegal operation.
Is it the bootrapper or my zip file, now, my application does work on win 98 but i had to send the acutal application in a zip archive.
So i am guessing it is either the setup.exe or my slef extracting zip.
Is there a way to make setup.exe just 1 file and it will put my application in c:\ program files\.
Intead of local settings, which i think, that is a horrible spot, 98 doesnt have a c:\ documents and settings, so i am wondring if that is the issue as well.

