Sergey Abakumoff wrote:
> Some controls(Type="Text") in my wix installer CustomUI should contain
> hyperlinks and mailto links, for instance:
>
MSI's UI support doesn't include hyperlinks. You can use button controls
to call the WixShellExec custom action; see WiX.chm for details.
--
sig://b
Ran Didi wrote:
> The 'MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); ' works great
> on the old CA,
> the old & new CA content in Orca are exactly the same (on the CustomAction
> table) - except for the target column of course
If the CustomAction and Install*Sequence tables are the same
The 'MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); ' works great
on the old CA,
the old & new CA content in Orca are exactly the same (on the CustomAction
table) - except for the target column of course.
the InstallSeqance table contains both new & old CAs.
On Thu, Sep 18, 2008 at 7:41
3 matches
Mail list logo