HOW CAN I PLAY MY GAME IN ANY PC WITH OUT ANY SOFTWARE

i want to packaging my game to any other computer in a lower version

Then you should choose package and select destination operating system.

After package is completed, you can run the executable on other PCs

118337-01.jpg

I have tested this on windows 7 and I’m getting these errors

118339-02987.png

][2]

About this one, you need to create an installer on your own. (UE4 doesnt offer this) With installer you will need to attach redistributable package for Microsoft Visual C++.

how do I create an installer on my own,
I’m really trying hard to ship my project with different clients
getting the same error again and again

For windows you can check this:

I’ve use Inno Setup, mayby it is ugly but also rather easy to configure.

Hi,

Have you read the following documentation: Packaging and Cooking Games?

This tells you step by step how to package your games for other Windows PCs. Let me know if anything is unclear in these instructions.

.

No comment… my answer was really helpful in this topic and you did delete it? really? Now you are giving your answer, which is not giving anything and marking it as accepted… shame on you

Hi,

I did not mean to delete anything. If you are not seeing your response, make sure to select “show all comments.” As far as I know, everything is included in the link I have provided and, if it is not, we want to know what is missing or unclear.

If finds your answer more useful and comments that it has resolved his issue, I will happily mark that as the answer so that it can help more people with the same problem -which is our goal.

If you do not see your posted answer after refreshing your browser or selecting “show all comments,” repost it if you can and I’ll be sure to leave it alone.

Sorry for the misunderstanding,

.

I have tried the whole procedure and I’m still facing the same issue :frowning:

hi, Jaro mast I tried the inno setup and I’m still facing the same issue the same .dll file missing and c++ errors

For each missing dll you need to add them via Inno setup.
For example for this missing dll you need to download:
Visual C++ Redistributable for Visual Studio 2015

and add it to your Inno setup, to make it install.

@,

If adding the Visual C++ Redistributable for Visual Studio 2015 does not resolve your issue, please provide the following information along with the requested logs:

  1. Please post the dxdiag of the system you are testing your packaged project on. (The end user’s machine.)
  2. Do you get the same error when try to open the package on the system it is created on?
  3. Is the end user removing the .exe file from the enclosed folder?
  4. Are you packaging for Windows 64 or 32 bit?
  5. Is your package all Blueprints or does it include C++ elements?
  6. Have you done a map check for each level and corrected any errors?
  7. Open your project, open the Output Log, clear it, then try packaging again. Cut and paste the entire contents of the output log into a text document and post it here.
  8. Also provide the following log: “ProjectName.log” Located: ProjectName\Saved\Logs\

Thanks,

.