| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Jun 19, 2007 12:22 pm Post subject: making an installer? |
|
|
Well, I made a program, but I was bored and wanted to make an installer. It is partway done. But how do I update the registry through delphi and most importantly actually give you guys the file. By update the registry I mean so that it saves files as .wid files and .wid files open in the program. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
ravicus Master Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 464
|
Posted: Tue Jun 19, 2007 3:40 pm Post subject: |
|
|
What is .wid? _________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Jun 19, 2007 5:38 pm Post subject: |
|
|
The type of file my program saves as. I was bored and made a text editor like notepad(unfinished), but I was bored and made an installer. But I don't know how to update the registry through delphi(I can do it manually). And I don't know how to copy the file in their. I tried this.
| Code: |
CopyFile('D:\Program Files\Borland\Delphi7\Projects\In Progress\WID.exe, C:\Program Files 0'
|
But that didn't work. And if it did work, I'm not sure if it would work on other peoples computer. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
|