After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

noicons swtich not working with install.inf

Post Reply
Chmsfcd
Posts: 2
Joined: 2020-07-01 08:22

noicons swtich not working with install.inf

Post by Chmsfcd »

hello, I allow myself to write to you because I encounter a small problem during an installation of uvnc.

but first of all I wanted to congratulate you for the work you are doing!

here is my case, I use an answer file for the installation of vnc 1.3.2, namely this one:

Code: Select all

[Setup]
Lang=fr
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=1
SetupType=custom
Components=ultravnc_server,ultravnc_viewer
Tasks=installservice,startservice,associate,acl

and during the installation I ask that no icon is visible, either on the desktop or in the start menu, with the switch noicons = 1.

is this coming from me or is it a concern of the setup?

I thank you in advance.

PS i'm french, please excuse my poor english :-)
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6951
Joined: 2004-04-23 10:21
Contact:

Re: noicons swtich not working with install.inf

Post by Rudi De Vos »

Usual i run UltraVNC_1_3_2_X64_Setup.exe /SAVEINF="filename.txt" and set during setup all options i want.
Later you can /LOADINF="filename.txt" to use the same parameters

Doesn't seems to work for the viewer icons

re-upload the setup exe where all icons are part of the desktopicon Task, you can enable/disable them using
the desktopicon Task switch
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
Chmsfcd
Posts: 2
Joined: 2020-07-01 08:22

Re: noicons swtich not working with install.inf

Post by Chmsfcd »

thank you for your reply.

in fact i just noticed that the noicons works for desktop icons. on the other hand I wanted to remove the icons also from the start menu (and consequently the UVNC folder created). this so that the users of my park cannot modify the settings of the server by going to the settings of the server.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6951
Joined: 2004-04-23 10:21
Contact:

Re: noicons swtich not working with install.inf

Post by Rudi De Vos »

ultravnc.ini in is in the the "program folder"
Only admins have write access.
Yes, if your users have local admin access, they can change the ini file
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
Post Reply