Windows 10: Text document called "msi" and "msp" randomly appearing in Downloads

Discus and support Text document called "msi" and "msp" randomly appearing in Downloads in Windows 10 Software and Apps to solve the problem; So I was checking my downloads folder and saw two random text documents, called "msi" and "msp", even though I have not downloaded them. Should I be... Discussion in 'Windows 10 Software and Apps' started by Felix Bai, Aug 7, 2023.

  1. Felix Bai Win User

    Text document called "msi" and "msp" randomly appearing in Downloads


    So I was checking my downloads folder and saw two random text documents, called "msi" and "msp", even though I have not downloaded them. Should I be concerned? I could not find anything online about them.

    :)
     
    Felix Bai, Aug 7, 2023
    #1

  2. Install MSI and MSP at once with PATCH MSI Property

    Hi,

    till today I thought, that it is possible to apply an upgrade and an update to a program at the same time using:

    msiexec.exe /i "c:\x\x.msi" PATCH="C:\x\x1.msp;C:\x\x2.msp"

    Today I got problems when running the program because some files and registrations where not updated.

    A test using

    msiexec.exe /i "c:\x\x.msi"

    and then

    msiexe /update "C:\x\x1.msp;C:\x\x2.msp"

    worked fine all files have been copied and all registrations were made.

    Is this a bug or is the option using the MSI Patch Property not really supported?

    PATCH property - Win32 apps
     
    BennyBuerger, Aug 7, 2023
    #2
  3. Callender Win User
    Installer folder cleanup. Clean msp & msi patches marked as superseded

    Thanks. *Thumbs

    In that article it states to use MsiZapU.exe G

    I actually used MsiZap. exe G


    Text document called "msi" and "msp" randomly appearing in Downloads 285133d1593121485t-installer-folder-cleanup-clean-msp-msi-patches-marked-superseded-msizap.exe.jpg

    That's the same command used by another utility that I have installed.



    Text document called "msi" and "msp" randomly appearing in Downloads 285134d1593121561t-installer-folder-cleanup-clean-msp-msi-patches-marked-superseded-msi-orphan.jpg



    Text document called "msi" and "msp" randomly appearing in Downloads 285135d1593121601t-installer-folder-cleanup-clean-msp-msi-patches-marked-superseded-log-notepad.jpg
     
    Callender, Aug 7, 2023
    #3
  4. Text document called "msi" and "msp" randomly appearing in Downloads

    Delete msi ans msp files on windows 10

    Hi everybody

    My computer is full of msi and msp files.

    How can I delete these files and still have a computer running well ?

    I don't want to change my PC.

    What is the solution ? I guess there is one, isn't it ?
     
    RamuntchoGASSIAT, Aug 7, 2023
    #4
Thema:

Text document called "msi" and "msp" randomly appearing in Downloads

Loading...
  1. Text document called "msi" and "msp" randomly appearing in Downloads - Similar Threads - Text document called

  2. Text document called "msi" and "msp" randomly appearing in Downloads

    in Windows 10 Gaming
    Text document called "msi" and "msp" randomly appearing in Downloads: So I was checking my downloads folder and saw two random text documents, called "msi" and "msp", even though I have not downloaded them. Should I be concerned? I could not find anything online about them....
  3. New Text Document

    in Windows 10 Gaming
    New Text Document: Hi Sir,Sir when I want to create a new text document in Windows 11, the "New Text Document" option doesn't show. Please help me to fix this.Thanks in Advance! https://answers.microsoft.com/en-us/windows/forum/all/new-text-document/264b67a2-90e3-4811-9997-aa283210ad99
  4. text documents

    in Windows 10 Network and Sharing
    text documents: I can't open any text documents. when i double click nothing happens and I don't get an error message I looked at multiple places on google but couldn't find the solution please help me ASAP....
  5. Random text boxes that appear on my screen.

    in Windows 10 Drivers and Hardware
    Random text boxes that appear on my screen.: I get text boxes on my screen that appear, move around and disappear randomly that get in the way of seeing things on screen. WHat are these. Have photo to share...
  6. MSI drive appeared

    in Windows 10 Drivers and Hardware
    MSI drive appeared: I have an MSI motherboard. If that is useful. Here is my situation. When I open "My PC". I now see this: [img] The contents are: [img] I may need to resize the images unless one of you know how to see them. What is this and can I safely delete it? 171494
  7. How to clean up unused .MSI and .MSP Files from Windows Installer folder

    in Windows 10 News
    How to clean up unused .MSI and .MSP Files from Windows Installer folder: [ATTACH]When applications are installed and updated on the Windows 10 Operating System a hidden directory designated as C:\Windows\Installer is used to store the Microsoft Installer […] This article How to clean up unused .MSI and .MSP Files from Windows Installer folder...
  8. Installer folder cleanup. Clean msp & msi patches marked as superseded

    in Windows 10 Performance & Maintenance
    Installer folder cleanup. Clean msp & msi patches marked as superseded: Has anyone tried this script ? Presenting… StartComponentCleanup for MSI (including Office) | My Digital Life Forums It cleaned up about 6Gb of files in my windows\installer directory most of them was old Office 2016 patches. Is there a downside of cleaning up old and...
  9. Installer forder cleanup. Clean msp & msi patches marked as superseded

    in Windows 10 Support
    Installer forder cleanup. Clean msp & msi patches marked as superseded: Has anyone tried this script ? Presenting… StartComponentCleanup for MSI (including Office) | My Digital Life Forums It cleaned up about 6Gb of files in my windows\installer directory most of them was old Office 2016 patches. Is there a downside of cleaning up old and...
  10. Install MSI and MSP at once with PATCH MSI Property

    in Windows 10 Installation and Upgrade
    Install MSI and MSP at once with PATCH MSI Property: Hi, till today I thought, that it is possible to apply an upgrade and an update to a program at the same time using: msiexec.exe /i "c:\x\x.msi" PATCH="C:\x\x1.msp;C:\x\x2.msp" Today I got problems when running the program because some files and registrations where not...