Need help in editing installer menu

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
hdavy2002
Posts: 85
Joined: Sun Jun 30, 2013 4:24 pm

Need help in editing installer menu

Post by hdavy2002 » Sat Jul 05, 2014 2:39 pm

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

cedar
Site Admin
Posts: 2082
Joined: Sat Mar 09, 2013 5:37 am

Re: Need help in editing installer menu

Post by cedar » Thu Jul 24, 2014 9:09 am

Please check around SwDefineTasks function.
Especially about 200 lines from "else if (c->Id == SW_CMP_VPN_CLIENT)".

hdavy2002
Posts: 85
Joined: Sun Jun 30, 2013 4:24 pm

Re: Need help in editing installer menu

Post by hdavy2002 » Fri Jul 25, 2014 1:24 am

Thanks for your response, I really could not locate it. The closest I came is here.

https://code.google.com/p/softether/sou ... 45ac235206

hdavy2002
Posts: 85
Joined: Sun Jun 30, 2013 4:24 pm

Re: Need help in editing installer menu

Post by hdavy2002 » Fri Jul 25, 2014 1:38 am

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

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: Need help in editing installer menu

Post by thisjun » Tue Aug 12, 2014 5:01 am

You cam find 'admin_tools' in this code. And, please delete 'Add' functions.

hdavy2002
Posts: 85
Joined: Sun Jun 30, 2013 4:24 pm

Re: Need help in editing installer menu

Post by hdavy2002 » Tue Aug 12, 2014 5:36 am

Many thanks. I will try it.

Post Reply