• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - olavrb

#1
Seems like PowerShell is stuck on v7.3.5 in PMPC? Version 7.3.6 got released 13th of July 2023.

https://github.com/PowerShell/PowerShell/releases/tag/v7.3.6
#2
Could PMC please add an option to prefer EXE installers over MSI where applicable? 7-Zip would be a great example for that. Igor Pavlov actually recommends using the EXE installer over the MSI, because he have more control over it. See: https://sourceforge.net/p/sevenzip/support-requests/289/.
#3
PatchMyPC: Until you support MUI, please don't install regular/ single language Adobe Acrobat Reader DC over it.
#4
I've done the same with PowerShell setting registry values, from Intune as a Win32 app so that I could use detection rules and Win32 dependencies (seg registry keys before installing Adobe).
#5
After Visual Studio Code installs, it opens. It shouldn't be like that if it's possible to avoid it with install switches IMO.

Proposed fix:


  • Add /MERGETASKS=!runcode to install parameters.

Source of inspiration:


Log of install from today, showing that current install command does not have this in it:

17.10.2021 19:28:24 - Download URL: https://az764295.vo.msecnd.net/stable/c13f1abb110fc756f9b3a6f16670df9cd9d4cf63/VSCodeSetup-x64-1.61.1.exe
17.10.2021 19:28:24 - Download Path: C:\PatchMyPCUpdates\Visual Studio Code 1.61.1 (x64).exe
17.10.2021 19:28:24 - Download size: 75.92 MB
17.10.2021 19:28:24 - Download Starting for: https://az764295.vo.msecnd.net/stable/c13f1abb110fc756f9b3a6f16670df9cd9d4cf63/VSCodeSetup-x64-1.61.1.exe
17.10.2021 19:28:24 - Downloading Visual Studio Code 1.61.1 (x64) (75.92 MB)
17.10.2021 19:28:28 - Total download time in seconds: 4.64
17.10.2021 19:28:28 - Install Command: /VERYSILENT /NOCLOSEAPPLICATIONS /NORESTARTAPPLICATIONS /SP- /NORESTART
17.10.2021 19:28:28 - Visual Studio Code 1.61.1 (x64) Downloaded Successfully
17.10.2021 19:28:28 - Silently install Visual Studio Code 1.61.1 (x64)
17.10.2021 19:28:47 - Install Successful for Visual Studio Code 1.61.1 (x64)
17.10.2021 19:28:47 - Deleted file: C:\PatchMyPCUpdates\Visual Studio Code 1.61.1 (x64).exe
17.10.2021 19:28:47 -  Visual Studio Code 1.61.1 (x64) not found
#6
Some software downloads super slow, like Foxit reader. It would be of great help if PatchMyPC could use multiple URLs/ sources/ mirrors for downloading software.


  • That said, I don't know if PatchMyPC already does this backend.

For instance, Foxit got two CDNs (according to https://forums.foxitsoftware.com/forum/portable-document-format-pdf-tools/foxit-reader/162003-foxit-reader-download-very-slow-so-slow-that-it-dies-other-downloads-work-fine, verified by me before writing this post):


URLs (that I know of) for latest installer:


I don't know if PatchMyPC built in download logic/ mechanism would handle this, but "Free Download Manager" could do it so. It's possible. :)

#7
Some software downloads super slow, like Foxit reader. It would be of great help if PatchMyPC could show following information in the GUI:


  • Total download size
  • Progress
  • Current download speed

Then I'd at least know that something is happening, 15 minutes out of waiting for Foxit Reader to be downloaded on my 1000/1000mbps fiber connection. :)
#8
Update: Seems like Foxit is throttling downloads rather than Patch My PC failing to download. Maybe you can find or host a mirror. It took like 10-15 minutes just to download the Foxit Reader installer.
#9
After v4.2.0.0 Patch My PC fails to download and thus install Foxit Reader. It's says downloading without anything happening in many minutes. I've tried three days in a row to see if it was a problem at those hosting the installer, but it doesn't seem like they are to blame.

You should probably add some logic for cancel if you haven't received any bytes in X minutes, maybe retry maximum 3 times, give the end user some output, and continue to the next program that are to be installed/ updated.

I have 1/1gb fiber, ~150/300mbps over Wifi to the Windows client in question. So I'm pretty confident my network aren't to blame here.
#10
Found the settings here:
%localappdata%\Patch_My_PC,_LLC\PatchMyPC.exe_Url_baifyl1f5ueqxfotmia4ns25ofh44p2s\4.0.1.5\user.config

Reset location to "0, 0" temporarily fixed my problem.
#11
Patch my PC does not reset to the default and ONLY monitor on my laptop when 2nd screen is disconnected.
It won't move to my main screen using WIN + Arrows when PMPC is in focus either. Probably have to delete some appdata to get it to reset.

Can you create a check for this, and reset window position if it's on a disconnected monitor?
#12
PowerShell Core (aka "PowerShell v6") is open source, installers are available at GitHub:
https://github.com/PowerShell/PowerShell/releases

I just tried to install v6.0.2 over v6.0.1, and it migrates existing modules etc over to the new install folder ("C:\Program Files\PowerShell\6.0.2") and removes the old version ("C:\Program Files\PowerShell\6.0.1"), so should be pretty awesome and easy to implement with PatchMyPC.
#13
Keeping PowerShell modules up to date is a mess. Would be splended if this could be handled by PatchMyPC aswell.

You could use PowerShell Gallery as a source for modules: https://www.powershellgallery.com/

Other important PowerShell Modules:
* Skype for Business Online Management Shell: https://www.microsoft.com/en-us/download/details.aspx?id=39366
* SharePoint Online Management Shell: https://www.microsoft.com/en-us/download/details.aspx?id=35588
#14
Would be neat if we could specify custom paths for portable programs.
For instance, I'd put Tor-browser in a different dir than CCleaner.
Or maybe I have an portable app already, and would like PatchMyPC to write updates to the same location.
#15
Please add ffmpeg to your portable apps.
Would be awesome with auto updating ffmpeg binaries, which can be linked to by all other programs using it.
I suggest using latest static release build from here: https://ffmpeg.zeranoe.com
Latest x86: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.4.2-win32-static.zip
Latest x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.4.2-win64-static.zip