This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Create VPN connection during setup
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 07, 2011
11:58 PM
Create VPN connection during setup
We have a hosted solution that requires a connection to our network via vpn, followed by a Remote Desktop connection to the server that hosts the software.
I would like to create setup that simply creates:-
1. A pre-configured vpn connection with host details etc
2. A desktop shortcut to a Remote Desktop connection, again, pre-configured to a server name or ip address
Does anyone know if this is possible?
thanks
Martin
I would like to create setup that simply creates:-
1. A pre-configured vpn connection with host details etc
2. A desktop shortcut to a Remote Desktop connection, again, pre-configured to a server name or ip address
Does anyone know if this is possible?
thanks
Martin
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 10, 2011
11:00 PM
1. for the vpn connection, I assume there should be a configuration file generated when you use it... if so, please take this conf file as template, while you're using it, replace the hostname in the file
2. for remote desktop connection, there's a rdp file generated when you save the remote desktop setting, use the rdp file as template and replace value of "full address".
The text replace action can be done with install script or other methods.
2. for remote desktop connection, there's a rdp file generated when you save the remote desktop setting, use the rdp file as template and replace value of "full address".
The text replace action can be done with install script or other methods.