[newbie]I have an app to portabilize, DLL is trouble. cant use my updater. Update message in luancher?
Hi! I have a game I develop that I want to see portable.
The game itself is already portable, persay. uses only relative paths, and can use it's DLLs from the working directory.
No issue there.
HOWEVER, there is an updater, which is mandatory for continued play of the game.
This updater, written in visual basic, requires a DLL to be registered. It is called Z-Updater, and can be found on sourceforge.
If anyone can edit the source code of the updater to no longer require the DLL, it would be greatly appreciated.