개정판 8f86cf42
autoupdate 처음 실행시 markus 폴더 없는 경우 새로 생성함
Change-Id: I41e28e1469ffacffc686850ea8f558faa5c557bb
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/MainWindow.xaml.cs | ||
---|---|---|
59 | 59 |
Directory.CreateDirectory(tempStoragePath); |
60 | 60 |
} |
61 | 61 |
|
62 |
if (!Directory.Exists(InstallPath)) |
|
63 |
{ |
|
64 |
Directory.CreateDirectory(InstallPath); |
|
65 |
} |
|
66 |
|
|
62 | 67 |
//File.Copy(KcomPath, System.IO.Path.Combine(tempStoragePath, "Kcom.exe")); |
63 | 68 |
|
64 | 69 |
//KcomPath = System.IO.Path.Combine(tempStoragePath, "Kcom.exe"); |
내보내기 Unified diff