AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 25, 2020 10:17 AM
    Hello, i need to uninstall Dollars universe from windows server core based, that mean i dont have a GUI (add/remove programs), can you help Please?


  • 2.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 25, 2020 05:32 PM
    Edited by Eric Delawoevre Mar 05, 2021 04:00 AM
    Hi
    Be sure that your Dollar Universe services are stopped and alls subs (user services particularly)
    Get-Services can help to find out them

    To UnInstall, simply use the Get-Package command:
    Get-Package -Provider Programs -IncludeWindowsInstaller -Name ...
    then
    Uninstall-Package ...
    You can do it remotely by using the Enter-PSSession (in admin mode for sure)

    Regards
    Eric
    #dollaruniverse



    ------------------------------
    Main director
    SynApps
    ------------------------------



  • 3.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 03:47 AM
    Thanks for your help, but i try < uninstall-package -name "dollar Universe 6">  nothing happen, and the programs still installed on the system
    Anythink else can help please ?


  • 4.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 04:24 AM
    Edited by Eric Delawoevre Nov 26, 2020 04:28 AM
    Hi,

    are you on Powershell with administration mode ?

    can you add the argument  -Confirm   -Debug -Verbose and tell me please ?

    [Not sure on 2k19 OS. Perhaps the Programs Feature need to be there but not really normal/As deisgn]

    Regards

    ------------------------------
    Main director
    SynApps
    ------------------------------



  • 5.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 04:50 AM
    I did it,

    But i still have the package installed



  • 6.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 04:52 AM
    sorry, debug :

    DÉBOGUER : 00:00:00.0042521 Calling 'Programs::GetDynamicOptions' 'Install'
    DÉBOGUER : 00:00:00.0080923 Calling 'msi::GetDynamicOptions' 'Provider'
    DÉBOGUER : 00:00:00.0122394 Calling 'msi::GetDynamicOptions' 'Install'
    DÉBOGUER : 00:00:00.0184610 Calling 'msu::GetDynamicOptions' 'Provider'
    DÉBOGUER : 00:00:00.0228230 Calling 'msu::GetDynamicOptions' 'Install'
    DÉBOGUER : 00:00:00.0269723 Calling New() : MethodName = 'GetDynamicOptions'
    DÉBOGUER : 00:00:00.0270033 Force: True
    DÉBOGUER : 00:00:00.0270347 Debug: True
    DÉBOGUER : 00:00:00.0270727 Name: dollar universe 6
    DÉBOGUER : 00:00:00.0271038 Verbose: True
    DÉBOGUER : 00:00:00.0279303 INVOKING PowerShell Fn Get-DynamicOptions with args Provider that has length 1
    DÉBOGUER : 00:00:00.0288538 Dans PSModule Provider - Get-DynamicOptions.
    DÉBOGUER : 00:00:00.0302746 Done calling powershell «Get-DynamicOptions» «PSModule»
    DÉBOGUER : 00:00:00.0342007 Calling New() : MethodName = 'GetDynamicOptions'
    DÉBOGUER : 00:00:00.0342332 Force: True
    DÉBOGUER : 00:00:00.0342548 Debug: True
    DÉBOGUER : 00:00:00.0342776 Name: dollar universe 6
    DÉBOGUER : 00:00:00.0342979 Verbose: True
    DÉBOGUER : 00:00:00.0349727 INVOKING PowerShell Fn Get-DynamicOptions with args Install that has length 1
    DÉBOGUER : 00:00:00.0357817 Dans PSModule Provider - Get-DynamicOptions.
    DÉBOGUER : 00:00:00.0395514 Done calling powershell «Get-DynamicOptions» «PSModule»
    DÉBOGUER : 00:00:05.2321648 Calling 'NuGet'::'GetInstalledPackages' - name='dollar universe 6',
    requiredVersion='',minimumVersion='', maximumVersion='''.
    DÉBOGUER : 00:00:05.2322508 AllUserDefaultInstallLocation: C:\Program Files\PackageManagement\NuGet\Packages
    DÉBOGUER : 00:00:05.2327068 CurrentUserDefaultInstallLocation:
    C:\Users\Administrateur.OMNIUM\AppData\Local\PackageManagement\NuGet\Packages
    DÉBOGUER : 00:00:05.2379400 Calling 'Programs::GetInstalledPackages' 'dollar universe 6','','',''
    DÉBOGUER : 00:00:05.2479003 Calling 'msi::GetInstalledPackages' 'dollar universe 6','','',''
    DÉBOGUER : 00:00:05.2546906 Calling 'msu::GetInstalledPackages' 'dollar universe 6'
    DÉBOGUER : 00:00:05.2576529 Calling New() : MethodName = 'GetInstalledPackages'
    DÉBOGUER : 00:00:05.2576876 Force: True
    DÉBOGUER : 00:00:05.2583281 Debug: True
    DÉBOGUER : 00:00:05.2583790 Name: dollar universe 6
    DÉBOGUER : 00:00:05.2584133 Verbose: True
    DÉBOGUER : 00:00:05.2657843 INVOKING PowerShell Fn Get-InstalledPackage with args dollar universe 6, , , that has
    length 4
    DÉBOGUER : 00:00:05.2697370 Dans PSModule Provider - Get-InstalledPackage.
    DÉBOGUER : 00:00:05.2700175 OPTION: Force => True
    DÉBOGUER : 00:00:05.2701991 OPTION: Debug => True
    DÉBOGUER : 00:00:05.2703661 OPTION: Name => dollar universe 6
    DÉBOGUER : 00:00:05.2705468 OPTION: Verbose => True
    DÉBOGUER : 00:00:05.2866534 La fonction 'Get-InstalledPackage' PowerShell Script 'PSModule' renvoie une valeur null.
    DÉBOGUER : 00:00:05.2946292 Done calling powershell «Get-InstalledPackage» «PSModule»
    DÉBOGUER : 00:00:05.3743311 Uninstalling package Dollar Universe 6 with provider Programs


  • 7.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 04:58 AM
    Ok Thank you,

    So if nothing after "UnInstalling...." something stucks somewhere
    Sorry to hear tha

    May wait for other posts... but incident can be an other way...

    Eric

    ------------------------------
    Main director
    SynApps
    ------------------------------



  • 8.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 29, 2020 09:15 AM
    Hi,

    do you have something when launching :

    C:\Program Files\InstallShield Installation Information\{B801D14E-99C1-42A9-892F-DC0FB624A4EF}\setup.exe" -runfromtemp -l0x0409 -removeonly

    * Could be also C:\Program Files (x86)
    but 2k19 core arch is pure 64 bits, not sure it is there


    ------------------------------
    Main director
    SynApps
    ------------------------------



  • 9.  RE: uninstall dollar Universe on windows server 2019 CORE

    Posted Nov 26, 2020 02:08 PM
    Bonjour M Le Bellac,

    I have a few questions and notes about your Dollar Universe instance. 

    Dollar Universe 6.9.41 was not validated for use on Windows Server 2019, and therefor the installation/uninstallation process was never tested.

    Dollar Universe 6.10.21 and above have been validated for use on Windows Server 2019. However, this did not include the Core version. As far as I know, there is a bug in the installation/uninstallation process relating to a hard requirement of InstallShield (which has a graphical component), when on a Core instance of Windows. 

    May I ask how you managed to install Dollar Universe on Windows Server 2019 Core? My understanding was that there was an issue even just to install it. 

    Thank you!

    ------------------------------
    Regards,

    Domenico Cotugno
    Support Automation Apta
    ------------------------------