Search found 3 matches

by dgdavidge
Thu Dec 15, 2016 10:20 pm
Forum: General Discussions
Topic: Prerequisites needed only for non-Windows 10
Replies: 1
Views: 8314

Prerequisites needed only for non-Windows 10

I am working with a program that requires C++ Redistributable for Visual Studio 2015 unless running on Windows 10 where the functionality is built in. The registry key that is present in Win 7 or Win 8.1 is not present in Win 10. When I enter an Additional Prerequisite to test for the key, it won't ...
by dgdavidge
Wed Oct 19, 2016 4:30 pm
Forum: General Discussions
Topic: Uninstaller question
Replies: 1
Views: 7767

Uninstaller question

Actual Installer does a great job of installing my program and starting a service. The uninstaller is not so great. I created a batch file to stop and delete the service and load it into the <InstallDir> with everything else. The uninstaller deletes everything except the service program so there is ...
by dgdavidge
Wed Apr 15, 2015 12:13 am
Forum: General Discussions
Topic: Parameters ignored in commands
Replies: 1
Views: 9552

Parameters ignored in commands

I am trying to stop a service from running before I update the service program. I tried File = SC.exe and parameters = stop servicename. SC launched in a command window, but it showed the SC help, exactly what you get if you run SC without any parameters. Is this a bug or am I doing it wrong? I also...