Hi,
I have a basic msi and i want to install dotnet 2.0 if there isn't present on the target machine !
for this, i've did a system search who looks on the registry after a key under :
hklm\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727\Install
i place the result in the property all works perfectly.
Now i've create a custom action => new exe store in binary table
i've selected the .exe dotnet for file
parameter command line : /q:a /c:"install /q" => (i've foundd on internet)
asychrone waits for exit code
deferred execution in system context
after installinitialize
condition Not MySystemSearch
And when i execute my setup the application is well installed but on the add remove program nothing appears about the dotnet 2.0 !?
I'd like to install net framework dotnet 2.0 and see it on the add remove program ?! is it possible?
Thanks
Christophe


Reply With Quote
