I am contacting you because of a somewhat recalcitrant software program, namely NUCLEUS:
http://amdc.in2p3.fr/web/nubdisp_fr.html
It is indeed compatible with "seven" (tested beforehand).
As is often the case during installation, "windows" open asking for our consent...
So I tried with /verysilent but I still get the box "This will install Nucleus-win. Do you wish to continue?".
To resolve this issue, I applied /sp- /verysilent.
I tested my "template" and there are no problems except that I have a progress box that appears: the software is properly installed.
However, WAPT does NOTHING, NADA: no installation!
So I figured that this last box was causing the problem. Therefore, I applied /SUPPRESSMSGBOXES.like this:
Code: Select all
def install():
print('installing test-nucwxp3')
run(r'"nucWxp3.exe" /sp- /verysilent /suppressmsgboxes')
create_shortcut(r'C:\Users\Public\Documents\Sciences physiques\Physique\Nucleus.lnk',target=r'C:\Program Files (x86)\Nucleus-Win\Nucleus-Win3.exe')Test again with WAPT: NOTHING!
Do you have a solution to this small problem?
Thank you,
franck
