mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Update HISP Noobs
This commit is contained in:
parent
2f7481519f
commit
70359f967a
2 changed files with 3 additions and 4 deletions
|
@ -166,15 +166,15 @@
|
||||||
{
|
{
|
||||||
"Name" = "8:Microsoft Visual Studio"
|
"Name" = "8:Microsoft Visual Studio"
|
||||||
"ProductName" = "8:HISP-N00BS"
|
"ProductName" = "8:HISP-N00BS"
|
||||||
"ProductCode" = "8:{6415E694-470B-43CC-8D9A-5955EF0AD4B7}"
|
"ProductCode" = "8:{99C89A9F-08DD-46A7-93D3-A1097FF01E9D}"
|
||||||
"PackageCode" = "8:{7CE3E717-9AAB-415E-AD02-324C01F63ED7}"
|
"PackageCode" = "8:{150AB74C-78D9-4115-8BD0-ADE380F0C993}"
|
||||||
"UpgradeCode" = "8:{FAD2FB5F-7B7C-4293-BF2D-09384146449E}"
|
"UpgradeCode" = "8:{FAD2FB5F-7B7C-4293-BF2D-09384146449E}"
|
||||||
"AspNetVersion" = "8:2.0.50727.0"
|
"AspNetVersion" = "8:2.0.50727.0"
|
||||||
"RestartWWWService" = "11:FALSE"
|
"RestartWWWService" = "11:FALSE"
|
||||||
"RemovePreviousVersions" = "11:TRUE"
|
"RemovePreviousVersions" = "11:TRUE"
|
||||||
"DetectNewerInstalledVersion" = "11:FALSE"
|
"DetectNewerInstalledVersion" = "11:FALSE"
|
||||||
"InstallAllUsers" = "11:TRUE"
|
"InstallAllUsers" = "11:TRUE"
|
||||||
"ProductVersion" = "8:1.3.1"
|
"ProductVersion" = "8:1.3.2"
|
||||||
"Manufacturer" = "8:IsleHorse"
|
"Manufacturer" = "8:IsleHorse"
|
||||||
"ARPHELPTELEPHONE" = "8:"
|
"ARPHELPTELEPHONE" = "8:"
|
||||||
"ARPHELPLINK" = "8:"
|
"ARPHELPLINK" = "8:"
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace HISP.Noobs
|
||||||
{
|
{
|
||||||
public static Random rand = new Random(Guid.NewGuid().GetHashCode());
|
public static Random rand = new Random(Guid.NewGuid().GetHashCode());
|
||||||
private static LoadingForm lfrm;
|
private static LoadingForm lfrm;
|
||||||
public static string IP;
|
|
||||||
public static string BaseDir;
|
public static string BaseDir;
|
||||||
private static ContentServer cs;
|
private static ContentServer cs;
|
||||||
private static void addToList(string path)
|
private static void addToList(string path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue