MSI build with PROFILE / ARP/ UI & update NSI
UPDATED: Adding a first draft on building an MSI using Advanced Installer, can handle the properties PROFILE/ ARP/ UI.
The saving of the properties was moved outside of the aip project so that it can be move easily updated, it is located in the powershell script called InstallProperties.ps1
Examples: msiexec.exe /i "NextDNS.msi" /qn PROFILE=newKey01 UI=0 ARP=0
Update service so we can read the ARP and UI values in the reg Handle OnStart event to check to see we have Profile ID and UI=False to autostart service without having to use client app
Also adding nsis exe build update to handle ARP and UI DWORD from registry
Can you please add the building of the msi to the main build script?
Can you please add the building of the msi to the main build script?
I have update the build.bat file with advanced installer cli to build the msi
Ill redo a full check of the nsis install / uninstall , msi install / uninstall , with and with out reg keys before the end of the week so that we are ok on what has been done
I have tested the following install options for exe and msi, do you think I need to test something else?
