Daniel, setting the Keep Existing Permissions flag on the font file does seem to work. In my single test with Win10, the font file did install and was available for use without requiring a reboot. I will continue testing to see if this has any negative effect on other versions of Windows (other than ...
Note that I experimented with creating a new AI project that only installed the font file and nothing else. This succeed, both in installing the font while successfully without requiring a reboot, and in requesting a reboot after the install was completed ...
If you want your font source file to be installed directly in Windows Fonts folder, then please go to "Files and Folders" page and drag your font file under "Windows Volume\Windows\Fonts" folder. Let us know if this helped.
That is the location that we have been using all along ...
My version of the Custom Action (see pic attached) did not work. I tried moving the SetProperty to after the Finish Execution stage, but that did not help. I'm not sure that the FORCE action exists in AI Pro.
\
AIForceRebootAction1.png (53.48 KiB) Viewed 30857 times
I will try again and let you know how it works out.
In the meantime, one of my co-workers made an observation about our font installation that I had not noticed before. We are using the AI environment variable that points to the Windows FONTS folder. What my co-worker noticed is that following the ...
To achieve what you want you can use a "Set installer property" custom action like this: Property: REBOOT Value: Force Condition: VersionNT = 1000 AND MsiNTProductType = 1 Please take a look on our "Restart the machine after the installation" article which may be useful for your ...
You should be able to achieve what you need using a "Professional" project type too. For instance, you can use a "Set installer property" custom action to set the "REBOOT" property to the desired value.
Selecting a reboot condition for a specific OS is a two-click item in InstallShield Express...
Yes, you can conditionally trigger the reboot. Our "Restart the machine after the installation" user guide article exposes an example of how this can be done. You should just set the "REBOOT" property to "Force" when the "VersionNT" property is equal with 1000. Daniel Hmm... didn't really see the ...
As a workaround, in order to avoid this situation you can set the "Reboot behavior" field, from "Install Parameters" page, to "Force Reboot after install".
That is my fall-back position, but I am reluctant to do this unless it is really necessary. I guess I could make the reboot conditional on a ...
Adding to my previous question, does Win10 now require some new kind of font registration process or procedure that AI is not executing properly? Or is it simply mandatory to have to reboot the machine after installation of a font under current Windows 10?
Noticed recently that our installed bitmap font file now requires a reboot (in Win10) before it becomes usable by our application. AI is set to register the font. This seems to be a change in Win10 behaviour.
Installers generated by AI 12.1 also require a Win10 reboot. When the installed font is ...
I've talked with our development team about the build details level and it seems they already implemented an improvement which will display the current action info at build time. This improvement will be available starting with our next version of Advanced Installer (12.8). Thank you for adding ...