Hi good morning,
I am using InstallShield to create my installers. I wanted to ask a question.
I would like to know how I can create a console in installshield for windows defender off me when my program installed.
Tutorial: http://computerstepbystep.com/window...r_service.html
The problem I'm trying to log off using Windows 8.1 but gives me errors and let me know how I can do it another way to disable it.
Moreover, I would like to know how I can run a file when it is going to produce an uninstall or repair.
Process.Start (Application.StartupPath & "\application.exe", "/restart")
I would like to know how I can make a file run installshield where sencuentra installed and I run a command as indicated in the code while uninstalling or repairing the program runs.
Much appreciate your help. Thank you
I am using InstallShield to create my installers. I wanted to ask a question.
I would like to know how I can create a console in installshield for windows defender off me when my program installed.
Tutorial: http://computerstepbystep.com/window...r_service.html
The problem I'm trying to log off using Windows 8.1 but gives me errors and let me know how I can do it another way to disable it.
Moreover, I would like to know how I can run a file when it is going to produce an uninstall or repair.
Process.Start (Application.StartupPath & "\application.exe", "/restart")
I would like to know how I can make a file run installshield where sencuentra installed and I run a command as indicated in the code while uninstalling or repairing the program runs.
Much appreciate your help. Thank you