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
- :
- Re: Installer shouldn't write product information on disk.
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
‎Mar 19, 2009
11:57 AM
Installer shouldn't write product information on disk.
I need to create installer (MSI), that only unpack installation files into temp folder, execute custom action and finally remove files from temp.
Usually installers write information about product in add/remove programs and so on.
My installer souldn't.
I suppose, it must be possible.
I would be obliged for any advice.
Usually installers write information about product in add/remove programs and so on.
My installer souldn't.
I suppose, it must be possible.
I would be obliged for any advice.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 19, 2009
12:05 PM
I don't believe your requirements are well suited to an MSI installation. Your requirements seem mcuh better suited to an InstallScript project with the Maintenance Type set to "No Uninstall or Maintenance".
You're not really taking advantage of any of the things that MSI installations offer and you're asking it to do things that it doesn't do well--that's the worst of both worlds.
I'd rethink the approach if I were you.
You're not really taking advantage of any of the things that MSI installations offer and you're asking it to do things that it doesn't do well--that's the worst of both worlds.
I'd rethink the approach if I were you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 20, 2009
07:04 AM
May be you are right.
Anyhow the only thing I want to have from windows installer is to install prerequisites.
But I don't know install script and I have a managed library, that run scripts against database in specific order. And I dont have enough time to rewrite it to installsctipt 😞
Now I switch off register product in the installation sequences - its OK. But I still dont know how to remove files from disk after install 😞
Anyhow the only thing I want to have from windows installer is to install prerequisites.
But I don't know install script and I have a managed library, that run scripts against database in specific order. And I dont have enough time to rewrite it to installsctipt 😞
Now I switch off register product in the installation sequences - its OK. But I still dont know how to remove files from disk after install 😞