I have an existing .Net-WPF project where I use a Folder Publish Profile to provide the file to the Advanced Installer project.
For the initial setup I used the "Add Project Output" option of the Advanced Installer Extension for VS2022 which successfully detected the required files.
Recently I added another subproject with a reference to the main project resulting in a new DLL file being required. The problem is, that even though the installer builds without issues the new file is not detected resulting in the application being unable to start. I already checked the output of the Publish step in Visual Studio and the DLL is definely there.
I already tried to remove the project output and adding it back again via the Extension. This resulted in all detected files to be removed. After adding the output back and rebuilding the installer zero files were detected, even the ones present before were gone.
For now I managed to solve the immediate issue by adding the missing file manually, but that may not be a good long term solution.
I currently use AIP version 22.5 with the AIP Visual Studio Extension version 22.8. I would use the newest version but it is currently incompatible with the VS Extension and causes it to crash when opening a project.
FOLLOW US