vote up 0 vote down star
1

Is it possible to obtain the filename of an msi file from inside the msi file (when using either install shield or wix)? I am looking for an easy solution to a problem I am trying to solve and was going to key off of the msi filename not being "x".

I have an existing msi file that I need to run silently and only accepts one command line parameter. I need this change fairly quickly and am just researching my options. Changing the name of the msi file would be a neat way to change the behavior of the install.

flag

Can you elaborate more on why you need this? – Shay Erlichmen Jul 28 at 15:45

2 Answers

vote up 2 vote down check

That's pretty weird request but OriginalDatabase Property will get you the full path.

link|flag
vote up 1 vote down

Note that if you do key off the filename, generally the name during maintenance or removal may not match the original install name. Instead it will be using a cached file with an arbitrary name.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.