This is a discussion on Help me pack up postgresDB with my windows application. within the pgsql Hackers forums, part of the PostgreSQL category; --> Dear hackers, I'm working on a windows application with C# language and use npgsql to connect postgres DB. I'm ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear hackers, I'm working on a windows application with C# language and use npgsql to connect postgres DB. I'm eager to learn how to make a solo setup file which included windows application and postgres DB. My develop environment is Visual Studio 2003 and Framework 1.1 I don't know if there are a convenient way to pack up a postgres DB, and I'm not sure which files and register key I need to pack, as well as how to turn up a postgres service after installation. I know many people like you have done wonderful job on postgres and it is unsuspectingly. I just want to reduce steps, config-operation and keep database password when our user install applications. Very appreciate your help. James Duan --------------------------------- Everyone is raving about the all-new Yahoo! Mail beta. |
| ||||
| du li wrote: > Dear hackers, > > I'm working on a windows application with C# language and use npgsql to connect postgres DB. I'm eager to learn how to make a solo setup file which included windows application and postgres DB. My develop environment is Visual Studio 2003 and Framework 1.1 > > I don't know if there are a convenient way to pack up a postgres DB, and I'm not sure which files and register key I need to pack, as well as how to turn up a postgres service after installation. > > I know many people like you have done wonderful job on postgres and it is unsuspectingly. I just want to reduce steps, config-operation and keep database password when our user install applications. > > http://pgfoundry.org/projects/pginstaller/ contains a link to the source used to build the windows binary installer - what you want will be in there. -- Shane Ambler pgSQL@007Marketing.com Get Sheeky @ http://Sheeky.Biz ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |