On 13/05/2010 1:18 AM, Moritz Post wrote:
Hallo CouchUser
I am considering to use the couchdb in a standalone windows application.
Therefore i would like to simply bundle the couchdb with my application and
start/stop it from the application. So i would need to use the windows
binary but don't want to register any dlls/services etc.
I have tried to simply move the files wich are installed via the windows
installer but the couch is complaining about the erlang dlls not being in
the previous installation location.
You probably just need to run erlang's 'Install.exe' which you should
find in the root of the couchdb install directory. The installation
script basically just plonks the files where you specified then runs
that script (with a /s option...)
Mark