Deploying as System is your problem. Can you install for user? On Fri, Sep 11, 2015 at 12:21 PM Kevin Johnston < [email protected]> wrote:
> Basically it is an outlook plugin. > > > > It gets installed, and when a user “activates it” it creates a key in > HKCU. This key has a URL link in it. > > What I want to do is detect that if that key has a “different” link then > reinstall the application. > > The user then has to close outlook and re-activate the plugin. This will > in turn create the reg key with the proper link. > > > > So if I were to then re-run the software it should detect the “new/proper” > link and ignore installing it again. > > > > What is happening is it ignores everything, and just constantly installs > the software over and over regardless. And I cannot use an MSI detection > because technically it is the same MSI application, so in that case it > won’t install anything, and that is not what I want. > > > > Thanks, > > > > Kevin Johnston > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Ryan > *Sent:* Friday, September 11, 2015 12:09 PM > > > *To:* [email protected] > *Subject:* Re: [mssms] App Detection Registry - not detecting > > > > No files are added from this application? > > > > On Fri, Sep 11, 2015 at 11:04 AM, Kevin Johnston < > [email protected]> wrote: > > For this particular software, no we cannot. I will have to see if > AppDeploy toolkit has some kinda detection methods in it. > > > > Thanks, > > > > Kevin Johnston > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Juelich, Adam > *Sent:* Friday, September 11, 2015 11:36 AM > > > *To:* [email protected] > *Subject:* Re: [mssms] App Detection Registry - not detecting > > > > Is this something that may be better suited for Group Policy Preferences? > > > *-----------------------------------------------* > > *Adam Juelich* > > Pulaski Community School District <http://www.pulaskischools.org> > > Client Management Specialist > > 920-822-6075 > > > > On Fri, Sep 11, 2015 at 10:24 AM, Kevin Johnston < > [email protected]> wrote: > > Unfortunately it is the only place any registry keys are created for this > software. > > > > I cannot do an MSI detection as it is the same software version, just a > minor change to a config file. I figured the best way for me to get around > it, would be to look at a registry entry. If it exists move on, if it > doesn’t then please install/reinstall the software. > > > > My end goal is I don’t want it to keep reinstalling. I just want it to > install once. > > > > If the software installs again when another person logs in, that is fine > for us. In our company users do not share machines, so that is a very rare > case. > > > > Thanks, > > > > Kevin Johnston > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Juelich, Adam > *Sent:* Friday, September 11, 2015 11:15 AM > *To:* [email protected] > *Subject:* Re: [mssms] App Detection Registry - not detecting > > > > I think it is recommended to not use User Registry Hives. What happens > when it goes to detect this when someone is logged off, or a different user > is logged in? > > > *-----------------------------------------------* > > *Adam Juelich* > > Pulaski Community School District <http://www.pulaskischools.org> > > Client Management Specialist > > 920-822-6075 > > > > On Fri, Sep 11, 2015 at 10:09 AM, Kevin Johnston < > [email protected]> wrote: > > I have an Application that I have set the detection method to look for a > specific key. > > > > I have 2 machines – 1 that has the right key and one without. > > > > When I deploy the application both machines install it. I would suspect > that the machine that had the right key would just “move along” > > > > The key is an entry that the software creates once it is launched > (HKCU\Software\company\folder\). > > Everyone in the company has this entry, but they will have a different key > > > > This is what my detection looks like: > > > > I cannot figure out why the detection is not working. > > > > Thanks, > > > > Kevin Johnston > > > > > > > ------------------------------ > > *The Pulaski Community School District does not discriminate on the basis > of race, sex, age, religion, handicap, or national origin* > > > > > > > > > ------------------------------ > > *The Pulaski Community School District does not discriminate on the basis > of race, sex, age, religion, handicap, or national origin* > > >
