windows icon indicating copy to clipboard operation
windows copied to clipboard

MSI build with PROFILE / ARP/ UI & update NSI

Open Delaire opened this issue 3 years ago • 4 comments

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

Delaire avatar Jul 03 '22 05:07 Delaire

Can you please add the building of the msi to the main build script?

rs avatar Jul 03 '22 17:07 rs

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

Delaire avatar Jul 09 '22 13:07 Delaire

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

Delaire avatar Jul 13 '22 12:07 Delaire

I have tested the following install options for exe and msi, do you think I need to test something else? image

Delaire avatar Jul 29 '22 08:07 Delaire