This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Region Settings | |
# IP address of our server | |
$IpAddress = "127.0.0.1" | |
# The public key for our server | |
$PublicKeyString = "12345678" | |
# The temporary folder where we will store and run the installer | |
$TempFolder = "C:\Temp\" | |
#EndRegion Settings | |