Install Shield LE: Change location of certmgr.exe - installshield-le

I am getting the following error during a Build in Install Shield LE:
ISEXP : error : -1024: File C:\Program Files (x86)\Windows Kits\8.0\bin\x86\certmgr.exe not found. Cannot stream the file into the Binary table
Searching for the certmgr.exe, I found it in ...\Windows Kits\8.1\bin... while Install Shield LE is looking in ...\8.0...
I wish to know if its okay to just paste a copy of certmgr.exe in ...\8.0... so that my Install Shield can find it? Or is there a way to update the path information of certmgr.exe inside Install Shield?

Related

Installing graphviz in Windows10 64bit

I've installed graphviz, following the command given here, to use it with Networkx
conda install -c alubbock pygraphviz
But there is a problem while trying to run the code given here
raise ValueError("Program %s not found in path." % prog)
ValueError: Program neato not found in path
I searched a bit and found Neato missing for 64 bit version.
Does this problem still exist? Is there a way to install Neato?
EDIT:
Following the instructions given below, I have installed Graphviz in the following folder
C:\Program Files (x86)\Graphviz2.38
Could someone suggest how to proceed from here?
import pygraphviz as pgv
doesn't work.
So I tried,
pip install pygraphviz
returns
pygraphviz/graphviz_wrap.c(2987): fatal error C1083: Cannot open include file: 'graphviz/cgraph.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
----------------------------------------
ERROR: Failed building wheel for pygraphviz
Running setup.py clean for pygraphviz
Failed to build pygraphviz
Installing collected packages: pygraphviz
Running setup.py install for pygraphviz ... error
I'm not sure how to install pygraphviz now.
So the problem is that neato is missing.
As per your post seems like your system does not know where neato is. So add the directory where neato.exe is contained in to your PATH environment variable.
On Windows10, this can be done with Start -> Edit environment variables for your account -> select path in the window -> edit -> New -> C:\Program Files (x86)\Graphviz2.38\bin\
or whatever your install directory is.

Linphone Android native sdk not ready yet

I use git clone git://git.linphone.org/linphone-android.git --recursive
I follow instruction on https://github.com/BelledonneCommunications/linphone-android/ and download lastest SDK and NDK
I set path -> sudo gedit ~/.bashrc and add last line with :
export ANDROID_HOME=/home/onysevensmarts/Android/Sdk
export ANDROID_NDK=/home/onysevensmarts/Android/Sdk/ndk-bundle
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH=$PATH:$ANDROID_NDK
export PATH=$PATH:$JAVA_HOME
4.I've just install Install yasm, nasm , python, pkg_config, doxygen, graphviz and cmake 3.14 .
5.At Root direktori , execute command ./prepare.py
showing message :
Configure project :liblinphone-sdk
native sdk not ready yet
6.Then I Download last liblinphone (liblinphone-android-sdk-4.0.1.zip) at https://www.linphone.org/technical-corner/liblinphone
7.I extract them, there are 3 files
- liblinphone-sdk-javadoc.jar,
- liblinphone-sdk-release.aar,
- liblinphone-sdk-sources.jar.
8. I copy them to liblinphone-sdk folder on root direktory project.
9. I try ./prepare.py againt and still show error : native sdk not ready yet.
Where i do wrong? , and i try to 'make' , this error still show,
i try open on Android Studio and i build , error message path=""
Anyone ever see this case, help .
Check cd ~/Android/Sdk/tools/bin./sdkmanager "platform-tools" "platforms;android-28" https://developer.android.com/studio/command-line/sdkmanager.html
if number 1 error, do : export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
if repositories.cfg not found ,then : touch ~/.android/repositories.cfg
sudo pip install pystache
if pip not found : sudo apt install python-pip
pip install pystache
run 'make'
try to 'make install' and make sure android device connected debugging with your PC.

Error installation: error writing to file : stimulsoft.report.helper.dll

I have to install stimulsoft reports.ultimate 2010.1. during installation i have this error:error writing to file : stimulsoft.report.helper.dll. Verify that you have access to that directory.
I try to reinstall and i search a lot.but i did not find any solution.
Delete every Stimulsoft.report.helper.dll in your system.Then Install the software.It works!

Ltib Installation Woes

I'm trying to get ltib installed , for installation of some packages that I need.
I've gotten to the point of installation where I do
./ltib
and it gives me this error in the host_config.log
Build path taken because:no prebuilt rpm
Can't get: rpm-4.0.4.tar.gz at ./ltib line 851
Died at ./ltib line 2557
traceback:
main::check_rpm_setup:2557
main::host_checks:1541
main:562
....
and then it says :
These packages failed to build:
rpm-fs
Build failed
I have rpm on this installation of debian linux. I even downloaded rpm-4.0.4.tar.gz and placed it in the same directory as ./ltib
Has anyone encountered this error before?
Another question: Do I need internet connection for installation of ltib? (I downloaded the tar from the website)
this issue has been solved, you need to change line 12 in rpm.spec file which is located /dist/lfs-5.1/rpm.
change
Source : %{name}-%{version}.tar.gz"
to:
Source : http://rpm.org/releases/historical/rpm-4.0.x/rpm-4.0.4.tar.gz
i think some files are missing on bitshrine.org server. You can apply same solution for other missing files.

How to install pecl-event on FreeBSD?

I've try to install pecl-event on FreeBSD 8.0, but get error:
# pecl install event
Failed to download pecl/event within preferred state "stable", latest release is version 0.9.1, stability "beta", use "channel://pecl.php.net/event-0.9.1" to install
install failed
# pecl install "channel://pecl.php.net/event-0.9.1"
downloading event-0.9.1.tar ...
Starting to download event-0.9.1.tar (Unknown size)
.....................done: 113,664 bytes
11 source files, building
running: phpize
Cannot find config.m4.
Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module
ERROR: `phpize' failed
What I do wrong? How to install it?
Extract event-0.9.1.tar file to a temporary folder. (for instance: /tmp/tmp1 )
Go to sub-folder which one includes config.m4 file in temporary folder.
Make sure you have "/usr/local/bin/phpize". If it s not in there... find phpize's location and create symbolic link it to /usr/local/bin/phpize.
Than try to run again

Resources