Hello folks,
I am trying to edit the installer menu. I am lost in the code. I just want users to install vpn client and no admin tools etc. Please could someone point me in the right direction.
cheers
Need help in editing installer menu
-
- Site Admin
- Posts: 2274
- Joined: Sat Mar 09, 2013 5:37 am
Re: Need help in editing installer menu
Please check around SwDefineTasks function.
Especially about 200 lines from "else if (c->Id == SW_CMP_VPN_CLIENT)".
Especially about 200 lines from "else if (c->Id == SW_CMP_VPN_CLIENT)".
-
- Posts: 85
- Joined: Sun Jun 30, 2013 4:24 pm
Re: Need help in editing installer menu
Thanks for your response, I really could not locate it. The closest I came is here.
https://code.google.com/p/softether/sou ... 45ac235206
https://code.google.com/p/softether/sou ... 45ac235206
-
- Posts: 85
- Joined: Sun Jun 30, 2013 4:24 pm
Re: Need help in editing installer menu
Well found it here https://code.google.com/p/softether/sou ... 45ac235206
If you dont mind, could you guide me on what lines to delete. Sorry, I am not much of a programmer.
cheers
If you dont mind, could you guide me on what lines to delete. Sorry, I am not much of a programmer.
cheers
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Need help in editing installer menu
You cam find 'admin_tools' in this code. And, please delete 'Add' functions.
-
- Posts: 85
- Joined: Sun Jun 30, 2013 4:24 pm
Re: Need help in editing installer menu
Many thanks. I will try it.