This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Which function in installshield automation adds files to the installation in "Appl
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2010
03:16 AM
Which function in installshield automation adds files to the installation in "Appl
Which function in installshield automation adds files to the installation in "Application Data" => "Files and Folders"
how i can work with install shield automation and "Application Data" => "Files and Folders"
I found ISWiProject :: AddSetupFile but this function adds files to "Behaver or logics" => "Support Files/ Billboards"
Thank you.
how i can work with install shield automation and "Application Data" => "Files and Folders"
I found ISWiProject :: AddSetupFile but this function adds files to "Behaver or logics" => "Support Files/ Billboards"
Thank you.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2010
03:37 AM
How can I enumerate files in installation with install shield automation "Application Data" => "Files and Folders"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2010
08:11 AM
When you add a file through the Files and Folders view, you are really adding a file to a component that is associated with the feature that is selected in the list at the top of the Files and Folders view.
If you are using the automation interface to add a file to your project, try using the AddFile method to add the file. The ISWiFiles collection contains all of the files that belong to a specific component, and the ISWiFile object lets you modify the file's settings.
If you are using the automation interface to add a file to your project, try using the AddFile method to add the file. The ISWiFiles collection contains all of the files that belong to a specific component, and the ISWiFile object lets you modify the file's settings.