--
Julien Ponge
http://julien.ponge.info/
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
> Correct, my app installed and runs fine form other directories. I am looking
> for a way to either get the installer to install to the Program Files
> directory or to have the install program pick a different default install
> directory.
>
> Thanks for your help,
It may be not of great help, but I made an installer for a component that runs
fine on Vista with unconditional <run-privileged/> with izpack 4.3.3 and
installs to the program files directory.
What makes me helpless is the fact that you say it will not even show up any
panel.
Bernd
Thanks for your advice. Changing to an unconditional run privileged did not help me. I am using 4.3.4. Is it still possible to download 4.3.3?
Ian
--
sent from my android phone
I executed this command line:
P:\WhoseTurnIsItInstall>"c:\Program Files
(x86)\IzPack\utils\wrappers\izpack2exe\izpack2exe.py"
--file=WhoseTurnInstall_
win64.jar
Traceback (most recent call last):
File "C:\Program Files
(x86)\IzPack\utils\wrappers\izpack2exe\izpack2exe.py", line 119, in
<module>
main()
File "C:\Program Files
(x86)\IzPack\utils\wrappers\izpack2exe\izpack2exe.py", line 116, in
main
create_exe(parse_options())
File "C:\Program Files
(x86)\IzPack\utils\wrappers\izpack2exe\izpack2exe.py", line 77, in
create_exe
subprocess.call(p7zcmd, shell=use_shell)
File "C:\Python27\lib\subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 679, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 893, in _execute_child
startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application
Oops that is not good. Reading the manual I don't see what is wrong
here Am I missing something obvious?
Thanks,
Ian
On Sun, Sep 25, 2011 at 9:06 AM, Ronald Kayondo <kayo...@gmail.com> wrote:
> Hi Ian,
> I did a not so clean work around for this issue. I wrapped my jar file in
> the launch4j wrapper(or any .exe wrapper) and named the file
> "NameOfApp-Install.exe". Vista automatically elevates the privileges of all
> file names that include the word "setup" or "install". Of-course the
> drawback to this is that the file name always has to have the "install" word
> otherwise the user will have to right click and select run as admin
> option.Hope it helps.
> Regards,
> Ronald.
---------------------------------------------------------------------
Maybe were you missing the "output" parameter?
Le 25/09/11 17:19, Ian Leslie a �crit :
--
Julien Carsique, DevOps, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
On Tue, Sep 27, 2011 at 1:28 PM, Julien CARSIQUE <jcar...@nuxeo.com> wrote:
> Here's the command line I use:
> python .../izpack2exe/izpack2exe.py --file=myproject.jar --output=myproject.exe
>
> Maybe were you missing the "output" parameter?
---------------------------------------------------------------------
On Wed, Sep 28, 2011 at 11:47 AM, Ian Leslie
<ian.l...@lesliesoftware.com> wrote:
> Nope same error when I adjust the command line:
---------------------------------------------------------------------
Ian
On Wed, Sep 28, 2011 at 11:54 AM, Ian Leslie
On my windows 7 box it all works fine.
Does this make sense to anyone? I don't even know what that error
message could possibly mean. It is telling me it cannot run the file
I just ran.
Ian