|
-
Oct 18th, 2002, 10:57 AM
#1
Thread Starter
Frenzied Member
Inno Setup Question...
I have started using INNO Setup, pretty nice except for the fact that I have to manually add all of the system files that need to be included. Did I miss something or is this the way it it?
ex:
Compiled the Setup.exe then went into the .iss file and had to add
Source: "C:\WINNT\system32\MSINET.OCX"; DestDir: "{sys}"; CopyMode: onlyifdoesntexist; Flags: uninsneveruninstall because it did notinclude it when I compiled it.
The next problem is how do I know what needs to be included with out actually runing it and correcting for each error that occurs after the install?
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".
-
Oct 18th, 2002, 11:00 AM
#2
Use Package and Deployment wizard to see what your app needs, then script it into inno setup.
-
Oct 18th, 2002, 11:02 AM
#3
Thread Starter
Frenzied Member
Thats what I was just thinking, but it's kind of a pain.... It would be nie if INNO would be able to deetect those files as P&D does.....
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".
-
Oct 18th, 2002, 11:04 AM
#4
inno doesnt. Neither does any other install app that i know of. Only P&D does it.
-
Oct 18th, 2002, 11:06 AM
#5
-
Oct 18th, 2002, 11:09 AM
#6
Thread Starter
Frenzied Member
Makes sense, thanks guys.
Rudy
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".
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
|