Download update using a link in Advanced Installer - updates

I have created an installer using Advanced Installer.I am trying to download an update using updater.exe and test it,but it gave me an error.I added a public DropBox link from where it should fetch the update.What could be the issue?
Please help
Thanks
Regards,

Testing with Dropbox should work without a problem. First test the public link you get from Dropbox into a webbrowse, to see the files can be downloaded. If this works post a screenshot with the error you get so we can have more details.

Related

vs code error " you do not have an extension for debugging html, should we find the html extension in the marketplace?

I unable to run my html code on vs code they give a error you don’t have html debugger and recommend to download I download 3-4 recommend extension from the list but nothing is working same error came, again and again, what should I do please suggest
You have to download ElixirLS: Elixir support and debugger.
But if that doesn't work, download 'Live Server' and follow the instructions given. This should work. Also, live server does the changes automatically everytime you save!

DataVisualization Extension loading error

I am following the documentation, and when I try to load the DataViz extension,
const ext = await viewer.loadExtension("Autodesk.DataVisualization")
browser gives me this error:
Extension not found: Autodesk.DataVisualization. Has it been registered(1)?
Same error comes when I try to load it via NOP_VIEWER.
Extension works when I use DataViz reference app. So, I am assuming this has to be locally loaded into my project. I searched entire Reference App project but I couldn't locate the extension code.
Could someone assist me to solve this problem.
Thank you.
Bandu
Add in the viewer the Beta Reference:
<script
src="https://autodeskviewer.com/viewers/7.39.1/extensions/DataVisualization/DataVisualization.min.js"></script>

Why does REST API not work on my local MediaWiki?

I've successfully installed MediaWiki on my laptop. Here is the entry tease out.
As you can see, the link to this entry on my local host is http://192.168.56.1/wiki/index.php/tease_out. Then I want to use REST API to convert this page to html. The corresponding link on the online Wiktionary is https://en.wiktionary.org/w/rest.php/v1/page/tease_out/html. The desired result is
Then I try http://192.168.56.1/w/rest.php/v1/page/tease_out/html. But it shows
Could you please elaborate on this issue and how to solve it? Please let me know if you need further information.

Cordova File Download and open it using cordova

Please forgive my ignorance, Any advice/directional assistance would be greatly appreciated.
I have a small app that reads data from an API with json requests.
One of the actions the app needs to do is to download a given PDF and open it either in the app, or in the OS default viewer.
I have followed several guides, but I think I am not including all needed files or something. The guides don't speak of including files of any type, but I still get errors.
In this link for example I followed the steps, but I am getting an error when I add these two lines in to the script at the bottom of the page:
var fileTransfer = new FileTransfer();
console.log(FileTransfer);
When running that I get the error Uncaught ReferenceError: FileTransfer is not defined at employee_documents.html:102
I am sure that either i am not including the files correctly in netbeans or I am missing something simple...
Any advise would be greatly appreciated.
To answer the question specifically. In order to solve the error, you need to run the cordova app using the CLI. In that way, the plugins installed from your cordova will be used otherwise if you're only running it via refresh or something similar it will produce an error like this.
In other words, type this command in your CLI:
cordova run browser
You can change this to your preferred platform (android, ios)

Problem using Appmobi XDK!

plz anyone can tell me how to open our project at Appmobi XDK. i am facing a problem that i have install it but its not allow me to open projects. when i tried to open my project a message comes unable to open a project.
now i need your help guys.
Thanks
The very first thing you need to do is to go to xdk.appmobi.com (in google chrome) and download/install our xdk. (Need Java installed also)
During the install you will need to set a default appmobi directory. This is where your app files will be stored.
Create a new app from within the XDK. You can then click the edit the source code button in the tool bar to edit your code. Here you can update the file with your own code.
You can check out a video that explains the xdk at http://www.youtube.com/watch?v=MWV8kOJlGmc Some things might have changed visually with the current version of the XDK, but essentially its the same.
Some things have changed/moved around the screen since we made the video, but essentially its functionally the same.
Check it out as it will give you tips/how To's to using the XDK.
Also, posting in our forums (forums.appmobi.com) will get your questions answered sooner!