Can I use RegFree Com with an application written in Excel VBA?

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2009-04-01T21:56:44Z Indexed on 2010/04/20 16:53 UTC
Read the original article Hit count: 425

I have an application that is written in Excel VBA, myApp.xls. Currently we use InstallShield to distribute the application. Since we are moving to Windows Vista, I need to be able to install the application as a standard user. This does not allow for me to update the registry during the install process. In addition to the excel application we also have several VB6 applications. In order to install those applications, I was able to use RegFree com and Make My Manifest (MMM) as suggested by people on this forum (I greatly appreciate the insight btw!). This process, although a bit tedious, worked well. I then packaged the output from MMM in a VS '05 installer project and removed the UAC prompt on the msi using msiinfo.exe. Now I am faced with installing an application that basically lives in an Excel file. I modified a manifest that MMM created for me for one of my VB6 apps and tried to run the excel file through that, but I did not have much luck. Does anybody know of a way to do this? Does RegFree com work with VBA? Any thoughts or suggestions would be much appreciated.

Thanks,

Steve

© Stack Overflow or respective owner

Related posts about excel-vba

Related posts about regfreecom