質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
installPath = Session.Property("CustomActionData")
|
25
25
|
|
26
|
-
|
26
|
+
exe = "test.exe"
|
27
27
|
|
28
28
|
setPath = "schtasks /create /tn testTask /tr " & installPath & exe & space(1) & " /sc minute /mo 10 "
|
29
29
|
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
exeName = "test.exe"
|
27
27
|
|
28
|
-
setPath = "schtasks /create /tn testTask /tr " & installPath &
|
28
|
+
setPath = "schtasks /create /tn testTask /tr " & installPath & exe & space(1) & " /sc minute /mo 10 "
|
29
29
|
|
30
30
|
Set oExec = objWshShell.Exec(setPath)
|
31
31
|
|