Hi Team,
Please let me know on MSI Factory , how do we i not overwrite or replace any appsetings.json(or any particular file) file during the upgrade.
Thanks
Ravi Chandra
Announcement
Collapse
No announcement yet.
Search Result
Collapse
6 results in 0.0141 seconds.
Keywords
Members
Tags
-
calling custom action after environment variable is set
user of MSI Factory 2.0.
Order of execution I see is execution of custom actions then environment variables.
How can we change this?
My custom actions depend on environment variables (**** Java_Home and PythonPath).
I'm using Deferred and Before InstallFinalize in my custom...
-
-
Error CNDL0021 & CNDL0072 when setting specific numeric sequence on custom action
I am trying to set the timing on a custom action and I get the following errors when settign the specific numeric sequence on a custom action. Any ideas?
Code:C:\MySetup\Output\MySetup\Build Files\MySetup.wxs(102) : error CNDL0021 : The Custom/@OnExit attribute's value, '4090', is not one
-
-
Error 2753: The File 'filename.exe' is not marked for installation
I am trying to run a custom action on a conditionally installed component and I get the following error.
Error 2753: The File 'filename.exe' is not marked for installation.
What I don't understand is that the component is installed correctly (that is, the condition evaluates...
-
-
Custom Validation DLL error - Win XP
We have a MSI Factory setup that checks a serial number using a custom validation DLL, everything follows the "Add a Serial Number Validation Screen to Your Project" tutorial except the actual validation code is a bit more robust than the sample ValidateSerial provided.
This...
-
-
Custom action in a feature?
Hi,
I need to run an executable if a feature has been selected. How do I go about implementing something like that?
Thanks
-