I am creating the deployment project (.MSI) for my .NET Windows project (Visual Studio 2010) using the advanced installer 8.x by adding some driver and 3rd party SDKs. I开发者_JAVA百科 added them as p
My application uses extensions that m开发者_C百科ust be placed in the the folder [AppDataFolder]\\A\\B\\C... But Advanced Installer features do not allow me to put my files in a \"system folder\".
I\'ve already gone through: Check if the application is already installed Detecting if a program is already installed with NSIS
I\'m currently updating our software installer and have a few questions about getting the .NET framework installed.