[Help] Need Change my game's .exe name

Results 1 to 3 of 3
  1. #1
    Elite Member mehmetcan21 is offline
    Member +Rank
    Sep 2013 Join Date
    TurkeyLocation
    120Posts

    [Help] Need Change my game's .exe name

    Hello everybody I Need Change my game's .exe name

    How ?


  2. #2
    Elite Member Maxunit is offline
    Member +Rank
    Dec 2005 Join Date
    217Posts

    Re: [Help] Need Change my game's .exe name

    Open the VCProj file from the solution, where you want to change the EXE name and search for VCLinkerTool.

    Example, from InvasionMMO Studio.vcproj:

    Code:
    			<Tool
    				Name="VCLinkerTool"
    			        ...
    				OutputFile="$(SolutionDir)\..\..\bin\InvasionMMO.exe"

  3. #3
    Elite Member mehmetcan21 is offline
    Member +Rank
    Sep 2013 Join Date
    TurkeyLocation
    120Posts

    Re: [Help] Need Change my game's .exe name

    Quote Originally Posted by Maxunit View Post
    Open the VCProj file from the solution, where you want to change the EXE name and search for VCLinkerTool.

    Example, from InvasionMMO Studio.vcproj:

    Code:
                <Tool
                    Name="VCLinkerTool"
                        ...
                    OutputFile="$(SolutionDir)\..\..\bin\InvasionMMO.exe"
    Tnx GJ



Advertisement