Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 12-19-2008, 03:12 AM   #1 (permalink)
fiveight
Guest
 
Posts: n/a
Default [open("%1")]

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


  Reply With Quote
Old 12-19-2008, 03:12 AM   #2 (permalink)
Kalle Olavi Niemitalo
Guest
 
Posts: n/a
Default Re: [open("%1")]

"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
  Reply With Quote
Old 12-19-2008, 03:12 AM   #3 (permalink)
fiveight
Guest
 
Posts: n/a
Default Re: [open("%1")]

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



  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:18 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com