逃生; (分号)in Inno Setup
问题描述:
如何在C:\;D:\;
中跳过分号?逃生; (分号)in Inno Setup
Filename: "configFile.ini"; Section: General; Key: Ignore Drives; \
String: C:\;D:\; Flags: createkeyifdoesntexist
如何在C:\;D:\;
中跳过分号?逃生; (分号)in Inno Setup
Filename: "configFile.ini"; Section: General; Key: Ignore Drives; \
String: C:\;D:\; Flags: createkeyifdoesntexist
试试这个:C:\ ;; D:\ ;;从我所知道的情况来看,你将角色翻倍以逃避它。 –
我试过了,它不起作用 –
关闭您的字符串在双配额(“)。”部分:常规;键:“忽略驱动器”;字符串:“C:\; D:\;”;标志:createkeyifdoesntexist' – RobeN