Page 1 of 1

UltraVNC Package

Published: Dec 20, 2017 - 6:07 PM
by kevin.lc
Hello :)
- WAPT version installed: 1.5
- Server/administration console OS: Windows Server 2012R2
- Destination machine OS: Windows 10 Pro x64.

I'm trying to deploy UltraVNC 1.2.16. I'm using the MSI installer, and the installation goes smoothly, but I can't push the ultravnc.ini file with the deployment. Specifically, I need to configure access to the VNC server. Consequently, the machine remains stuck in an error message requesting password configuration, and I can't pass everything as an argument. So, before tackling any scripting, I'd like to know if WAPT can send a configuration file after installing an application, and if so, how to do it? :D
I haven't been able to find the answer.

Thanks in advance. ;)

Re: UltraVNC Package

Published: Dec 21, 2017 - 08:14
by olaplanche
Hello,

Yes, I would use the `filecopyto()` function to copy the file to the correct location.
If this file needs to be copied to the user profile, you will probably need to look at the session_setup:

https://www.wapt.fr/fr/doc/CreationPaqu ... index.html

Re: UltraVNC Package

Published: Dec 21, 2017 - 09:07
by kevin.lc
Hello and thank you for your reply, olaplanche. I'll look into that. :)
Indeed, filecopy seems more appropriate. ;)