Mithilesh Lathkar

Results 8 comments of 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. ![Image](https://github.com/user-attachments/assets/278cf2ed-a91a-492f-ba56-fecfbecba4cc) 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. ![Image](https://github.com/user-attachments/assets/354176b1-4b31-423a-8d70-f196c4adabc9) 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...