nsisunz::Unzip does not work if destination path is a network share
Hello,
I am using nsisunz::Unzip plug-in in my NSIS script to unzip my product files to a specific location while installation. The installer is designed to work as regular and in silent mode. When ran in the regular mode and the destination path is provided via the folder selection window the plug-in works very well. When ran in silent mode and destination path is provided via command line and if the provided path is any network share path then I see the error "Error opening ZIP file". This error does not come up when installer is ran in regular mode and provided destination path is the same network share path via the folder selection window.
Note: I have logic in place to check the provided path is valid or not, before the value is passed to the plug-in as destination path.
Can anyone please let me know what may be going wrong.
Thanks in advance !!