-
Associate file group programatically
How can I associate file group in the IS script (in the run time) ? I want to copy different set of files after asking the user which version of oracle db he want to install (AskOption function).
Before that, in setup types I have "Client", "Server" and "Both" installation types, so I don't like to add 3 more options like "Client 8i", "Server 8i", "Both 8i".
Dimce
-
You turn Components on and off programmatically based on the user's choice.
Create a parent Component called "Oracle" with 2 hidden child Components called "Oracle8" and "Oracle8i".
Look at the ComponentSelectItem function in the online help.
David Stiff
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