Re: [WiX-users] Inserting string in REG_MULTI_SZ key

2007-03-19 Thread Rob Mensching
You'll probably need a CustomAction.  MULTI_SZ strings are icky.  Personally, 
I'd recommend designing them out of your system as possible.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hovhannes 
Nurijanyan
Sent: Saturday, March 17, 2007 2:38 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Inserting string in REG_MULTI_SZ key

Hi All,

I am new to wix, and I am getting some problems.
I want to modify a multi string registry value to insert a string right after 
another string. Something like this:

STRING_1
STRING_2
STRING_3

And I want it to be changed to:

STRING_1
STRING_2
MY_STRING
STRING_3

Is it possible to do using wix's abilities, or I'll have to write a script to 
parse the string and modify it?

Thanks for help,
Hovik

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Inserting string in REG_MULTI_SZ key

2007-03-17 Thread Hovhannes Nurijanyan
Hi All,

I am new to wix, and I am getting some problems.
I want to modify a multi string registry value to insert a string right after 
another string. Something like this:

STRING_1
STRING_2
STRING_3

And I want it to be changed to:

STRING_1
STRING_2
MY_STRING
STRING_3

Is it possible to do using wix's abilities, or I'll have to write a script to 
parse the string and modify it?

Thanks for help,
Hovik
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users