Can i make an installer for my delphi programme?
Posted
by Hendriksen123
on Stack Overflow
See other posts from Stack Overflow
or by Hendriksen123
Published on 2010-03-25T20:12:25Z
Indexed on
2010/03/25
20:23 UTC
Read the original article
Hit count: 295
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?
© Stack Overflow or respective owner