EDN Admin
Well-known member
Hello experts,
i have created a setup project in custome action following parametes are set
<pre class="prettyprint /exePath="[TARGETDIR]" /servername="[EDITA1]" /dbname="[EDITA2]"[/code]
in the installer class
<pre class="prettyprint string exePath = Context.Parameters["exePath"].ToString();[/code]
<pre class="prettyprint" style="font-size:12px i am getting null vale for Context.Parameters , what would be going wrong ?[/code]
<pre class="prettyprint" style="font-size:12px <br/>[/code]
View the full article
i have created a setup project in custome action following parametes are set
<pre class="prettyprint /exePath="[TARGETDIR]" /servername="[EDITA1]" /dbname="[EDITA2]"[/code]
in the installer class
<pre class="prettyprint string exePath = Context.Parameters["exePath"].ToString();[/code]
<pre class="prettyprint" style="font-size:12px i am getting null vale for Context.Parameters , what would be going wrong ?[/code]
<pre class="prettyprint" style="font-size:12px <br/>[/code]
View the full article