View Single Post
  #3  
Old 08-23-2007, 05:28 PM
ambalboa ambalboa is online now
Registered User
 
Join Date: 06-25-2007
Location: Houston, TX
Posts: 70
Well, you are correct about the GUIDs not being regenerated or changed. But I notice that whatever path I place in the 'Update Output' field, that changes the path stored in the GUID registry key. Also, the generated executables being placed in the output directory, is also where the build MSI file places its files when installed, so is there anything wrong with that? Should I just build but not install the MSI file? These files are being referenced by a VB6 project file, and they seem to be missing until I install the newly build MSI, would you know why? This was a recent change I did on my build. Before, the output directory was not where the MSI would install its files, now it does. This is my main concern. Any input would be greatly appreciated.

Also, we solved the "ActiveX component can't create object" error; apparently, the executables were not being compiled correctly. Fixed that by changing the settings in Visual Studio. Thanks again.
Reply With Quote