摘要: Private Const MAX_PATH As Long = 260Private Declare Function GetTempPath Lib "kernel32" Alias "GetTempPathA" (ByVal nSize As Long, ByVal lpBuffer As String) As Long Public Function GetTempDir() As St... 阅读全文
posted @ 2014-08-07 17:20 PengpengSong 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Problem description: The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key. Solution: 1. Run installer in command prompt as administra... 阅读全文
posted @ 2014-08-07 17:07 PengpengSong 阅读(164) 评论(0) 推荐(0) 编辑