|
-
Sep 2nd, 2005, 04:31 PM
#1
Thread Starter
Fanatic Member
Question for Inno Setup [RESOLVED]
If I want to do an installation CD for a VB application. Do I have to put a folder on the CD with the .exe and all the ocx and dll or is it compressed in the Setup.exe ?
Last edited by Gensor; Sep 6th, 2005 at 09:01 AM.
-
Sep 2nd, 2005, 04:39 PM
#2
Fanatic Member
Re: Question for Inno Setup
Everything referenced in the Inno script is compressed into the setup exe.
-
Sep 2nd, 2005, 04:42 PM
#3
Re: Question for Inno Setup
It is compressed into the exe if you tell it to do it (add it in the script).
Also, you should have posted this in the Application Deployment forum.
-
Sep 2nd, 2005, 04:52 PM
#4
Fanatic Member
Re: Question for Inno Setup
 Originally Posted by Gensor
If I want to do an installation CD for a VB application. Do I have to put a folder on the CD with the .exe and all the ocx and dll or is it compressed in the Setup.exe ?
It is still a good idea to put everything your program needs in a folder on the CD just in case people have problems.
Also, look into autorun for making it so your setup is run as soon as your CD is inserted into the drive.
-
Sep 2nd, 2005, 05:01 PM
#5
Re: Question for Inno Setup
The autorun as been discussed a day ago. Look in the Deployment forum or search for 'Autorun.ini'
-
Sep 2nd, 2005, 09:09 PM
#6
Thread Starter
Fanatic Member
Re: Question for Inno Setup
I know how to create autorun.inf
[autorun] = Setup.exe
[icon] = ...
-
Sep 2nd, 2005, 10:20 PM
#7
Re: Question for Inno Setup
Gensor,
No, you do not need to add all the extra files to the CD. They are included in the setup.exe file
-
Sep 6th, 2005, 09:00 AM
#8
Thread Starter
Fanatic Member
Re: Question for Inno Setup
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|