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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: how can i call a .msi installer file from Install AnyWhere
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
Dec 29, 2009
12:59 AM
how can i call a .msi installer file from Install AnyWhere
Hi,
I am trying to call .msi installer from Install Anywhere as below.
action 1. I added the .msi file to Install Directory.
action 2. I am running execute command as
$USER_INSTALL_DIR$/$MRCInstall.msi
but the master installer is failing to call .msi installer.
can any body help me.
Thanks,
Vijji123
I am trying to call .msi installer from Install Anywhere as below.
action 1. I added the .msi file to Install Directory.
action 2. I am running execute command as
$USER_INSTALL_DIR$/$MRCInstall.msi
but the master installer is failing to call .msi installer.
can any body help me.
Thanks,
Vijji123
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 30, 2009
11:24 AM
1. It looks like you are missing a $. Try $USER_INSTALL_DIR$$/$MRCInstall.msi.
