Re: [WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread Farooq Mahmud (Hotmail)
@lists.sourceforge.net Subject: Re: [WiX-users] Problem while creating objects by calling custom action We want to collect information then store all these information in .xml file. Information like this: obj_PDBInformation.DisplayName = session["DISPLAYROP"]; obj_PDBInformation.Server = session[&

Re: [WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread danimian
reate > the object from the data you read and add the object to the collection. > > Hope this helps. > > -f > > -Original Message- > From: danimian [mailto:miand...@gmail.com] > Sent: Thursday, October 08, 2009 1:58 AM > To: wix-users@lists.sourceforge.net &

Re: [WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread Farooq Mahmud (Hotmail)
ws in the table, create the object from the data you read and add the object to the collection. Hope this helps. -f -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Thursday, October 08, 2009 1:58 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem while crea

[WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread danimian
Hi, i am writing a custom action with following code, creating an object. It is Working well. Actually this custom action must create many objects too if user want to create many (by clicking save button many time and calling custom action everytime). The problem is, it is overwriting old object a