LordNullset
Posts: 7
Joined: Mon Nov 26, 2007 5:01 pm

source file requirement

Hello, I think I've found a bit of a bug: If you only put Temporary Files in the project, on clicking Build, AI complains that there must be a source file in order to proceed. Why doesn't AI count a temporary file as a source file? Temporary Files are just regular files with the stipulation that they be deleted after InstallFinalize, right?
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

This is not a bug in Advanced Installer. You are encountering this behavior because temporary files do not create components and a MSI must have at least a component.

The solution is to create a dummy registry file which always has a false condition so it will never be installed.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”