[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Getting the path of MSI in the installer class

Sandesh

8/25/2006 7:53:00 AM

I have a setup project that contains an installer class. Is it possible for
me to get the path of the msi file within the installer class?

Is that is possible, please suggest me a way to get the path.

Thanks
--Sandesh
1 Answer

Phil Wilson

8/25/2006 6:28:00 PM

0

Pass the OriginalDatabase property (case-sensitive) via CustomActionData, in
square brackets. It's the path to your running MSI file.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.ht...

"Sandesh" <Sandesh@discussions.microsoft.com> wrote in message
news:26A37E2B-C3FC-4DB8-9DE8-526F7BF0A270@microsoft.com...
>I have a setup project that contains an installer class. Is it possible for
> me to get the path of the msi file within the installer class?
>
> Is that is possible, please suggest me a way to get the path.
>
> Thanks
> --Sandesh