Hi,
I have read all the threads on running the setup wizard, and distributing .exe, but I am still a bit confused about having live, development and distributed apps.
Basically, I have Visual Studio installed on my PC at work and at home (yes, they are both licensed!) I have a removable D: drive, and when I ran the application wizard, I set up a directory structure on the D: drive to hold my app. I was able to take my D: drive home and carry on working on the development.
I am now ready to go live, and want the tables on the server, the users to get just the .exe, and I still want a development copy on my D: drive with dummy data.
I have tried various combinations of setting Tools\Options file paths and clicking default, changing the home location and data location in options and hard coding paths in my main prog, but I get various file path errors depending what I am running and where.
This is where I need an idiot's guide to file locations.
Do I copy my whole app directory structure to the server, or just the data folder?
Where do I point the file locations to when I compile, a copy on the server, my development copy on my D: drive or do I need to create the folder structure on my C: drive. (the C: drive is where the exe will be installed to)?
Which files do I include in the distribution, apart from the system and exe, do I have to copy all the other files in my app to the workstation?
Sorry about the length of this post, but everything I have read seems to be full of contradictions.
Hopefully,
Pete
I have read all the threads on running the setup wizard, and distributing .exe, but I am still a bit confused about having live, development and distributed apps.
Basically, I have Visual Studio installed on my PC at work and at home (yes, they are both licensed!) I have a removable D: drive, and when I ran the application wizard, I set up a directory structure on the D: drive to hold my app. I was able to take my D: drive home and carry on working on the development.
I am now ready to go live, and want the tables on the server, the users to get just the .exe, and I still want a development copy on my D: drive with dummy data.
I have tried various combinations of setting Tools\Options file paths and clicking default, changing the home location and data location in options and hard coding paths in my main prog, but I get various file path errors depending what I am running and where.
This is where I need an idiot's guide to file locations.
Do I copy my whole app directory structure to the server, or just the data folder?
Where do I point the file locations to when I compile, a copy on the server, my development copy on my D: drive or do I need to create the folder structure on my C: drive. (the C: drive is where the exe will be installed to)?
Which files do I include in the distribution, apart from the system and exe, do I have to copy all the other files in my app to the workstation?
Sorry about the length of this post, but everything I have read seems to be full of contradictions.
Hopefully,
Pete