How to insert a line feed in a setup dialog box (Visual Installer)

There are many built-in setup dialog boxes in Visual Installer that allows you to create a professional setup wizard in just minutes. In some of the setup dialog boxes you can enter many lines with information text, and to make the text easier to read it can be wise to include line feeds and empty lines in some part of the text.

To include a line feed in a dialog box text that you write you need to press Shift + Enter on your keyboard. A line feed will then be inserted at the cursor’s position. To include a blank line you can press Shift + Enter twice. The screen dump below shows how the text looks like with a blank line between the first sentence and the second sentence:

The screen dump below shows the same text in the setup wizard:

Related information
> Setup dialog boxes: How to choose, add text & change image
> Tip: How to add a link to a setup dialog box

How do I code sign a setup package in Visual Installer?

Today it is important to have a setup package code signed before distribution. This is for many reasons:

– You will avoid deterrent warning messages in Windows.
– You will avoid that your installation can not be started in some systems.
– You can be sure that nobody has manipulated your setup package since creation.
– You will protect your setup package against viruses and malware.

How to code sign in Visual Installer
In Visual Installer it is easy to code sign a setup package. In the following tip we explain step by step how to code sign an installation:
> Tip: How to code sign a setup package

Articles about code signing
If you want to read more about code signing we recommend you to read the following articles on our website:
> What is Code Signing / Digital Signature / Digital Certificate?
> Extended Validation (EV) Code Signing