Jump to content

Recommended Posts

Guest rcorbet
Posted

Hello,

i recently got a samsung blackjack 2 to configure for work.

one of the settings i changed was to have a keyboard shortcut combo (Fn + V) to open the VPN application

i have been trying to create a cab file to do this so it can be pushed out to all devices but so far none of the cabs i have created will install

Here is the code if the .inf file i've been using

[Version]
Signature="$Windows NT$"
CESignature="$Windows CE$"
Provider="Simplot ISD"

[CEStrings]
Appname="IPSECVPN Shortcut"

[SourceDisksNames]
1 = ,"VPNShortcut"

[SourceDisksFiles]
"SAMPLE FILE.TXT"=1

[DefaultInstall]
copyfiles=copyfiles1
AddReg=RegData

[DestinationDirs]
CopyFiles1=0,"\My Documents"

[CopyFiles1]
"SAMPLE FILE.TXT","SAMPLE FILE.TXT"

[RegData]
HKLM,Software\Samsung\KeyRun\V,AppPath,0x00000000,"\Windows\ipsecvpnapp.exe"
HKLM,Software\Samsung\KeyRun\V,AppTitle,0x00000000,"SIMNET VPN"
HKLM,Software\Samsung\KeyRun\V,Order,0x00010001,1
[/codebox]

can anyone see any reason why this will fail?

TIA,

Rich

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.