AppKiller
I am using nsis and lazarus to create a gui ejector and appkiller script depending upon the ini file that the lazarus form spits out. I am as far as the "kill all" and the "eject" option, but I have hit a snag in the road. I need to have a list of all the installed applications. How can this be done through nsis. I was thinking something along the lines of:
ReadINIStr $0 "..\..\..\*Portable\App\AppInfo\AppInfo.ini" "Details" "AppId" StrCpy $0 $0 + ".exe" WriteINIStr "$EXEDIR\Data\Eject.ini" "AppsToKill$R0" "1" "$0" ${StrReplaceV4} $1 "portable.exe" ".exe" $0
- Read more about AppKiller
- 4 comments
- Log in or register to post comments