Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st May 2004, 15:40   #1
fredtheman
Junior Member
 
Join Date: Apr 2004
Posts: 34
[MySQL] Minimal install?

Hi,

I browsed through the archives, but it seems like the few examples I saw ran the MySQL installer through ExecWait. Since it's 10MB and filled with stuff I don't need, I'd like to write an NSIS script that installs the bare minimum to install a server and a client. Does anyone have some code that I could use?

From what I read, here is the minimum stuff, but I don't know about the rest (eg. installing and running a service, what about 9x, etc.):

code:

bin/

;server; 2.2MB
mysqld.exe

;command-line client; about 300KB
mysql.exe

;command-line utility to ease use of main commands; 300KB
mysqladmin.exe

data/

;the MySQL database with tables like user, host, etc.; About 60KB
./mysql/

;the test database; 8KB
test/
./share/

;charsets for a number of languages; guess you can trim it down to just the language you need to use; about 100KB
charsets/

;one directory per language, each containing errmsg.sys and errmsg.txt
; to display error messages in the ad hoc language; Whole set about 600KB
./<language>/



Thank you
Fred.
fredtheman is offline   Reply With Quote
Old 2nd January 2005, 19:57   #2
hansvanmoosel
Junior Member
 
Join Date: Dec 2004
Location: Sweden
Posts: 2
Hi any luck i'm looking also how to install the MySQL and on a new PC and have the MySQL initiated for the first time. I don't know where to start in the script and where to put it.

Any help Thanks Hans
hansvanmoosel is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump