Can i make an installer for my delphi programme?
- by Hendriksen123
I have made a delphi programme, which consists of a .exe and two custom file types that i have made (called Data.data and variables.data)
I want to create a programme / find a programme that would place a copy of the main .exe in a folder in the program folders of XP, along with the .data files, and then place a shortcut to the programme on the desktop (ideally it would also put a folder in the start menu - all programmes with the programme.
I should probably also make an uninstaller as well, that would remove the desktop shortcut, and delete the files. Is there a free piece of software i can use to create this, or is there any way i could achieve this myself through delphi?