Hi.............everybody
how can i transfer my program from a computer to another computer on a CD with an autorun file....?
how can i do that.....................thanks
Question: What is the purpose of this action?
heh, if that doesn't sound shady I don't know does :D
See also: http://www.masm32.com/board/index.php?topic=10163.msg74400
("how can i transfer my .exe file to another computer with a bat. file, or autorun file")
If the user wants to run your exe they will click it. If they don't, that is their choice.
To force your exe onto another computer is not a good thing.
Google is your friend. :bg
Google the word "autorun" and you get links like this.
http://www.wizbit.net/business_card_cd_creating_autorun_file.htm
or this.
http://www.phdcc.com/shellrun/autorun.htm
i mean that i want to install my program to different computers or a friend computer
thanks
Quote from: sudeer on November 20, 2008, 02:27:24 PM
i mean that i want to install my program to different computers or a friend computer
thanks
In this case, and if your program needs an installation then you should consider using an installer like NSIS or others that help automate this installation process.
However most simple programs do not need an installation but rather a simple copy.
Hi........
this is just for background or experience, where can i find this installer "NSIS" or others that help automate this installation process, how can i do that .....?
may be i want to make it easy to install specially when this program contains many different directory to install.
thank you
How many times do we have to say "Google is your friend"?
NSIS (Nullsoft Scriptable Install System) (http://nsis.sourceforge.net/Main_Page)
Thanks again, i have got it, now i am trying to figure things out