No, I will be taking a look at it a bit later. I am planning to implement
it in c++ custom action.
will post the code once i get to it.
On Fri, Dec 17, 2010 at 12:06 PM, kim [via Windows Installer XML (WiX)
toolset]
> wrote:
> Hi Sangeeta1
>
> Did you got the customise file open dialog working
Hi Sangeeta1
Did you got the customise file open dialog working?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Browse-Dialog-tp5413342p5845549.html
Sent from the wix-users mailing list archive at Nabble.com.
--
No not yet. Still waiting for a reply from some Wix expert here. I will
definitly share it with you once I get some information :-)
Regards.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Browse-Dialog-tp5413342p5832302.html
Sent from the
Did you find an example for the custom file open dialog? I am looking for
one too.
I read in one of the posts to create a custom C++ CA for fileopen. I dont
really know much about writing custom actions in native code and would like
an example to start with.
thanks.
On Fri, Dec 10, 2010 at 3:08 PM
Hello gapearce,
Can you please share the code on how to create the Custom fileopen dialog
and then using the selected file in further installation process.
Thanks so much.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Browse-Dialog-tp5413
Hey Thanks Nick! That was pretty close... This license file won't be
'installed', it will be emailed to the user, so it is possible for the user
to put it anywhere before running setup. So I followed your suggestion to
set the variable correctly, but I set it to "C:\", and it is acting
correctl
If I'm reading this correctly, you're code is this:
MTPreInstallDlg
1
1
and on your other dialog, you've got:
MTBrowseDlg
So, you've got a dialog called MTPreInstallDlg that pops open a browse
dialog. Before it does, it sets the property "_BrowseProperty" to
"[LICENSE_FILE]".
Hi,
I need to prompt the user for the location of a file before installing my
software.
I'm disappointed that I couldn't find an example of this ANYWHERE. There
are lots of discussions about using custom browse dialog, but no examples.
If I figure this out, I will publish an example.
I give
8 matches
Mail list logo