Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Installer Generator[Now Open to the Public]

the only part of may code that i can see as "dangerous" is that i have started adding portions to send emails (though i currently do not, new licence when you update does reflect that)

edit: here let me make a version with no email code

reading into my code, maybe it doesnt like how i terminate the process and run the installer for updater
Code:
System.Diagnostics.Process process = new System.Diagnostics.Process();

            System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();

            startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;

            startInfo.FileName = path;

            process.StartInfo = startInfo;

            this.TopMost = false;

            process.Start();

            Application.Exit();

 

try downloading this version:
Test Version
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top