Skip to content
⌘ NSIS Forum Archive

Creating network shares

2 posts

tderdelinckx#

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,
kichik#
For the services, see the following FAQ item:



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