How to install a font with Visual Installer

True Type font logoSometimes the fonts that are included in Windows are not enough, and you need to distribute your own font(s) with your software. But before they can be used in another computer, they must be installed in the right system folder and registered in the system.

Luckily Visual Installer supports installation and registration of fonts. So it is easy to add a font to your installation and have it installed and registered in another computer. In the tip below we will show how to add a font file to an installation project and how to make sure it will be registered in the system during the installation.

How to install and register a font with Visual Installer

1. Open your project or create a new project.

2. Choose the menu item List – Add – Add files.

3. Browse and select your font file (must be a file with the filename extension .ttf).

(If you want to add a font file that is located in C:\Windows\Fonts, you can first copy the font file to another folder that you create, for example C:\MyFonts. Thereafter you add the font file to Visual Installer´s file list from C:\MyFonts. Adding the font directly from C:\Windows\Fonts may not always work because it is a special folder.)

4. Click Open in the Add files dialog box.

5. In the next dialog box that is shown, make sure that the destination folder is %FONTDIR.

6. Click OK to close the Destination folder dialog box.

7. Now select the font file in the file list.

8. Choose the menu item List – Register font.

9. Enter a font name in the Font name text box in the Register font dialog box.

10. Make sure that the Register this font after installation option is selected.

11. Click OK.

You have now added a font file to your installation project and it will be installed in Windows font folder, and registered in a proper way, during the installation.

How to check that a file is dual code signed

In Visual Installer 2015 we added a new function that makes it possible to dual code sign setup files. You can read about the new function in the following blog post:

> Visual Installer now supports SHA-2 and dual code signing

Before you distribute your installation package it can be a good idea to check that the dual sign process succeeded. You can do it easily by following the steps below:

1. Create your setup package from Visual Installer.
2. Locate the setup package file via Windows Explorer.
3. Right-click on the file.
4. Choose the Properties menu item in the local menu that is opened.
5. Open the Digital Signatures tab.

If the file has been successfully dual signed, there should be two rows in the signature list:

Windows Properties window

The digest algorithms should be sha1 and sha256, as shown in the picture above. If there is only one row in the signature list, the dual code sign process failed or you have not set Visual Installer to dual code sign setup packages. Read this tip to get more information about how to change code sign settings in Visual Installer.

See also
> What is SHA-1 and SHA-2 and what’s the difference between them?
> How to code sign a setup package (Visual Installer tip)

ComponentSource sells SamLogic’s new 2017 products

ComponentSourceComponentSource, the world’s largest reseller of software components and development tools, is an official reseller for SamLogic Software’s products, and sells our tools for developers and designers. From ComponentSource you can buy the following three products from SamLogic:

> SamLogic CD-Menu Creator 2017
> SamLogic USB AutoRun Creator
> SamLogic Visual Installer 2017

ComponentSource Customer Services representatives speak many languages, including English, French, German, Italian, Spanish, Japanese, Korean, Cantonese, and Mandarin, and are available to assist you with all of your sales and technical queries about the three products listed above. If you have questions about our products and prefer to talk or write in other language than English (for example in Spanish or German) it can be a good idea to contact ComponentSource and ask your questions.

You can call ComponentSource free of charge in 47 countries. You can also send an email to the following e-mail address: sales@componentsource.com

Related links
> SamLogic Software’s products on ComponentSource
> You can call ComponentSource toll free in 47 countries
> About ComponentSource

Visual Studio 2017 can be downloaded now

Visual Studio 2017 editor

The new Microsoft Visual Studio 2017 was released this Tuesday (March 7) and can now be downloaded from Microsoft’s web site:

> What’s new in Visual Studio 2017 & Download links

The Community version of Visual Studio 2017 can be downloaded and installed for free. Visual Studio Professional 2017 and Visual Studio Enterprise 2017 are also available for download, but if you want to use them you need to purchase them.

System requirements for Visual Studio 2017 can be read on this page.

The new Visual Studio 2017 will be released on March 7

Visual Studio 2017 Logo

According to Microsoft, the new Visual Studio 2017 will be released on March 7. Visual Studio 2017 is the latest version of Microsoft´s powerful suite of development tools. The first version of Visual Studio was released 1997, so Microsoft will also celebrate Visual Studio’s 20th anniversary when the new version of Visual Studio is released.

Microsoft Visual Studio 2017 includes enhancements to code navigation, IntelliSense, refactoring, debugging, Azure etc. And Xamarin is now integrated in the product which means developers can build Android, iOS and Windows apps directly from Visual Studio. The installation of Visual Studio is also faster and you only need to install the features that you need. Microsoft has also added new features to the C#, C++ and VB languages.

A detailed list of all new features and improvements in Visual Studio 2017 is available here:

> What’s New in Visual Studio 2017
> Visual Studio 2017 Release Notes

Visual Installer 2017 is compatible with Visual Studio 2017
Visual Installer 2017, that we released last week, is fully compatible with Visual Studio 2017 and Visual Basic 2017 (VB 15). This means you can import solution files and project files, that is saved with Visual Studio 2017, to Visual Installer.

Visual Installer 2017 has now been released

We have now released a new version of our setup tool SamLogic Visual Installer. The name of the new version is SamLogic Visual Installer 2017 and the version number is 11.0. Some new features in the new version are:

• The support for Windows 10 has been improved.
• Supports Visual Basic 2017 / Visual Studio 2017.
• Supports AutoCAD 2017.
• Supports Microsoft .NET Framework 4.6.2.
• Supports Microsoft Edge.
• The file information window now displays info about digital certificates. Read more.
• Line breaks can now be included in message boxes that are opened via script. Read more.
• You can specify your own default folder for your Visual Installer project files. Read more.

A detailed list of new features in Visual Installer 2017 is available on this web page.

The file information window now displays info about digital certificates

Today it is important to code sign binary files (for example .EXE and .DLL files) before distribution. We have therefore updated the file information window in Visual Installer so it is easy to check if a file in Visual Installer’s file list is code signed or not. The picture below shows the updated file information window:

The File information window in Visual Installer

To the right of the Code signed? text field there will be a Yes if the file is code signed (has a digital certificate). Otherwise there will be a No.

The name of the organization that the digital certificate is issued to is displayed to the right of the Organization text field.

How to open the file information window
You can open the file information window by choosing the Show file information menu item in the List menu in Visual Installer’s editor, or by right-clicking over a file in the file list and choosing the Show file information menu item in the local menu that is opened.

You can now specify your own default folder for your project files

You can now specify your own default folder (start folder) for your Visual Installer project files (.VIP files). Normally is the Documents\Visual Installer\My Projects folder used as a default folder for Visual Installer’s project files, but now you can have your own default folder; for example D:\My VIP Projects, or whatever you want to have.

File - Open projectThe default folder is used as a start folder when you have no project file opened in the Visual Installer editor, and want to open an existing project file (.VIP file), for example via the File – Open project menu item. The start folder is opened first. Thereafter you can browse to another folder on the drive if your project file is not located in the start folder.

(If you already have a VIP project opened in the editor, the folder where this project file was last saved in, will be used as a start folder.)

How to change the default folder for projects
You can set a new default folder via the Editor Options dialog box in Visual Installer. This dialog box can be opened by choosing the Editor options menu item in the Special menu in Visual Installer’s editor. A new default folder can be entered in the Project folder textbox (in the Miscellaneous tab). See the picture below for an example.

The Editor Options dialog box in Visual Installer

You must enter a full path to an existing folder in the Project folder text box. The drive letter must be included in the path.

If you want to use Visual Installer’s built-in default folder (Documents\Visual Installer\My Projects) as a start folder for your projects again, you can erase the contents in the Project folder text box. You only need to specify a folder in the Project folder text box if you want to use your own start folder.

CD-Menu Creator 2017 has now been released

A new version of our menu designer tool CD-Menu Creator has now been released. The name of the new version is SamLogic CD-Menu Creator 2017 and some of the new features in the new version are:

• The support for Windows 10 has been improved.
• All binary files in CD-Menu Creator are now SHA-2 code signed. Read more.
• You can now create button groups with titles. Read more.
• We have added more symbolic icons for the menu window.
• New menu interface examples have been included.

A more detailed list with the new features is available on this page.

CD-Menu Creator: You can now create button groups with titles

We have added a new function to CD-Menu Creator 2017 that allows you to place buttons in groups and add a title to each group. If you have many buttons in a menu this will help your user find the correct button faster. Below are two menu examples that show how it may look like:

Example 1: One column with buttons + two groups with buttons + Exit button
Menu example 1

Example 2: Two columns with buttons + four groups with buttons
Menu example 2

It is easy to create button groups and add titles to the groups. In this new tip on our website we will show you how to create button groups with titles.