session_setup cmd mklink privileges
Published: January 23, 2019 - 03:19
Hello,
I'm trying to create a package for Android Studio. This program requires additional 'SDK' files that exceed one gigabyte, and a download is necessary for each user. A workaround is possible by creating a symbolic link each time a new session is opened. I tried adding the `MKLINK` command to my package's `session_setup()` function, but I get an error because this command requires administrator privileges.
Is there a way to do this?
Thank you.
- Installed WAPT version (1.6.7)
- Server OS (Linux) and version (Debian Stretch - Repository: Windows Server 2016 R2)
- Administration/package creation machine OS (Windows 10)
I'm trying to create a package for Android Studio. This program requires additional 'SDK' files that exceed one gigabyte, and a download is necessary for each user. A workaround is possible by creating a symbolic link each time a new session is opened. I tried adding the `MKLINK` command to my package's `session_setup()` function, but I get an error because this command requires administrator privileges.
Is there a way to do this?
Thank you.
- Installed WAPT version (1.6.7)
- Server OS (Linux) and version (Debian Stretch - Repository: Windows Server 2016 R2)
- Administration/package creation machine OS (Windows 10)