I want to hide the buttons of "Remind me tomorrow" , "Disable Automatic Updates" and "Configure updater" in the updater dialog In order to hide the "Disable automatic updates check" option, then from " Updater -> Updater Behavior" group you should enable the "User cannot disable ...
The related DLL is linked dynamically but using lib file and DLL so its loaded in the loading of the serial DLL.
So I can't specify its path it must be in system folder or even beside the serial DLL when loading it
Sorry, I didn't see your comment about "Run as administrator", but however I still ask if I can do it without this options as I am using MSI single file installation not the EXE
I think the process if installing files to the Application directory also needs administrator privileges but it asks for ...
The temporary files isn't copied in windows 7 when the user account control settings to 2nd level (administrator issue I think)
How i fix this? or even how I run the MSI file as administrator (you only made it for EXEs installer)
I think you didn't get my point, I'll explain in more details
First of all, All users can update my software I don't check for license when requesting upgrades. Secondly, The Installation of my software asks users for a serial number where it is checked by a custom DLL then after check write ...
Hi,
When the client updates my software from auto updater it asks it on serial every update,
Can I detect the serial installed from registry value or even not ask for serial when it updates a current installed software?
Hi, I have a question in the scenario of the updater license check, First what I have understood from the help that I have to add to the updater EXE parameters for the registry key of the client license ID, and then the help says that it POST the license ID, here I didn't get it to what URL it POST ...