Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Run script before install process


2 replies to this topic

Anatoly

Anatoly
  • Members
  • 2 posts

Posted 05 March 2004 - 12:54

Hi, All!

I need to create a package for an application. This application is an addin for an other application which is already installed. I have to use a COM-dll to get an install path for my application.
Here is the setup sequence:
- unpack and register a dll;
- get a destination path from the dll;
- unregister and kill the dll file;
- install my application in a specified path.
How can I do this using MSI? There is no any custom action before unpack sad.gif

I use MS Visual Studio.NET to create the setup.

Thanks.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 March 2004 - 17:10

Of course you can run a custom action before the file copy happens. It's just the Visual Studio IDE that doesn't let you do this. You will have to use Orca or a full featured MSI authoring tool.

Anatoly

Anatoly
  • Members
  • 2 posts

Posted 10 March 2004 - 08:12

Thank You very much! This is very useful information for me.