简体   繁体   中英

Registry key is not being created upon install using a c# msi installer

I am using the Visual Studio Registry Editor to create my c# installer. I am trying to write a registry key upon installing. I add the key "HKLM\\Software\\HTMLBuilder". I install my app but the key never gets created. After searching the googles and trying different things, I can not get the key created. Below is a screenshot of the properties I currently have set in visual studio 2010.

在此处输入图片说明

Steve had the answer to my question. It was put under HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\HTMLBuilder. THANK YOU!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM