How can I filter certain files when I add source output to my IS project (Files and Folders)? Let's say I want all my .cs (C# files) files in the installer but don't want .csproj (C# project file) file.
I have just switched from Visual Studio's (2010) Setup project to InstallShield and I'm trying to create an identical installer. I just can't find a way to filter files like in Visual Studio's Setup project where you just right-clicked source output item and applied an "ExcludeFilter" (where you define using wildcards which files you want to filter out).
I have just switched from Visual Studio's (2010) Setup project to InstallShield and I'm trying to create an identical installer. I just can't find a way to filter files like in Visual Studio's Setup project where you just right-clicked source output item and applied an "ExcludeFilter" (where you define using wildcards which files you want to filter out).