Torchok
Torchok
morning, i found following link on Wix toolset Site. https://wixtoolset.org/docs/schema/wxs/bootstrapperapplicationdll/. Looks like it possible in V4, but in Bootstrapper Application Installer. Never tried on 2K and 4K Screenresolution. also MS...
many thanks, @oleg-shilo. Somehow i dont fully understand description of "naked" Filesi n Wix V5. Group of Files and how to do subdirectory for it ? What is purpose of...
hiho, in msi AFAIK you have to specify reinstallmode. From view of Msi , is Repair - reintall, real Repair-Installation not happens. Standard is -omus, something like that. And there...
probably, "omus" or just "o". Try it. also looks in your msi description if reininstallmode spefifyed there. msiproject.ReinstallMode Property should be set, which one, you can choose or tested, what...
morning, questions over questions. Which version of WixToolset and WixSharp do you use ? AFAIK if localalization file doesnt have entry for Translated string it switch automatically to english as...
morning, there is sample of multiple languages in example folder of wixsharp. if i understand your code aboe correct, you add all languages to installer . What happens if you...
hm..i think , some part of your description is not correct. ```csharp using System; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; using WixSharp; using WixSharp.Bootstrapper; using WixSharp.CommonTasks;...
Morning, questions over questions. Which version do use for creating your installer ? Wix v4 or v3 and Wix# Version ? In stackoverflow in link https://stackoverflow.com/questions/73199492/how-to-install-into-a-sub-folder-using-wix-3-11 , suggest create each...
Hiho, first of all, what happens if you set installdir to another path, for example C.\My Company\My Product ? Any Changes ? If change Path has different output, all Folders...
Normally you dont need do something at AfterInstall Event. But, you need do test it, step by step, out. Probably ProgrammFiles somehow interpret it differently as another Path. Also at...