Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ClickOnce, and my VFP database..
Message
De
04/06/2008 14:14:09
Chris Sund
Silhouette Solutions
Utah, États-Unis
 
 
À
04/06/2008 04:51:16
Information générale
Forum:
ASP.NET
Catégorie:
Installation et Configuration
Divers
Thread ID:
01321445
Message ID:
01321671
Vues:
13
Viv, thanks for the input, that gives me little more to work with. After posting I realized that the ClickOnce installer installs a copy for each user profile rather than everyone. This was a problem for me, so I decided to do the following to harness the "Good Stuff" Click Once offers.

1.) Using Inno Setup I compiled an installer for my VFP app including the database.
2.) I had Inno create a registry entry regarding the installation directory of my App.
3.) Using the Visual Studio Bootstrapper I created a new clickOnce "Prerequisite" for my VFP app.
4.) In VFP I created a launcher program that basically looks for that registry entry and executes my VFP app using that entry.

5.) Finally I created a ClickOnce deployment using the VFP launcher program I created.


Doing it this way allowed me to install my program in the "Program Files" folder in addition to my database. If another user wants to run the program they will need to run the ClickOnce install, but it will only install the "VfpLauncher" and take just a few seconds.

Thanks for the help

Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform