I want install other msi2 setup during my msi1. I added msi2 to application folder, but in "custom actions" I can't add msi as "launch file". I can choose "MSI Database Relative to Package" or "MSI Database with Product Code", but always msi2 must be next msi1. I want msi2 inside msi1. What ...
I can not use [ProgramFilesFolder], because in my case destination path choose user. I have property-based folder, but after user choose destination I want change property on value which I build based on on user destination path Default is [ProgramFilesFolder][Manufacturer]\Product2 When user change ...
1. appdir = C:\Program files\ Company\ Produkt1 2. Folder2 I want install to C:\Program files\ Company\ Produkt2 3. appdir choose user
I tried: Folder Property Based Property - Install Parameters PathProdukt2=c:\ I Change this property after user change appdir via vbs (Session.Property=C:\Program ...
Simple question: Is it possible to know is update or unistallation?
Details: When I change Product Code I have update (installed previous version is automatically unistalled and in this place is installed current version). In automatically unistall process I don't want unistall some files ...