few Services is not running after install a wix msi? - asp.net

I converted my vdproj into wix proj by using an converter.But when i built the wix project and install the setup.msi. the setup is install successfully but some of the services is not running.

Related

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

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.

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.

How do we package meteor project in bamboo environment

We are using Bamboo as our continuous integration tool. It supports NPM and NodeJS packages. How do we package the meteor project using Bamboo

Not able to install e(fx)clipse plugin in eclipse luna 4.4.0

My system configuration is
Jdk 1.6_45
Eclipse Luna 4.4.0
When i try to install e(fx)clipse 2.1.0 from eclipse market place it is giving me error.
What an I missing? Where can I read about the setup in order to start working with this framework?

Meteorjs configure phantomjs for deploy to meteor.com

I have installed phantomjs with the binaries w home brew
brew update && brew install phantomjs
I have installed it with npm and also installed it w `mrt add phantomjs``
Then I have installed spiderable package
When I visit my page on localhost with /?_scaped_fragment=
I get the correct html code of my app
But when I deploy the app ( I sue the default meteor servers for deploy) when I visit mysite/?_scaped_fragment=
I get empty code, no html really, so what Im missing ? I also have uninstalled fastrender and reinstalled the packages.
By default Meteor deploy hosting already has phantomjs installed. (If you want to deploy to meteor.com via meteor deploy).
All you have to do is install spiderable, not phantomjs. The phantomjs package you installed via mrt is not necessary. Nor is phantomjs via brew
meteor add spiderable
meteor deploy yoursite.meteor.com
Then visit your site.meteor.com/?_scaped_fragment=

Resources