update.exe
i have a package that i made a update for and it works fine. the problem is that i have a command line which i control by script, that problem is went the update runs it work them the msi repair itself and my command line variable isn't there.
example
i have in the registry
applicaiton\labtracker\value [sqlport]
example
i have in the registry
applicaiton\labtracker\value [sqlport]
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
viswakar
18 years ago
Hi ,
Just Check that the commandline variable which u r managing through script doesn't have any value set in the package .
if it is set in MSI during repair the MSI tries to put back the value from MSI cache . Try removing the value for that variable from MSI and control only through script .
Cheers.
Just Check that the commandline variable which u r managing through script doesn't have any value set in the package .
if it is set in MSI during repair the MSI tries to put back the value from MSI cache . Try removing the value for that variable from MSI and control only through script .
Cheers.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.