-
Support for
Windows 7. Visual Installer 2010 has been adapted to the
new Windows 7 operating system. Both the editor and the
created installation programs supports Windows 7.
-
Support for
64 bits. The sale of 64-bit computers, and 64-bit
Windows, are expected to increase sharply in the coming
years. Visual Installer 2010 has been adapted for use in
64-bit Windows (Windows XP / Vista / 7).
-
Code signing of
setup program. Important installation files are now
code-signed and you can also sign your own installations if
you have a certificate. By code-signing your installation
package your user's will not get any warning boxes when
installations are downloaded from the Internet. Code signed
setup programs can also be more easy installed in Windows 7
systems that has AppLocker
activated.
Read more here.
-
Many stylish
ready-to-use images for setup dialog boxes are included now
and you can very easy choose one of them to your dialog
boxes. You can also choose your own images to the dialog boxes.
Read more here.
-
The script
editor (the editor where you type script commands) shows now
commands and variables with different colors (so-called
syntax color handling). In this way you will get a better
overview of the commands and variables you use in script
lines. The script editor also supports IntelliSense
(using the same principle as in the Visual Studio editor),
which means you can get a list of possible commands and
variables as you type, and you can quickly and easily choose
a command or a variable.
Read more here.
(Professional)
-
The Registry
and INI files tabs also handle syntax coloring and
IntelliSense as described above.
Read more here.
-
You can now
preview the settings you entered in the Registry tab.
Your keys and values are displayed in a graphical tree, in
the same way as in the Windows Registry editor.
Read more here.
-
Support for.
NET Framework 3.5. If you develop applications that
require. NET 3.5, you can let Visual Installer 2010 check
that the computer really has. NET 3.5 installed before you
start installing your programs.
-
New features for
managing license keys. For example auto-formatting of
license keys when they are entered (the hyphen is
automatically inserted). You can also specify a default key
that is displayed as a suggestion in the dialog box for the
license key. Very useful when you distribute evaluation
versions etc.
-
New conditions
in the script language that now handles Windows 7. For
example
IF OS = Win7 which executes the script row(s) only if
the operating system is Windows 7.
(Professional)
-
New conditions
in the script language that supports. NET, for example:
IF NET = 2.0 which executes the script row(s) only if
.NET Framework 2.0 is installed.
(Professional)
-
New script
command:
UNINSTALL_RENAME_LOGFILE. If you install multiple
installations to the same folder on the hardisk this script
command is useful if you want to uninstall the installed
files via separate uninstall programs. The uninstaller
included in Visual Installer uses this log file to determine
which files to uninstall.
(Professional)
-
New variable:
%MYPICTURES.
Returns the path to the image folder in Windows. This
variable can be used when installing pictures to user's
harddisks.
-
The end user can
now install on a USB flash drive. Usage of USB storage is
increasingly common, and besides that you can distribute
your application via USB sticks, you can now also let your
end users install their files to a USB flash drive. This is
an option that can be turned on / off in Visual Installer.
-
Easier to find
previous projects. The six most recent use projects are
displayed in a submenu in the File menu.
-
A user's guide
in PDF format is included. A navigation tree and hyperlinks
in the text makes it's easy to navigate among the pages in
the manual. You can preview the user's guide by clicking
here.