Rome Online White Labelling.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#Verify that the partner is running. If not, strat it.
|
||||
|
||||
if((Get-Process -Name ImEXOnlinePartner -ErrorAction SilentlyContinue) -eq $null){
|
||||
& "$Env:USERPROFILE\AppData\Local\ImEXOnlinePartner\ImEXOnlinePartner.exe"
|
||||
if((Get-Process -Name RomeOnlinePartner -ErrorAction SilentlyContinue) -eq $null){
|
||||
& "$Env:USERPROFILE\AppData\Local\RomeOnlinePartner\RomeOnlinePartner.exe"
|
||||
}
|
||||
|
||||
$PSversion = $PSVersionTable.PSVersion.Major
|
||||
@@ -11,7 +11,7 @@ function v2 {
|
||||
# Post request to the partner to trigger the export.
|
||||
Invoke-WebRequest -Uri http://localhost:1337/arms/rodata/ -Method POST
|
||||
#Start the Arms Uploader.
|
||||
Start-Process -FilePath "C:\ImEX\Applications\ARMSUploader\ROUpload.exe"
|
||||
Start-Process -FilePath "C:\Rome\Applications\ARMSUploader\ROUpload.exe"
|
||||
}
|
||||
|
||||
function v1 {
|
||||
@@ -23,7 +23,7 @@ ResponseStream = $Response.GetResponseStream()
|
||||
ReadStream = New-Object System.IO.StreamReader $ResponseStream
|
||||
#Data=$ReadStream.ReadToEnd()
|
||||
#Start the Arms Uploader.
|
||||
Start-Process -FilePath "C:\ImEX\Applications\ARMSUploader\ROUpload.exe"
|
||||
Start-Process -FilePath "C:\Rome\Applications\ARMSUploader\ROUpload.exe"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Verify that the partner is running. If not, strat it.
|
||||
|
||||
if((Get-Process -Name ImEXOnlinePartner -ErrorAction SilentlyContinue) -eq $null){
|
||||
& "$Env:USERPROFILE\AppData\Local\ImEXOnlinePartner\ImEXOnlinePartner.exe"
|
||||
if((Get-Process -Name RomeOnlinePartner -ErrorAction SilentlyContinue) -eq $null){
|
||||
& "$Env:USERPROFILE\AppData\Local\RomeOnlinePartner\RomeOnlinePartner.exe"
|
||||
}
|
||||
|
||||
$PSversion = $PSVersionTable.PSVersion.Major
|
||||
|
||||
@@ -12,7 +12,7 @@ Windows Registry Editor Version 5.00
|
||||
[HKEY_CURRENT_USER\Software\Classes\imexmedia\shell\open]
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\imexmedia\shell\open\command]
|
||||
@="\"C:\\ImEX\\PartnerScripts\\imexmedia.bat\" %1"
|
||||
@="\"C:\\Rome\\PartnerScripts\\imexmedia.bat\" %1"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||
"ExternalProtocolDialogShowAlwaysOpenCheckbox"=dword:00000001
|
||||
|
||||
Reference in New Issue
Block a user