I have some files on my laptop, I need to build program.exe installer or program.msi installer.
Purpose is:
-When pressing that program.exe, it must release one file to C: disk, and other file to desktop.
How can I do it? Where can I find this program?
Thanks too much!
6 replies to this topic
#1
Posted 30 January 2012 - 10:20 PM
|
|
|
#2
Posted 30 January 2012 - 11:26 PM
Google for "Inno Setup" it's a installer creator program. Free and very popular.
#3
Posted 31 January 2012 - 09:12 PM
Thanks Luthfi!
---------- Post added at 05:12 AM ---------- Previous post was at 04:54 AM ----------
Luthfi, I have downloaded Inno Setup, but how can I there specify two different directories to be released my files?
For example, one file must be released to desktop, other file must be released to C: local disk.
I tried, but it releases all files to Program files folder.
Thanks.
---------- Post added at 05:12 AM ---------- Previous post was at 04:54 AM ----------
Luthfi, I have downloaded Inno Setup, but how can I there specify two different directories to be released my files?
For example, one file must be released to desktop, other file must be released to C: local disk.
I tried, but it releases all files to Program files folder.
Thanks.
#4
Posted 31 January 2012 - 09:44 PM
You specify that in the script. Inno Setup is the "compiler". You still need to write script of what the installer must do. Check its documentation, FAQ, and knowledge base. Also check the script examples that u have after installing Inno Setup.
#5
Posted 01 February 2012 - 01:53 AM
ok thanks brother
#6
Posted 01 February 2012 - 11:18 AM
You can also check out NSIS as a free option. Just like with Inno Setup, you're basically going to have to program where things go.
#7
Posted 23 February 2012 - 05:54 AM
Try IzPack also.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









