Setup .exe file download and run only downloaded pc only - installation

I have 1 Setup .exe file download and run only downloaded pc only
otherwise it does not execute..!!!
For example i have a java project and i make it .exe file and uploaded to any file hosting site
when someone download that file it should run only that machine

this is not possible without server-side code serving different downloads to each downloader. and even with that it is hard to get right and usable and probably not worth the effort.

Related

Very slow file transfer rate when copying files to htdocs

I recently installed XAMPP on my mac. I am trying to copy the files from Desktop folder to htdocs folder.
The folder I m trying to copy is about 5 MB. But it's taking very long time in copying the files. Also I am observing a lag while trying to edit the files on this folder.
You can see the clock symbol on billingnew folder.
How can I solve this problem ?
Edit : The solution is to download the correct version of xampp. I had downloaded the VM version.
I have the same problem on my iMac. I could not find a solution to this problem. There is a workaround to bypass this huge delays. Comprise the all files to a zip or rar and in addition copy it to the htdocs folder. Somehow it is not that horrible if you just copy one single file.
Hopefully this bypass can improve your workflow.
People also discussed this problem in this thread
Otherwise I would use the normal XAMPP-Version. On the official website you can choose the vm version or the non vm version. Download area for XAMPP

Put Executable jar in SJAS

I have one executable jar which I want to put in my project's website running on SJAS. I have no clue how to do it. Can anyone help me?
This jar is a J2ME application which I will access (kind of link) from mobile to download the application then it will connect to my server application through web services.
I just want a link which when I open should download .jar file just like we download any software. We used to have one network location to do so but it has been crashed so I am thinking this solution as a workaround.
I have just added html link in "Index.html" page of website and it is working fine. IDK if this preferred way to handle or not.

I downloaded my website files using filezilla from remote site to edit. But I can't locate it on my machine.

I had a few bugs in my code for a website and i need to download all the files of the website to my development machine for editing. I did so in Filezila by clicking on the root folder on the remote site and took the download option. It finished downloading but i couldn't locate it on the local machine.
I know my question may be stupid but please help cuz i am new to this?
Thanks
If you look at the bottom of the filezilla you have three tabs after the console log that is 1) Queued files 2) Failed transfer 3) Successful transfers
Again download the file and after download has complete click on Successful transfers option and there you would find the log and path where your files are downloaded.
Your download path appears here:

Compileing my blank console application with a setup Microsoft visual studio 2015

so i have a console application that stitches a pdf into one big long tif however when i go to make a setup project it all seems to work fine until i move the installer to another commutator and run it it installs fine however whenever i run the application it gives an error
The program can't start because ucrtbassed.dll is missing from your computer
i have seen videos where when they add the primary output some msm file is added depending on the library's used in he code however no such file appears when i add my output in the application folder section in the main setup file
edit::
i feel that i cant explain this correctly and thus will upload it as and image this is the main application file inside of the setup project it looks like its only copying the source code when it should also include some dlls
application folder on the setup wizard
You are shipping a debug version of your app, and it is failing because it is asking for the debug version of the Universal CRT (that's why there is a "d" on the end, and it's actually ucrtbased.dll). In general the debug versions of these are available for debugging on developer's machines, not for client machines. So build a release version of your app and see what it does. If it fails looking for ucrtbase.dll, then clients can use this to install it:
https://www.microsoft.com/en-us/download/details.aspx?id=48234

My deployed File (.msi) can not be Installed on another machine

I deployed a small application, i got the files you see in the image. I took the first file (.msi) and sent to a remote machine to let the end user installs it. However, the user gets an error that says file is missing or so (i can't remember the error message).
Should i send the second file "setup" along with the first one?
What the difference between setup.exe and .msi when they both do the exact
same job. The odd thing setup.exe is smaller. Can you please explain?
I didn't send the second file because the (.msi) in my local machine, where i developed the application, works fine at any location regardless the location of the "setup" file.
The WinForm application is written in C# on .NET 3.5. I used VS 2008.
Thanks.
setup is nothing more than just an application that can install any pre-requisites that are needed and then calls the MSI. If you can post the actual error message than perhaps I can also explain why the MSI didn't work.

Resources