简体   繁体   中英

How to name the folders created while installing the exe file that is published through oneclick installer

I am using oneclick installer available in the visualstudio to deploy a desktop application. After installing,the installation creates a folder in the user local appdata path (C:\\Users\\xxxxx\\AppData\\Local\\Apps\\2.0\\5VOHNBL2.9EW\\W5YA2RJW.64K\\batc...exe_55e4bcf8b6e845f5_0001.0000_none_294f456f6b107c8a) How can i make sure that installation creates an readable folder names?

I don't think this is possible, ClickOnce wants to manage all that stuff itself.

If you prefer to install to a specific folder then don't deploy using ClickOnce. If you're going to use magic deployment technology then don't fight it, embrace the magic.

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