Search found 3 matches

Go to advanced search

by mwa
Fri Mar 23, 2012 3:48 pm
Forum: Common Problems
Topic: How to enable/disable NEXT button on textbox having text?
Replies: 1
Views: 3021
 
Jump to post

How to enable/disable NEXT button on textbox having text?

I have a dialog with one textbox that the user must enter some specified text to continue the installation.
I want the NEXT button of the dialog to be disabled at first and then enabled when the text box is set to some specified text.
How do I achieve that?

I'm confused about the eventing system in ...
by mwa
Fri Mar 23, 2012 1:33 pm
Forum: Building Installers
Topic: How do I copy a folder with subfolders external to the MSI?
Replies: 3
Views: 9204
 
Jump to post

Re: How do I copy a folder with subfolders external to the M

Thanks for replying.

Why do each file needs a GUID?
I thought that since the files are not "included" in the MSI I would simply create a custom action with wildcards (xcopy seems fine).
The only drawback I could see from this is that from an uninstall/repair standpoint it would not work?

Thanks.
by mwa
Thu Mar 22, 2012 8:02 pm
Forum: Building Installers
Topic: How do I copy a folder with subfolders external to the MSI?
Replies: 3
Views: 9204
 
Jump to post

How do I copy a folder with subfolders external to the MSI?

I can't figure out how to copy a folder recursively from a location besides the MSI at install time to the application folder.

I don't want to include those files in the MSI since the size of those is close to 2 GB.

Surely there is a way to do this.

Go to advanced search