Still no prereq in packaged game?

Hello,

It seems that the prerequisites are still not included in packaged games.

This is not something that is easy to test, so i can only have a feedback when i or one of my beta testers make a clean windows reinstall (which occurs maybe once or twice a year). So tests are rare. But one happened last week end and the tester told me the installation of my game didn’t include the prereq and he had to manually download and run the UE4PrereqSetup*.exe installer again.

So could anyone please tell me how i am supposed to include the prereq in the packaged game ? This is really vital to distribute the game and seems to be not working.

For the moment here is what i do (as i was told to multiple times):

Is that not enough ? Anything else i should do ?

This is the third or fourth time i post such a question, see for example here, where it lead to an official issue that was supposed to be solved:

[No more prereq in packaged game? - Platform & Builds - Unreal Engine Forums][2]

Thanks

Cedric

Polite bump, it’s kind of important.

Thanks

I created a bug report.

The answer to my bug report was to open a question on the answerhub. So i’m back.

They told me that when checking “include prerequisite installer”, the prereq should be located in WindowsNoEditor\Engine\Extras\Redist\en-us.

I just made another test and this directory doesn’t exist in my package.

Anyone has any idea of what i can do ? I am using the project launcher to package my game, any chance of interference with the “include prerequisite installer” option ? Any config file i could search ?

Thanks

Cedric

Just in case, i found it in the DefaultGame.ini and it seems to be ok:

IncludePrerequisites=True
IncludeAppLocalPrerequisites=True
[...]
ApplocalPrerequisitesDirectory=(Path="")

I think i nailed it.

  • When packaging using the menu “file/package project” prereq are included.
  • When packaging using the project launcher, they are not included.

I did this using a new blank BP project without startercontent, test took 5 minutes.

If confirmed this means the bug is that the project launcher doesn’t take the “include prereq” option into account.

I told that in my BR. If this is confirmed i’ll update/answer this question if anyone bumps into this problem.

Ok, as suspected, the culprit is the project launcher.

This is now an official bug, i’m closing this question:

Cedric

It still too bad they never fixed it - or I don’t know how to get it to work.