[WiX-users] Read the text from .ini file.

2009-05-26 Thread gulfam murad
Hi, How can I use ".rc dialogs" or "windows forms" as my WIX Installer Package UI. Thanks, Gulfam -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creat

Re: [WiX-users] Read the text from .ini file.

2009-05-26 Thread Alex Shevchuk
>However I think it searches only system folder. The .ini file is part of >my installation and copies on user machine. So how can I search this >one? Actually, WI requires file to be in the Windows folder. You can either copy your .ini file to windows folder during installation or custom action is

Re: [WiX-users] Read the text from .ini file.

2009-05-26 Thread Rahul.Ekbote
...@live.com] Sent: Monday, May 25, 2009 9:30 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Read the text from .ini file. You need . Alex -Original Message- From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] Sent: Mond

Re: [WiX-users] Read the text from .ini file.

2009-05-25 Thread Alex Shevchuk
You need . Alex -Original Message- From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] Sent: Monday, May 25, 2009 5:25 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Read the text from .ini file. Hi, How can I read the text from .ini file and store it into

[WiX-users] Read the text from .ini file.

2009-05-25 Thread Rahul.Ekbote
Hi, How can I read the text from .ini file and store it into property. I have .ini file with product version information. I want to read this information and used to check same version is present on machine or not. I found the way to write the text into .ini file using but not found how to r