Archive: Creating network shares


Creating network shares
Hello,

I'm trying to create an install-set for a server application.
These are the actions:
- Create a database (SQL Server)
- Fill the database with tables and stored procedures
- Create directories
- Make network shares to these directories (with $)
- Install NT Service
- Activate NT Service + Adapt startup-mode

Most things are no problem to do, but I don't know how to do the following:
- Create network shares
- Adapt NT Service settings

Can someone help me with this?

Thanks,


For the services, see the following FAQ item:

http://nsis.sourceforge.net/index.ph...&tx_faq_faq=35

If I remember correctly, dselkrik's functions can edit service settings.