Adding game data to an MSI installer

Adding game data to an MSI installer

Ritratto di Stickmen Studios Ltd
Hey, It's my first time making an MSI installer; I have it all set up as instructed in the HOW TO thread, however, this will only package files that are generated by the solution. I need to also include two data folders full of game assets into the application directory. How does one go about doing this? Thanks.
4 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Steven Holding

Assuming you are using Visual Studio if you right click on your deployment package name in Solution Explorer and select View->File System then you can just drag and drop your folders into the "Application Folder"

Ritratto di BrianDevArch

In addition to what Steven mentioned, be careful to place these files in the correct location. In the case of signed .NET assemblies you want to put them into the Global Assembly Cache folder.

Ritratto di BrianDevArch

*

Accedere per lasciare un commento.