|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi All:
I am using MSI to install a MDI application. The document need DDE command in registry. So in "ddeexec" key, the default value should be "[open("%1")]", but MSI think this is a undefined value, ignore this value. If I write this value as "\[open("%1")\]", MSI install it as "\[open("%1")\]", so how should I write this value? Thanks Fiveight |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
"fiveight" <fiveight@tom.com> writes:
> If I write this value as "\[open("%1")\]", MSI install it as > "\[open("%1")\]", so how should I write this value? [\[]open("%1")[\]] The [\[] syntax is documented at: http://msdn.microsoft.com/en-us/libr...09(VS.85).aspx |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
Thank you very much!
"Kalle Olavi Niemitalo" <kon@iki.fi> ??????:87ej2fy9ns.fsf@Astalo.kon.iki.fi... > "fiveight" <fiveight@tom.com> writes: > >> If I write this value as "\[open("%1")\]", MSI install it as >> "\[open("%1")\]", so how should I write this value? > > [\[]open("%1")[\]] > > The [\[] syntax is documented at: > http://msdn.microsoft.com/en-us/libr...09(VS.85).aspx |
|