If you are working in an InstallScript or InstallScript MSI project, then you should remember to study what the default event handlers are doing.
Let’s say you have created a new project, and have done some work in a couple of the event handlers. All the other event handlers are not present in your script [...]
Continue reading about For Clarity, Check the Default Event Handlers
If you haven’t watched them yet, you should go to the following link and watch the example videos from the “Creating MSI Installations with InstallShield 2010″ course.
Enjoy!
Videos from “Creating MSI Installations with InstallShield 2010″
Share and Enjoy:
Continue reading about Example Videos from “Creating MSI Installations with InstallShield 2010″
For the last five years I have been using virtual machines to test my installations. It is by far the best method. If you are not using virtual machines to test, you are missing out.
With virtual machines, you can set up different Windows operating systems and configure them according to your wishes. [...]
Continue reading about Testing Your InstallShield Installations
I have just released a new training course on DVD, “Creating MSI Installations with InstallShield 2010″. In addition, I have posted some example videos from the course.
Check it out: Creating MSI Installations with InstallShield 2010
To watch example videos from the course, go here: InstallShield 2010 Basic MSI Videos
Share and Enjoy:
Continue reading about Creating MSI Installations with InstallShield 2010 Is Released
I am a big fan of writing down procedures. If I have a certain way I create a custom action, or a release, or anything else in InstallShield, I usually write it down. That way I don’t have to reinvent the wheel the next time I do it.
Generally, I write the steps down [...]
Continue reading about Do Not Copy and Paste Strings with Double Quotes