Building an Installer bug, how to remove item?
I want to build an installer for my game. Now it has added a bitmap file by itself that was beneath the exe file. I never wanted to include this file though. But i cannot remove it from the files list. And it continues asking for it when i remove it from the folder. And the mfa file nags me when i open it too. A file that doesn`t belong to the game in any way.
How do i remove this by MMF added wrong file?
While at it, how is it meant to change the exe name? I cannot remove the exe neither to add the one with the correct name ...
Re: Building an Installer bug, how to remove item?
Heh, i can`t even clear it to redo the installer. I would need to rebuild my game to fix this issue it seems ...
Re: Building an Installer bug, how to remove item?
Hmm... sounds like a bug... Press Ctrl+Shift while clicking the Installer Settings button, that will reset them.
Re: Building an Installer bug, how to remove item?
Thanks Yves. Excellent and handy hotkey. May i nevertheless suggest to add a reset button somewhere? Could come in handy like in my case here :)
Unfortunately this didn`t help for my problem. It`s exactly the file in question that stayeds undeletable, and appeared immediately back at the files list.
But then i had a thought. The file must come from somewhere. And it was in fact a testfile that was saved from Overlay with a fixed path besides the exe for debug reasons. I had totally forgotten about this code. I have deleted the debug event, have saved the app, reloaded MMF and the app, and voila, the bitmap file in question is gone from the installer :)
Question is, is it meant this way? :)