Skip to content

Commit

Permalink
GPII-1999: Updating lifecycle actions for Read&Write Gold
Browse files Browse the repository at this point in the history
  • Loading branch information
javihernandez committed Oct 25, 2016
1 parent d9dfc4c commit 52dfcf2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions testData/solutions/win32.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 52dfcf2

Please sign in to comment.