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
- :
- Is InstallShield what I need
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
‎Jul 23, 2008
05:11 AM
Is InstallShield what I need
Hi,
I need to create an installer which doesn't have to install a classic application.
I would need to :
- verify some prerequisites
- copy files from some shared points to local computer
- read some user inputs and configure some configuration files
Until now I used IS to install classic application by setting their install directory, directory structure, its files, registry. Now I don't need to actually install an application. Will there be any issues with the install sequences ?
Thanks,
Bianca
I need to create an installer which doesn't have to install a classic application.
I would need to :
- verify some prerequisites
- copy files from some shared points to local computer
- read some user inputs and configure some configuration files
Until now I used IS to install classic application by setting their install directory, directory structure, its files, registry. Now I don't need to actually install an application. Will there be any issues with the install sequences ?
Thanks,
Bianca
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2008
06:02 PM
It shouldn't be a problem; InstallScript has a built-in "no maintenance or uninstaller" mode that's useful for this kind of thing, and MSI has a handful of actions you can remove or "condition out" (see ICE82 for a list) if that's your preference...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2008
07:06 AM
RobertDickau wrote:
It shouldn't be a problem; InstallScript has a built-in "no maintenance or uninstaller" mode that's useful for this kind of thing, and MSI has a handful of actions you can remove or "condition out" (see ICE82 for a list) if that's your preference...
Hi,
Are there any docs related to this issue ? Do you know of this kind of installation package created with IS ?
Thanks for you time,
Bianca
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2008
10:14 AM
This thread gives you some of the details:
http://community.installshield.com/showthread.php?t=166541
You can create an msi-based installation, but remove the actions that do the background stuff. One of my installations did pretty much the kind of thing you are describing, but we wanted our users to be able to "install" it in multiple locations, so this worked for us, and i think it'll work for you.
http://community.installshield.com/showthread.php?t=166541
You can create an msi-based installation, but remove the actions that do the background stuff. One of my installations did pretty much the kind of thing you are describing, but we wanted our users to be able to "install" it in multiple locations, so this worked for us, and i think it'll work for you.