Page 1 sur 1

Installation Camtasia

Posté : 24 avr. 2009, 14:56
par yweiss
Bonjour
J'ai voulu installer Camtasia sur ma machine mais j'obtiens le message suivant depuis Windows installer:
L'administrateur système a configuré la politique de votre sytème pour interdire cette installation.
Je suis le seul à me servir de ma machine et je n'ai rien configuré .
Merci de vos réponses
A+

Re: Installation Camtasia

Posté : 24 avr. 2009, 15:02
par chantal11
Bonjour,

Essaye d'installer par clic-droit -> Exécuter en tant qu'administrateur.

Tu peux aussi sur le fichier exe, d'un clic-droit, aller dans les Propriétés et dans l'onglet Compatibilité, tu coches Exécuter an tant qu'administrateur, puis Appliquer.

@+

Re: Installation Camtasia

Posté : 24 avr. 2009, 15:15
par yweiss
Merci mais quand je clique sur le fichier*.msi il n'y a pas d'option installer comme administrateur
Merci pour ta réponse
A+

Re: Installation Camtasia

Posté : 24 avr. 2009, 17:19
par chantal11
Bonjour,

Tu ne précises pas quellle version de Camtasia, ni si tu es en 32 bits ou 64 bits ?

Dans ce fil de discussion, on donne plusieurs pistes de solutions :
En ligne de commande avec élèvation de privilèges :
msiexec / ID: \ camtasiaf.msi / qb
Tu as aussi cette fiche Techsmith, où plusieurs instructions sont données :
Method 1: Install using Passive Mode

- From the "Run" or command line, you can browse to find your SnagIt folder and find the EXE or MSI file within the folder.

- Double-click on this file and it will add the installation file the 'command line'.

- Then type " /passive" after whatever it fills in.

- Examples: SnagIt.exe /passive or Camtasia.msi /passive
Method 2: Register the Visual Basic Script runtime

- On x86 (32-bit Windows):
From a command line: regsvr32 %SystemRoot%\system32\vbscript.dll

- On x64 (64 bit Windows):
From a command line: regsvr32 %SystemRoot%\syswow64\vbscript.dll

If done correctly, a message should appear saying that the registration of the DLL succeeded. The UAC may need to be turned off to register these correctly, so if it hangs or does not work, try to disable UAC and then do it again.

To disable the UAC (User Account Control) go to Start > Control Panel > User Accounts > Turn User Account Control on or off and make sure that the Use User Account Control (UAC) to help protect your computer option is unchecked and press OK.
@+