Abhinay
Posts: 36
Joined: Wed Feb 27, 2019 9:33 am

How to make registry settings as part of the installer - Getting Error while installing

Wed Jun 12, 2019 11:49 am

Hi I need to do the following settings in the installer
1.Go to Start > Run > and type regedit
2.Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3.With the control folder selected, right click in the pane on the right and select new DWORD Value
4.Name the new DWORD: ServicesPipeTimeout
5.Right-click ServicesPipeTimeout, and then click Modify
6.Click Decimal, type '180000', and then click OK
7.Restart the computer

I have also added it successfully as part of the installer (in currentuser/localmachine section), but while i am installing its rolling back and it says it ended prematurely.
How to overcome this.. Is there anything that i have not done correctly.

Catalin
Posts: 6543
Joined: Wed Jun 13, 2018 7:49 am

Re: How to make registry settings as part of the installer - Getting Error while installing

Thu Jun 13, 2019 8:30 am

Hello Abhinay,

Did you run the setup as administrator? Please keep in mind that working with registries require administrator privileges.

With that being said, could you please try to run your package as administrator and let me know if that helps (this can be done by checking the "Run as administrator" option from "Install Parameters" page?

If that does not help, please forward me a copy of the .AIP file and the verbose log of the installation processby e-mail at support at advancedinstaller dot com so I can further investigate this.

Looking forward to hearing from you.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”