/build/static/layout/Breadcrumb_cap_w.png

Mindmanager 8

hey guys,

 

can someone telling me whats wrong with my string? its makes me crazy...thx for your help.

C:\Windows\system32>"\\SERVER\Mindjet MindManager 8.0 G 235\mm80-g-2
35.exe" /s INSTALLDIR=\"C:\Programme (x86)\Mindjet\MindManager 8\" LICENSEKEY=\" xxxx \" /Li "%Temp%\Mindmanager8.log

 





0 Comments   [ + ] Show comments

Answers (8)

Posted by: dunnpy 11 years ago
Red Belt
3

I would think that you're missing a '/v' to pass the parameters to msiexec - INSTALLDIR onwards. '/s /v INSTALLDIR=.....'

Also you have a '\' after the '=' on the INSTALLDIR that doesn't look right.

 

Why not extract the MSI and create an MST with those Public Properties in it? It would make things a lot easier.

 

Hope that helps,

Dunnpy

Posted by: blackbyte 11 years ago
Blue Belt
1

i tested this string for a few sec. and get this message... o_O


"\\*server*\Mindjet MindManager 8.0 G 235\mm80-g-235.exe" /Li "%Temp%\Mindmanager8.log /s EULA_REGION="1" INSTALLDIR="C:\Programme (x86)\Mindjet\MindManager 8\" LICENSEKEY=" xxxxxx " /qn



Comments:
  • i deployed the most with a batch file...its easier for me....ok not now o_O - blackbyte 11 years ago
Posted by: dunnpy 11 years ago
Red Belt
1

So it's giving you the command line parameters you can use, and it notes the '/v' I mentioned to pass parameters to msiexec.

Try the below command line:

"\\*server*\Mindjet MindManager 8.0 G 235\mm80-g-235.exe"/S /v/qn EULA_REGION="1" INSTALLDIR="C:\Programme (x86)\Mindjet\MindManager 8\" LICENSEKEY=" XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" /Li "%Temp%\Mindmanager8.log

Dunnpy

 

 


Comments:
  • Opps! I copied bits from your command line there and didn't notice the C:\Programme (x86) - that of course should be C:\Program Files (x86) - dunnpy 11 years ago
  • Also, I hope that's not your actual license key - you shouldn't be posting that!
    I'll edit my post to remove the key itself, I suggest you do the same to your post. - dunnpy 11 years ago
Posted by: blackbyte 11 years ago
Blue Belt
1

first: thx dunnpy.

i downloaded the msi. and used this string:


Call Msiexec /i "\\*server*\Applications\Mindjet MindManager 8.0 G 235\Mindjet MindManager 8 Admin.msi" /qn INSTALLDIR="C:\Program Files (x86)\Mindjet\MindManager 8\" LICENSEKEY=" xxxx " /Li "%Temp%\Mindmanager8.log


its works very fast...but only the license cant be included O_O

 

have you an idea for me?


Comments:
  • and how i can remove the pdf_saver? - blackbyte 11 years ago
Posted by: blackbyte 11 years ago
Blue Belt
1

this is the std string from deploymentguide_mm8

Call Msiexec /i "%SRC%\Mindjet MindManager 8 Admin.msi" /qn INSTALLDIR="C:\Program Files\Mindjet\MindManager 8\" LICENSEKEY=" xxxxx-xxxxx-xxxxx-xxxxx-xxxxx "

without the space between the ""  i got a parameter error.


Posted by: dunnpy 11 years ago
Red Belt
1

That mentions a different installer to the one that you're using, but I guess the property should be the same.

It states that the key will just be written to the registry, and the activation dialogue will be pre-populated with the key, but you'll still get the prompt to activate.

Is you key written to the registry? I'm guessing it'll be somewhere under HKLM\Software\MindJet

Do you get the activation prompt with it pre-populated, or nothing at all in the field?

Posted by: blackbyte 11 years ago
Blue Belt
1

According to Mindjet must to activate the software are performed manually on the PC system. o_O

in german we say: FICKT EUCH! :D

and that what the Guide say:



whatever...we got apprentice :)



Comments:
  • and to you!!!

    thx thx thx thx...u was very helpful <3 :) - blackbyte 11 years ago
Posted by: dunnpy 11 years ago
Red Belt
0

Are you sure the LICENSEKEY is the correct property to add the license key to?

Make sure you don't have any rogue spaces between the " " where the key is.

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ