|
|
|
|
#1 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
How to Create Such a Shortcut
I'm Chinese,many nouns in computer,I don't know how to express in English,so I give a picture.
How to Create Such a Shortcut: |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
Like this:
|
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
It might even be possible to just copy the .lnk file
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
I have noticed the shortcut will have a GUID as a path. You can try that GUID as the path when creating the shortcut with CreateShortCut, or try copying the .lnk file as Anders suggests.
Stu |
|
|
|
|
|
#6 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
I suspect you would need to build a full guid path, and not just the guid for the connection, something like, ::{mycomputerguid}\::{controlpanel}\::{netconnections}\::{connectionguid} or something horrible like that, and the guid for the actual connection might change from machine to machine (that means a copy of a .lnk from another system might not work)
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
CreateShortCut $DeskTop\PPTP-VPN.lnk "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{网络连接}\::{BA126AD7-2166-11D1-B1D0-00805FC1270E}"
CreateShortCut $DeskTop\PPTP-VPN.lnk "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{NetConnections}\::{BA126AD7-2166-11D1-B1D0-00805FC1270E}" This will create an incorrect shortcut. Contact me: 137729898@qq.com |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
Open the Shortcut of a NetConnection with NotePad,it content this path:
%AppData%\Microsoft\Network\Connections\Pbk\rasphone.pbk %AllUsersProfile%\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk Run %AppData%\Microsoft\Network\Connections\Pbk\rasphone.pbk,it shows this: |
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
When click the first botton “Connectâ€,it show the same as double click the short on desktop.
Contact me: 137729898@qq.com |
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
I solve the problem:
CreateShortCut “ADSL.lnk†"%Windir%\system32\rasphone.exe -d ADSL" Contact me: 137729898@qq.com |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|