-
-
Notifications
You must be signed in to change notification settings - Fork 735
Default installation folder #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @OmiCron07 please see the Please try here the |
I don't see any mention of the destination folder in their documentations. I don't want an |
Just discovered that |
how can I change my installation folder name? folder name is electron.net.host replace to my project name |
please give me a answer?I want to change folder name |
I just tested that electron-builder doesn't just let the names and authors be configured externally. This would normally be done using the extraMetadata setting. I will add this as a new feature for the upcoming Electron.NET version, which you can easily do in the Current workaround to the solution: While you are executing the following command, for example, Please give me your feedback on whether it worked for you. |
Thank you for responce, |
electronize build /target win I am use these command for exe folder but it is possible to create two ceperate folder for 32 bit OS & 64 bit OS |
1 similar comment
electronize build /target win I am use these command for exe folder but it is possible to create two ceperate folder for 32 bit OS & 64 bit OS |
Hello sir, |
To start your app automatically on Windows boot, use |
Thank you it worked for me actually I want to store app in tray, not open directly at the time of PC restart |
If you know answer then please help me. Thanks in advance |
` document.getElementById("close-btn").addEventListener("click", function (e) {
these is the code on Close button but I want only on first time exe not close ,after second time exe will close |
To start your app automatically on Windows boot, use Electron.App.SetLoginItemSettings(new LoginSettings { OpenAtLogin = true }); it work for me thank you but one problem is here with application one elctron window is open how to remove it |
You probably have somewhere |
Thank you it work for me |
how can I change my installation folder name? folder name is electron.net.host replace to my project name installation path is : C:\Users\xyz\AppData\Local\Programs\electron.net.host |
how to restore exe to its previous position from tray and do not open multiple windows of that exe and how to restart exe on button click. |
For the moment, you can't change the installation folder name, thus this issue. To show the app, you have to call |
Hello Sir, |
if you know answer give me response |
var menu = new MenuItem[] {
}, On minimize my exe store it work properly but problem is here in tray icon right click open option exe open multiple items how to remove it please help us On open click I want exe open only one time |
#348 (comment) |
My editor is Visual studio 2019 with Angular fronted |
You can set a name and author of the app in As example:
|
@OmiCron07 Sorry for necro'ing this thread. Did you ever find a solution to this? I have been looking into this all day and it appears that two ElectronNet applications using unassisted installers cannot co-exist on the same (Windows) system. Even if they are from different vendors? |
I didn't come back to the app I made with Electron.Net and I didn't test version 8.31.1 either for the new installation folder name. I suggest you open a new issue for your problem, sorry that I can't help much. |
Example for "Default installation folder" write this in electron.manifest.json "build": { |
Friends, It's possible we have the installation on default directory but with my App name? Instead electron.net.host ? |
.Net Core 3.1
My electron.manifest.json file :
When I build the app, I get the setup file
Restrooms Watcher Setup 0.9.0.exe
, but when I'm using the setup to install the application, the destination folder is..\AppData\Local\Programs\electron.net.host
. If I have two different setups, it will install in the same folder. Is it a bug or how can I change the destination folder for the application name? Is it a way too to specify another folder instead ofAppData
?The text was updated successfully, but these errors were encountered: