質問編集履歴
1
path修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
```bat
|
10
10
|
@echo off
|
11
11
|
copy msifilepath c:\
|
12
|
-
cd C:\Program Files (x86)
|
12
|
+
cd C:\Program Files (x86)\file
|
13
13
|
del old.exe
|
14
14
|
cd c:\
|
15
15
|
msiexec.exe /I new.msi /quiet /norestart
|