Hi,
I had a question. How can I modify scripts of Notepad++ opsi package, so that when a user open notepad++, he can see a message, where he can select his favorite language?
these are my scripts:
Setup. opsiscript:
; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib
; and ...
Die Suche ergab 7 Treffer
- 10 Jan 2018, 16:44
- Forum: Free Support
- Thema: How can modify scripts of Notepad++ opsi package, to manually change the language??
- Antworten: 0
- Zugriffe: 4216
- 30 Nov 2017, 11:14
- Forum: Free Support
- Thema: how can first uninstall 32-bit version of firefox and then install 64- version of it?
- Antworten: 4
- Zugriffe: 5928
Re: how can first uninstall 32-bit version of firefox and then install 64- version of it?
No actually I corrected it before running the scripts. the problem is not related to typing mistakes. 
- 30 Nov 2017, 10:28
- Forum: Free Support
- Thema: how can first uninstall 32-bit version of firefox and then install 64- version of it?
- Antworten: 4
- Zugriffe: 5928
Re: how can first uninstall 32-bit version of firefox and then install 64- version of it?
Thank you for your help mirkt. I tried your script , It can be successfully installed but unfortunately it cannot be uninstalled.
I can see in opsi wrote successfully uninstalled. but when I search for firefox in my computer, I still have firefox.
I donot know why uninstallation scripts donot work
I can see in opsi wrote successfully uninstalled. but when I search for firefox in my computer, I still have firefox.
I donot know why uninstallation scripts donot work
- 27 Nov 2017, 18:11
- Forum: Free Support
- Thema: how can first uninstall 32-bit version of firefox and then install 64- version of it?
- Antworten: 4
- Zugriffe: 5928
how can first uninstall 32-bit version of firefox and then install 64- version of it?
Hi,
I have 32-bit version of forefox in my computer. I want to first uninstall 32- version of firefox and then install 64- bit version of it, but I do not know how can I do this, anybody can help me?
these are my scripts:
firefox.ins:
[Aktionen]
; common Values for (un)installation
include_insert ...
I have 32-bit version of forefox in my computer. I want to first uninstall 32- version of firefox and then install 64- bit version of it, but I do not know how can I do this, anybody can help me?
these are my scripts:
firefox.ins:
[Aktionen]
; common Values for (un)installation
include_insert ...
- 27 Nov 2017, 18:05
- Forum: Free Support
- Thema: how can use loop for and lists to define different versions of uninstalling a program?
- Antworten: 4
- Zugriffe: 4768
Re: how can use loop for and lists to define different versions of uninstalling a program?
Thank you very much, that works. 
- 20 Nov 2017, 19:16
- Forum: Free Support
- Thema: how can use loop for and lists to define different versions of uninstalling a program?
- Antworten: 4
- Zugriffe: 4768
Re: how can use loop for and lists to define different versions of uninstalling a program?
Thank you very much for your help Niko.
I changed my scripts and tried again, but still I have 2 errors:
[6] [Nov 20 19:04:09:028] [ansys18] Set $UninstallDir$ = $InstallDir$ + "\" + v180\ + "\Uninstall.exe"
(160) [2] [Nov 20 19:04:09:028] [ansys18] Syntax Error in Section: Sub_uninstall (Command ...
I changed my scripts and tried again, but still I have 2 errors:
[6] [Nov 20 19:04:09:028] [ansys18] Set $UninstallDir$ = $InstallDir$ + "\" + v180\ + "\Uninstall.exe"
(160) [2] [Nov 20 19:04:09:028] [ansys18] Syntax Error in Section: Sub_uninstall (Command ...
- 20 Nov 2017, 12:32
- Forum: Free Support
- Thema: how can use loop for and lists to define different versions of uninstalling a program?
- Antworten: 4
- Zugriffe: 4768
how can use loop for and lists to define different versions of uninstalling a program?
Hi,
I have a question: ''Ansys'' opsi package has 3 versions of 18.0 and 18.1 and 18.2 in my computer. Now I want to change the scripts , in which first uninstall the previos versions of 18.0 and 18.1 and also I should have uninstalling of v18.2 , and then installing v18.2.
I know that I should use ...
I have a question: ''Ansys'' opsi package has 3 versions of 18.0 and 18.1 and 18.2 in my computer. Now I want to change the scripts , in which first uninstall the previos versions of 18.0 and 18.1 and also I should have uninstalling of v18.2 , and then installing v18.2.
I know that I should use ...