I have an MSI project that I want to convert to a merge module. The writing of files was simple enough to replicate. However, I am struggling to replicate the Custom Actions. I need the Custom Action to execute from the merge module.
This is what my custom actions in my MSI project looks like:
UPDATE:
I found the problem. In an MSI project, the name your directory that you create; Remains the same that is if I create a folder FBB Installer Files; in your direct Editor under Directory the Key name will be FBB_INSTALLER_FILES; however if you do the same thing in a Merge Module the Key will be set to FBB_INSTALLER_.984DBBFF_9C1E_46C0_9E76_BF6D4CE53321. Basically a merge module appends a GUID to the name of the key.