开发者

Create a key in the registry and set it's value with the installation path with installshield

开发者 https://www.devze.com 2023-02-17 05:29 出处:网络
I wrote a WinForms app and I want to make setup project for this and I want to use installshield for this, it\'s the first time that I use installshield, now I want to configure my setup project to cr

I wrote a WinForms app and I want to make setup project for this and I want to use installshield for this, it's the first time that I use installshield, now I want to configure my setup project to create a key in registry and it's value is the path of installation that the user browsed, how can I set the value of key with the path that the user entere开发者_如何转开发d?


Use the registry view to define a Hive \ Key \ String \ Value path and set it's data to a value of [INSTALLDIR].

0

精彩评论

暂无评论...
验证码 换一张
取 消