AMP Instance Manager install results in wall of errors in powershell (missing argument in parameter list)

OS Name/Version: Windows 10 por

Product Name/Version: AMP Instance Manager

Problem Description:

When trying to install amp instance manager, using the powershell command supplied in the youtube video, it doesn’t work and i get a wall of errors

powershell command i’m running:

iex ((New-Object System.Net.WebClient).DownloadString('https://cubecoders.com/getamp.ps1'))

Errors i’m getting (sorry for french powershell):

iex : Au caractère Ligne:17 : 238
+ ... Rc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 507
+ ... SU5fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 1196
+ ... xc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 1551
+ ... hc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 1881
+ ... fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 2258
+ ... 2xKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 2523
+ ... r1Mu5mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0301, U+0400- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 3200
+ ... WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0102-0103, U+0110- ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 3551
+ ... GxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Au caractère Ligne:17 : 3877
+ ... u4mxKKTU1Kg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, ...
+                                                                 ~
Argument manquant dans la liste de paramètres.
Les erreurs d’analyse n’ont pas toutes été signalées. Corrigez les erreurs signalées, puis recommencez.
Au caractère Ligne:1 : 1
+ iex ((New-Object System.Net.WebClient).DownloadString('https://cubeco ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ParserError: (:) [Invoke-Expression], ParseException
    + FullyQualifiedErrorId : MissingArgument,Microsoft.PowerShell.Commands.InvokeExpressionCommand

I also tried to download the AMPSetup.msi but this will not run either

Steps to reproduce:

  • run the powershell command

Actions taken to resolve so far:
Tried running in powershell an the msi, to no avail

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.