] write custom action in csharp for storing
information
I am writing a custom action with the following code. The Challenge is save
information during installation.
[CustomAction]
public static ActionResult MyCA(Session session)
{
DBInformation obj_DBInformation = new DBInformation
I am writing a custom action with the following code. The Challenge is save
information during installation.
[CustomAction]
public static ActionResult MyCA(Session session)
{
DBInformation obj_DBInformation = new DBInformation();
obj_DBInformation.Server = session["SERVERNAMEPROP"]
Session properties are the way to store the information.
I can create some properties in my Wix code and update the values like
session["PROPERTY1"]="j";
Can you provide more info as what are you planning to perform?
Thanks,
Sudheer
BGE Build Team (X 34482)
-Original Message-
From:
3 matches
Mail list logo