I created an installation and deployment project using Visual studio and installed the setup. After installing the installation, it copies several files (XML), which when using the application are configured programmatically. Now, if the user resets this setting again, I need to ask the user whether these customized files should be overwritten or saved ??
Any idea on how to do this?
Thanks and Regards, Fran
See the file versioning rules for Windows Installer.
, , XML, , , MSI XML, , , ( -).
, , , , : , REINSTALLMODE.
, - " " , . , EXE. , " ".
" " ,
, ( ) , . .
, apporach - HKLM , HKCU, :
2.0.0 , . HKCU 2.0.0, , HKLM .
Source: https://habr.com/ru/post/1709539/More articles:How do you write tests for code that requires duplication of test code? - unit-testingAlways update files with minor updates (how) - installerCreating sequences for a subset of a table - sqlHow can I use FastMM4 memory leak reports in a service? - memory-leaksIphone Developer Responsibility - iphoneWhat is the right to use the accelerator drive library? - c ++Concurrency Problem - phpDisplay Japanese characters in TItle Bar Java - javaOS X Keychain Password Assistant function via terminal - bashHow to determine the size of a SharePoint list? - sharepointAll Articles