mirror of
https://github.com/kimmknight/remoteapptool.git
synced 2024-11-09 12:18:20 +00:00
Merge pull request #79 from wk6768/master
Fixed the issue that the RDP file was locked under the administrator …
This commit is contained in:
commit
6a766fe113
@ -36,7 +36,9 @@ Public Class RDP
|
|||||||
If Not WixInstalled() Then Exit Sub
|
If Not WixInstalled() Then Exit Sub
|
||||||
|
|
||||||
'Get RDP file parent folder path
|
'Get RDP file parent folder path
|
||||||
Dim rdpParentFolder = My.Computer.FileSystem.GetParentPath(rdpFilePath)
|
'Dim rdpParentFolder = My.Computer.FileSystem.GetParentPath(rdpFilePath)
|
||||||
|
Dim lastSlashIndex = rdpFilePath.LastIndexOf("\")
|
||||||
|
Dim rdpParentFolder = Left(rdpFilePath, lastSlashIndex)
|
||||||
|
|
||||||
'Get the RDP filename and filename minus extension
|
'Get the RDP filename and filename minus extension
|
||||||
Dim rdpFileName = My.Computer.FileSystem.GetFileInfo(rdpFilePath).Name
|
Dim rdpFileName = My.Computer.FileSystem.GetFileInfo(rdpFilePath).Name
|
||||||
|
Loading…
Reference in New Issue
Block a user