Hello All,
Currently i have a bundle that has to msi packages that I made. I made a custom action to detect the .Net framework and install the 4.6.1 version if it is not already installed. In the same custom action I also install the VC++ redistributable. Both of those are provided by exes from microsoft so I just do Process.Start( ) to run them. During the install they appear to run but it doesn't seem they get installed as I do not see them appear in appwiz (Plus my app doesn't work).
Can anyone give me guidance on how I should be calling these as part of my custom action?
Currently i have a bundle that has to msi packages that I made. I made a custom action to detect the .Net framework and install the 4.6.1 version if it is not already installed. In the same custom action I also install the VC++ redistributable. Both of those are provided by exes from microsoft so I just do Process.Start( ) to run them. During the install they appear to run but it doesn't seem they get installed as I do not see them appear in appwiz (Plus my app doesn't work).
Can anyone give me guidance on how I should be calling these as part of my custom action?