Click here to Skip to main content
Sign Up to vote bad
good
See more: C#
how can i make a portable setup file in c# include sql server 2005
Posted 3 Feb '13 - 19:46


1 solution

Try using an application like VMware ThinApp: http://www.vmware.com/products/thinapp/overview.html[^]
 
SQL Server is not the kind of application that can be used in a portable situation since it has to be installed, you can try changing your database engine to :
http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki[^]
or for a SQL Server compatible one : http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki[^]
 
MySQL can be made portable and run in command line mode (~8mb mini-fied).
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 355
1 Sergey Alexandrovich Kryukov 338
2 Arun Vasu 315
3 Maciej Los 208
4 Aarti Meswania 180
0 Sergey Alexandrovich Kryukov 9,755
1 OriginalGriff 7,549
2 CPallini 4,018
3 Rohan Leuva 3,362
4 Maciej Los 2,951


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 4 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid