Jump to content

Recommended Posts

Posted

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 bla

How i can install directli and not extrate....


Posted

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.

Posted
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...

Posted
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.

Posted
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...

Posted

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.

Posted
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

Posted
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.

Posted
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 ?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...