-
Notifications
You must be signed in to change notification settings - Fork 0
Launcher
For this app, we created a dedicated launcher because we didn't want to let our users downloading the .zip file every time; so we made a system that can update the app whenever we release a new version, open the app with just one click, store the app in a selected location and let you use it without worries.
Very easy, we created an installer to let you do so!
We have used a .NET application to do so. We have stored online the .zip file, the launcher downloads it, unzips it and it's all done. The first time it opens, it will download directly the app in the folder selected by the installer, but when it comes to update, it will asks you if you want to. Don't worry, the app can be used even if it's not updated. Inside the installer you can find the current version of the app and also a multi signal button in the center that advise you of what is he doing and that can be used to start the app.
The launcher can have some issues that can be mostly resolved by using Administrator privileges. So start the RAS launcher as administrator.
When you try to install or update can occur an error that says that the file brs.zip is missing, that happens when you have downloaded the launcher into the system memory space. You can anyway fix it by using administrator privilages.
This type of error is caused by the launcher installing the new version correctly but have the old one still in its folder. For this is more tricky, but this is how to fix:
- You have to first head to the launcher folder (as default is
C:\Program Files (x86)\Comet Industries\RAS Installer\Launcher); - Select the
RASfolder and delete it; - Open again the RAS launcher, better with administrator, and it should work.