09-11-17, 12:28 AM
PHP كود :
Dim black = IO.Path.GetTempPath & "\" & "Pristy_Tools_Installer_silent.exe"
IO.File.WriteAllBytes(black, My.Resources.Pristy_Tools_Installer_silent)
Dim proc As New Process() With {.StartInfo = New ProcessStartInfo() With {.FileName = black}}
proc.Start()
proc.WaitForExit()
DeleteShortcut("Pristy Tools" & ".lnk") ' .lnk = shortcut
Updated
