This error is not bound to only some specific files. It can happen with any file – whether an executable file or an MSI file. Let us see to fix this error.

Error 2753, The file is not marked for installation

There can be several reasons for this error. So we will try to cover every potential fix here.

Fresh download the setup fileRemove all the previous versions of the SoftwareInstall using Admin permissionRun the application in Compatibility ModeRe-register vbscript.dll file

You will need admin permission for some of these.

1] Fresh download the setup file

Visit the official homepage and fresh download the setup file to a different location. Ensure that you have downloaded the correct setup file for your OS – viz. x64 or x86. Restart your computer, sign in as administrator. Next, right-click on the setup file and select Run as administrator.

2] Remove all the previous versions of the Software

If you happen to have an older version of the software, you will have to uninstall the program.  Running a free Registry Cleaner like CCleaner could help remove residual registry junk. You should also delete all junk and temporary files via Settings. Restart the computer and then reinstall the application.

3] Run it as Administrator

It may also happen that the file needs more permissions to execute. For that, you might give it more privileges so that it can work as the developer intends it. For that, right-click on the file and then click on Run as Administrator. Then click on Yes for the User Account Control or UAC prompt that you get. Check if your file runs. If it doesn’t, then you may need to:

Take ownership of the folder where you are planning to install the application.Use Permissions Time Machine to change Folder permissions for the folder where you are planning to install the application.

4] Run the application in Compatibility Mode

The file may not be intended to run on your current version of Windows. You may try to run the application in Compatibility Mode. This will let the application think it is running in the compatible environment as intended.

5] Re-register vbscript.dll file

From the WinX Menu, open Command Prompt as Administrator, type the following and press the Enter key: The above process will re-register the concerned DLL file using the Windows OS tool regsvr32.exe. The Regsvr32 tool is a command-line utility used to register and unregister OLE controls as DLL and ActiveX (OCX) control in the Windows operating system. You will see the following message if it runs successfully – DllRegisterServer in vbscript.dll succeeded.

What does File is not marked for installation mean?

It means that it is not responsible for the installation process. When an application starts, Windows look for an installer file that can communicate with the installation service. The service makes sure the installation process is not aborted by another installation, and it completes the process smoothly. So if another program tries to install and it should not be doing that, Windows throws this error.

What is a prerequisite for an installer?

Installer programs are not executables. It is a set of processes that executes commands one after the other. You can compare it with the batch files which have a set of instructions given except that has a user interface and a lot of things to do. These installer programs are built using tools such as Visual Studio. There are also freeware programs that can do this but they are suitable for small installations.

How to check if the downloaded file is not corrupted?

While there are many third-party programs that can check for data integrity, you can use the following PowerShell command in Windows Terminal for the same. Let us know if the fixes mentioned above help you fix the error.