Mithilesh Lathkar
Mithilesh Lathkar
Hi @Torchok19081986, Thanks for the comment. I tried using your solution, but it isn't working. Do you have any other approaches or solutions that might work? @oleg-shilo
Previously, I used many session variables directly in the main() function that were declared in the dialogs shown below.  When I try to assign ["RECYCLETIME"] to RecycleMinutes, it throws...
It works. The int variable value is reflected in the regular time interval value in IIS.  Is there any way the Session["RECYCLETIME"] can be converted to an int and...
Okay, I will try to implement your suggestion. Thanks for your help.
Hello again @oleg-shilo , @Torchok19081986 I am able to update the Regular time interval (minutes) in IIS using a PowerShell script. But I need some help. During the first-time installation...
Thanks. Will try out this solution and let you know.
Hello @oleg-shilo, By setting ``` StopOn = null and RemoveOn = null ```, the default Windows message box popped up. Will this cause the service to work differently than usual?"...
When RemoveOn = SvcEvent.Uninstall, the service gets removed immediately—even if it's still running. This behavior wasn't what I wanted, and I had discussed it earlier in issue **#1781.** I haven't...