After installing Installscript (without MSI) setup.exe file I could not uninstall the setup.exe file and its not in the Add-remove program - installscript

I have created a installer using install script(Without MSI) and it works but
after installing Installscript (without MSI) setup.exe file I could not uninstall the installed project and it's not inside the Add-remove program so how can I uninstall the setup
can anyone please suggest me how can I uninstall the setup file?
Thanks in advance.

Related

How to install Qt5 with Visual Studio compiler at CircleCI?

I need to install Qt5 with MSVC compiler (for Windows) using CircleCI.
choco installs only MinGW compiler which is not acceptable for my case. Also there are some options (e.g. choco install qt-sdk-windows-x64-msvc2012) but they look to be outdated. The file choco tries to download does not exist any more.
When I try to download the Qt offline installer and to run it from cmd using --script option it nevertheless requires the UI environment to display the window.
Could you please advise whether there is any option to install the Visual Studio compiler for Qt on Windows?

How to connect SQLite3 with Electron (Win10)

I'm trying to connect my Electron project with SQLite3 but I'm encountering an error that say's
An unhandled error occurred inside electron-rebuild
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [E:\Personal_Projects\myquiz\node_modules\sqlite3\build\deps\action_before_build.vcxproj]
I've followed these steps:
1. install electron-rebuild (npm install --save-dev electron-rebuild)
2. install sqlite3 using npm (npm install --save sqlite3)
I've already found the solution just download and install the SDK 8.1 version.

Build Project with QtSerialPort

I want to build a project wich is using QtSerialPort. I'm using Qt 5.2.1 and Ubuntu 14.04.2 LTS. So, I have not to download QtSerialPort (?) See the news from 2013-07-03 here.
I'm creating a Makefile with cmake, which works. If I execute make, I got this error:
fatal error: private/qringbuffer_p.h: No such file or directory.
I have no idea what I have to do. Maybe it is a problem between Qt4 and Qt5?
If I clone the mirror as described here under Gettig the source code I can't execute the command
git checkout qt5.2.1

RStudio and Git Yosemite

I seem to have a path problem, perhaps of my own making.
I have Yosemite installed (fresh install) and have installed Git, BUT did not use the Xcode install.
I installed Git directly from their website.
I have altered the path (this is for bash) so Git can be found from the Terminal.
I have tested Git from the Terminal and it is working.
From RStudio Preferences/ Git/SVN
I have set the path in RStudio to the executable. (using the workaround of:
[command] + [Shift] +[.] to see the hidden files.)
which is set to /usr/local/git/bin/git
However when I attempt to set up a project in RStudio with Git I get the following message:
Git was not detected on the system path.
To create Projects from Git repositories you should install Git and then restart
RStudio.
Note that if Git is installed and not in the path, then you can specify its location
using the Preferences dialog
Any ideas?

QT installation on ubuntu

I am trying to install QT on ubuntu.I need to install Active perl by using this URL:
http://www.activestate.com/activeperl/downloads
I have downloaded all files but not getting way to install this on ubuntu.Please guide me.
Regards
why dont you just
apt-get install qt

Resources