Jump to content

Recommended Posts

Posted

Having problems deploying Smart Notebook 11 through SCCM.

 

Firstly, it never seems to install the gallery despite me having put the setting in Smart Manager.

 

Secondly, if I uninstall and then try to reinstall it says it is already compliant.

 

Anyone got any ideas?

 

Cheers,

 

Paul

Posted

On point 1 what happens when you install manually and not via SCCM?

 

The second point, if you want to redeploy it delete the existing deployment and create a new one. Somewhere on in the wizzard there is a drop down an option to always reinstall. The default option is only redeploy if a previous install had failed.

 

Cheers

Posted (edited)

On the 1st point, everything installs as it should

 

On the 2nd point, I have only seen always reinstall for packages, where is it for msi deployment?

Edited by TheGoodGuy
Posted
When I install manually a separate UAC prompt comes up for the gallery install part. Might try packaging the gallery in with it and refer to it within the package and see if that works. If anyone else has any ideas feel free to share.
Posted
Yup they are. But it installs fine when I run it myself from the command line, that's the odd thing. It is on the same share as the other source files that it is using for the install, so this makes no sense to me. Like I say, when I get time I will try adding the gallery to the package and referencing in the mst to a relative directory.
Posted
You shouldn't get uac prompts if installed to the system. You can use psexec to run as the system account. This may help to eliminate access right issues on the share where the gallery is.
  • 3 weeks later...
Posted
Same situation as point 2. I've installed the software and the galleries into the reference image for the pc, then created a package with install manager for only the drivers. Deployed with sccm 2012 (no errors) but it returns the "already compliance" voice. Any suggestion?
Posted
It depends if the drivers and software share the same MSI code. You may need to change the detection rule. Find the MSI code for the driver msi .
Posted

Registry

Hklm\software\microsoft\windows\uninstall

 

Add syswow64 after software if 64 bit PC. Can't remember if the drivers entry is on the 64 bit or 32 bit.

 

 

Search for smart. Look at uninstall string registry entry.

 

Should be msiexec /x{code}

Posted
An easier way is to setup the deployment as available rather than required, when testing. That way you can install and uninstall as required through software center.
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...