Skip to content
⌘ NSIS Forum Archive

Machine using NSIS

3 posts

Guest#

Machine using NSIS

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.
glory_man#
Maybe this string helps you

ReadRegStr $0 HKLM "System\CurrentControlSet\Control\ComputerName\ActiveComputerName" "ComputerName"
And try to use search on forum.