Would it be possible to have a .net Custom action running from a temporary file? I need a custom action to use c# code but after it is finished i no longer want the assembly to hang around.
I am still having this problem... It appears to register the components within the merge module but some of them do not have all there functionality. Running regsvr32 on the components fixes the problem.
I will get a sample merge module asap. I logged the install of the msi and it tells me its complaining about the INSTALLDIR which i believe is the wise property similar to APPDIR i created this (INSTALLDIR) property and added a folder based on this property. During the install i set ...
Not sure if thats what i need... The problem seems to be the COM registration in the merge module is not being performed correctly by AI it seems to add the keys that are present in the DLLRegisterServer function but not those present in the .rgs registry resource file. I added the content of the ...
A problem i am having is caused by using AI with merge module created in Wise for windows installer. I get the error code 2727 during the install this is the same for every msm i try created in wise.
I have a merge module that puts a dll in the install directory this is a COM module, the DLLRegisterServer is an exported function. Within this function several registry keys that are meant to be set. I have selected self registration in the dll property within the merge module. When i ...
I have a merge module that puts a dll in the install directory this is a COM module, the DLLRegisterServer is an exported function. Within this function several registry keys that are meant to be set. I have selected self registration in the dll property within the merge module. When i ...