mirror of
https://github.com/moonlight-stream/GS-IPv6-Forwarder.git
synced 2025-07-01 23:35:41 +00:00
Rename Internet Streaming Helper to Internet Hosting Tool
This commit is contained in:
parent
1a01936a23
commit
1654d9c0cb
@ -10,7 +10,7 @@ BEGIN
|
|||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", VER_COMPANYNAME_STR
|
VALUE "CompanyName", VER_COMPANYNAME_STR
|
||||||
VALUE "FileDescription", "IPv6 Forwarder for GameStream"
|
VALUE "FileDescription", "Moonlight IPv6 Forwarding Service"
|
||||||
VALUE "ProductName", VER_PRODUCTNAME_STR
|
VALUE "ProductName", VER_PRODUCTNAME_STR
|
||||||
VALUE "FileVersion", VER_VERSION_STR
|
VALUE "FileVersion", VER_VERSION_STR
|
||||||
VALUE "ProductVersion", VER_VERSION_STR
|
VALUE "ProductVersion", VER_VERSION_STR
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<Fragment>
|
<Fragment>
|
||||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||||
<Directory Id="ProgramFilesFolder">
|
<Directory Id="ProgramFilesFolder">
|
||||||
<Directory Id="INSTALLFOLDER" Name="IPv6 Forwarder for GameStream" />
|
<Directory Id="INSTALLFOLDER" Name="Moonlight Internet Hosting Tool" />
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory Id="CommonAppDataFolder">
|
<Directory Id="CommonAppDataFolder">
|
||||||
<Directory Name="MISS" Id="MISSLogFolder" />
|
<Directory Name="MISS" Id="MISSLogFolder" />
|
||||||
@ -34,15 +34,15 @@
|
|||||||
<File Source="$(var.GSv6Fwd.TargetPath)" KeyPath="yes" Id="GSv6FwdExe">
|
<File Source="$(var.GSv6Fwd.TargetPath)" KeyPath="yes" Id="GSv6FwdExe">
|
||||||
<fire:FirewallException Id="FwException"
|
<fire:FirewallException Id="FwException"
|
||||||
Scope="any"
|
Scope="any"
|
||||||
Name="IPv6 Forwarder for GS Protocol"/>
|
Name="Moonlight IPv6 Forwarding Service"/>
|
||||||
</File>
|
</File>
|
||||||
<CreateFolder Directory="MISSLogFolder">
|
<CreateFolder Directory="MISSLogFolder">
|
||||||
<util:PermissionEx User="NT SERVICE\GSv6FwdSvc" GenericAll="yes" />
|
<util:PermissionEx User="NT SERVICE\GSv6FwdSvc" GenericAll="yes" />
|
||||||
</CreateFolder>
|
</CreateFolder>
|
||||||
<ServiceInstall Type="ownProcess"
|
<ServiceInstall Type="ownProcess"
|
||||||
Name="GSv6FwdSvc"
|
Name="GSv6FwdSvc"
|
||||||
DisplayName="IPv6 Forwarder for GS Protocol"
|
DisplayName="Moonlight IPv6 Forwarding Service"
|
||||||
Description="Provides access to GameStream servers over IPv6 networks"
|
Description="Allows Moonlight clients to connect to this PC over IPv6 networks"
|
||||||
Start="auto"
|
Start="auto"
|
||||||
Account="NT AUTHORITY\LocalService"
|
Account="NT AUTHORITY\LocalService"
|
||||||
ErrorControl="ignore"
|
ErrorControl="ignore"
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
#define VER_VERSION_STR "2.1.0.0"
|
#define VER_VERSION_STR "2.1.0.0"
|
||||||
|
|
||||||
#define VER_COMPANYNAME_STR "Moonlight Game Streaming Project"
|
#define VER_COMPANYNAME_STR "Moonlight Game Streaming Project"
|
||||||
#define VER_PRODUCTNAME_STR "Moonlight Internet Streaming Helper"
|
#define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user