Windows Installer Editor Reference
100
Working With Wise Installation Files
To run an installation and install it on your computer
1. Click Run at the lower right of the main window.
In Visual Studio: in Solution Explorer, right-click the installation project icon and
select Set as StartUp Project. Then, select Debug menu > Start Without Debugging.
The additional options below are not available.)
2. Select the type of installation from the button menu:
Force Reinstall
Normally, if an application is installed and you try to install it again, Windows
Installer prompts you to remove it. This option uses command lines to bypass
the uninstall. Existing resources are replaced, and new resources are laid down.
(The command line msiexec.exe /FAMSUV [MSIFILENAME] is used.
See Command Line Options in the Windows Installer SDK Help.)
Uninstall --> Install
If the application is already installed, this option first uninstalls it, then installs.
Run
Runs the installation normally. If the application is already installed, you are
prompted to uninstall it.
Other command lines
If you added command lines to the Command Line page, they also appear. To
avoid having to select from the button menu, press Ctrl+R to run with no
command line.
3. If you are working in a .WSI that contains multiple releases, you are prompted to
select one.
The installation is compiled and run.
Note
If you change the installation and then run it, but the change is not apparent, close the
installation. Reopen it and compile it, and then run it again.
To run an installation and install it into a virtual layer
¾
Not available in the Visual Studio integrated editor.
1. On the Wise Options dialog box, mark the Install into virtual layer from Run
button option.
See
Setting General Options
on page 38.
2. Click Run at the lower right of the main window.
3. If you are working in a .WSI that contains multiple releases, you are prompted to
select one.
The application is installed into a new virtual layer and activated. You can test the
installation by viewing its installed files and running the application. If needed, you
can edit the contents of the layer in the Virtual Package Editor. You might add or
delete a file or registry key for testing purposes. You can then delete the layer to
restore your computer to its original state.
See About Installation Expert in the Virtual Package Editor Help.