From 52dfcf2473a1d0a5fd823147ea963c4113a4beb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1ndez?= Date: Tue, 25 Oct 2016 12:13:30 +0200 Subject: [PATCH] GPII-1999: Updating lifecycle actions for Read&Write Gold --- testData/solutions/win32.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/testData/solutions/win32.json b/testData/solutions/win32.json index a291c60ae..7b72f0c23 100644 --- a/testData/solutions/win32.json +++ b/testData/solutions/win32.json @@ -102,17 +102,14 @@ ], "start": [ { - "type": "gpii.launch.exec", - "command": "echo 'kill' > ${{environment}.TEMP}\\RW8Updates.dat" - }, { "type": "gpii.launch.exec", "command": "\"${{registry}.HKEY_CURRENT_USER\\Software\\Texthelp\\Read&Write11\\InstallPath}\\ReadAndWrite.exe\"" } ], "stop": [ { - "type": "gpii.launch.exec", - "command": "echo 'kill' > ${{environment}.TEMP}\\RW8Updates.dat" + "type": "gpii.windows.closeProcessByName", + "filename": "ReadAndWrite.exe" } ], "isInstalled": [