Is it possible to create a network shared folders from an innosetup installation ?
With permissions and all ?
My application uses 2 Shared Folder in the clients network, everyone must be able to Read/Write to those Folders.
I Like to create this in the setup, to avoid doing it manually.
Is IT Possible ?
You can use the
Createmethod of the Win32_Share Class.try this sample
And use in this way