bchetana
Posts: 95
Joined: Sat Dec 01, 2012 11:36 am

Pass Public Params to Post Install requisite

Hi

I have a pre requisite which will be installing after my application is installed. I want to pass parametes to that pre requisite .

For that I have give the setting as bellow. When installer installs, the pre requisite , its showing error as invalid command line.

How to pass the Public param to post install pre requisite ????????
Attachments
SWUtility.gif
SWUtility.gif (46.34 KiB) Viewed 4943 times
Eusebiu
Posts: 4959
Joined: Wed Nov 14, 2012 2:04 pm

Re: Pass Public Params to Post Install requisite

Hi,

Please make sure that you prerequisite package supports the command line that you want to pass. If so, can you enclose into quotes the property that you want to pass and see if it works (i.e. IE_ACTION="[IE_ACTION]")?

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
bchetana
Posts: 95
Joined: Sat Dec 01, 2012 11:36 am

Re: Pass Public Params to Post Install requisite

Thnq for giving responce. After insterting "" the issue got resolved. Thnq
Eusebiu
Posts: 4959
Joined: Wed Nov 14, 2012 2:04 pm

Re: Pass Public Params to Post Install requisite

You're welcome. I'm glad you got this working.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”