krypto5863 / COM-Modular-Installer

This repo is dedicated to the COM Modular Installer. An installer built in Inno Setup.
GNU General Public License v3.0
205 stars 13 forks source link

Installer does not support mapped network drive with SMB #22

Closed MakiseKurisu closed 8 months ago

MakiseKurisu commented 8 months ago

The installer is launched as Admin, but IIRC in Windows mapped drive is only accessible from user account. I used to encounter this issue with the LOB application I maintained for my former employer.

krypto5863 commented 8 months ago

That's unfortunate but that setup is a little complicated to work with. I can let CMI run as a normal user but it might cause installation issues for other users. I'll ponder on that for now...