Re: [WiX-users] write custom action in csharp for storing information

2009-10-06 Thread Blair
] 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

Re: [WiX-users] write custom action in csharp for storing information

2009-10-06 Thread danimian
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"]

Re: [WiX-users] write custom action in csharp for storing information

2009-10-06 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
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: