Within the install package, how can I pick up the machine name that I am installing on?
Need it to edit some files on install.
Machine using NSIS
3 posts
3 posts
And try to use search on forum.ReadRegStr $0 HKLM "System\CurrentControlSet\Control\ComputerName\ActiveComputerName" "ComputerName"