Guest rcorbet Posted August 7, 2009 Report Posted August 7, 2009 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
Guest rcorbet Posted August 7, 2009 Report Posted August 7, 2009 nevermind, i used quickcab 2.0 http://www.modaco.com/content/i900-general...creator/#entry0
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now