electric Posted June 23, 2008 Posted June 23, 2008 Hi, after create my code with all my programs with inno setup5, i conpile the program and after clic in the setup.exe and select how programs i want install, the program not install the programs but extrate the programs selected to the c:programs\bla bla blaHow i can install directli and not extrate....
CoffeeFiend Posted June 23, 2008 Posted June 23, 2008 Look at the example scripts that comes with it. Everything you need to get started is there.We can't jut guess what your script is like, what it's missing, or what else you expect it to do.
electric Posted June 23, 2008 Author Posted June 23, 2008 Look at the example scripts that comes with it. Everything you need to get started is there.We can't jut guess what your script is like, what it's missing, or what else you expect it to do.Yes but i think anyexemples instale the aplications, just have exemples to extrate the files :s i want select and install the program selected...
CoffeeFiend Posted June 23, 2008 Posted June 23, 2008 Yes but i think anyexemples instale the aplications, just have exemples to extrate the files :s i want select and install the program selected...Example3.iss creates a program group in the start menu, asks for the folder where to install and all.If you need an option to select which components to install, then look at the [Components] section.Google will find plenty of tutorials. And there are even GUIs that will create scripts for you.
electric Posted June 24, 2008 Author Posted June 24, 2008 Yes but i think anyexemples instale the aplications, just have exemples to extrate the files :s i want select and install the program selected...Example3.iss creates a program group in the start menu, asks for the folder where to install and all.If you need an option to select which components to install, then look at the [Components] section.Google will find plenty of tutorials. And there are even GUIs that will create scripts for you.hi, sorry if i rong, but the exemple 3 not install the programs, vut extrate the file selected by me ( *.exe) to the folder selected and create a unistal, but not install the *.exe...
Kelsenellenelvian Posted June 24, 2008 Posted June 24, 2008 Go get ISTool from the third party files section.It gives GREATER control over your scripts and everything to be done with them..Also are you using the quick wizard? All in all it is pretty simple to make a small setup.
electric Posted June 24, 2008 Author Posted June 24, 2008 Go get ISTool from the third party files section.It gives GREATER control over your scripts and everything to be done with them..Also are you using the quick wizard? All in all it is pretty simple to make a small setup.I not use the wizard, i have open the exemple and change him, and i never use the istool
CoffeeFiend Posted June 24, 2008 Posted June 24, 2008 hi, sorry if i rong, but the exemple 3 not install the programs, vut extrate the file selected by me ( *.exe) to the folder selected and create a unistal, but not install the *.exe...The installers extract the .exe's yes. That's what *ALL* installers do with them. There is no such thing as "installing a .exe", it's jut extracting/copying a file. If you want the installer to do something else with them, you'll have to tell it to.
electric Posted June 25, 2008 Author Posted June 25, 2008 hi, sorry if i rong, but the exemple 3 not install the programs, vut extrate the file selected by me ( *.exe) to the folder selected and create a unistal, but not install the *.exe...The installers extract the .exe's yes. That's what *ALL* installers do with them. There is no such thing as "installing a .exe", it's jut extracting/copying a file. If you want the installer to do something else with them, you'll have to tell it to.and i can make this with inno or another program ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now