View previous topic :: View next topic |
Author |
Message |
LedouxM DeleD PRO user
Joined: 23 Sep 2007 Posts: 19 Location: Belgium
|
Posted: Sat Jan 12, 2008 9:55 am Post subject: Install DeleD NuXporter "error". |
|
|
Every time I want to install DeleD NuXporter I get an “error”. When the bar is like 2 or 3% away from being fully installed I get this screen.
What do I need to do so the program gets installed? Could it be because I run a Vista system?
PS: Hope this is not a double post. I could not find an answer to this using the search page on the forum. |
|
Back to top |
|
|
Mr.Fletcher DeleD PRO user
Joined: 07 Aug 2004 Posts: 1772 Location: Germany
|
Posted: Sat Jan 12, 2008 11:28 am Post subject: |
|
|
Moved this to Plugins, as it's not a DeleD related question. _________________ Behold! The DeleD Wiki! Please help us expanding it
DeleD on IRC |
|
Back to top |
|
|
LedouxM DeleD PRO user
Joined: 23 Sep 2007 Posts: 19 Location: Belgium
|
Posted: Sat Jan 12, 2008 11:51 am Post subject: |
|
|
Tyvm, never thought of that.
Edit: Problem solved when trying to install it by running it as administrator. Now idee what that did to it both ok it works now I think and that is all that matters. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Mon Jan 14, 2008 7:27 pm Post subject: |
|
|
Ah, thanks for posting that solution. |
|
Back to top |
|
|
jwatte DeleD PRO user
Joined: 26 Apr 2006 Posts: 513
|
Posted: Mon Jan 14, 2008 11:29 pm Post subject: |
|
|
It's funny -- I use the Microsoft Installer, from Visual Studio 2005, to create that installer, so you'd think it should be Vista compatible. But, no, of course it doesn't actually ask about Administrator privileges -- the user has to figure that out himself. Blech! |
|
Back to top |
|
|
Nocturn DeleD PRO user
Joined: 08 Aug 2004 Posts: 635
|
Posted: Tue Jan 15, 2008 8:05 am Post subject: |
|
|
I've checked the MSI and added the ALLUSERS=1 flag which should install it for each user - ignores Administrator or user rights. Just download it if you have privileges troubles.
Download Here |
|
Back to top |
|
|
LedouxM DeleD PRO user
Joined: 23 Sep 2007 Posts: 19 Location: Belgium
|
Posted: Wed Jan 16, 2008 12:25 pm Post subject: |
|
|
Paul-Jan wrote: |
Ah, thanks for posting that solution. |
Not a problem. Glad to do something back for the forum,… after all the help you guys gave me.
Haven’t tried to install the new version now that it works. Maybe I should try just to find out if it works. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Sat May 03, 2008 10:24 am Post subject: |
|
|
jwatte wrote: |
It's funny -- I use the Microsoft Installer, from Visual Studio 2005, to create that installer, so you'd think it should be Vista compatible. But, no, of course it doesn't actually ask about Administrator privileges -- the user has to figure that out himself. Blech! |
Tell me about it. I can't even get the XNA sample installers to work for me.
There is no run as admin option for me in Vista. Can't you just give me a zip with the plugin dll? _________________
|
|
Back to top |
|
|
jwatte DeleD PRO user
Joined: 26 Apr 2006 Posts: 513
|
Posted: Sat May 03, 2008 3:49 pm Post subject: |
|
|
Quote: |
There is no run as admin option for me in Vista |
There should be. Right-click whatever it is, and select "run as administrator."
Ideally, you right-click on the command line window, run that as administrator, and then start the installer from there.
I updated the installer on the Google download page. Try that version. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Sat May 03, 2008 3:50 pm Post subject: |
|
|
jwatte wrote: |
Quote: |
There is no run as admin option for me in Vista |
There should be. Right-click whatever it is, and select "run as administrator." |
That option is only there on .exe files, not msi or vsi files.
Thanks, I'll DL it when I get back in. _________________
|
|
Back to top |
|
|
jwatte DeleD PRO user
Joined: 26 Apr 2006 Posts: 513
|
Posted: Tue May 06, 2008 6:33 pm Post subject: |
|
|
Right-click the "command line prompt" item in the all programs menu.
Select "run as administrator".
cd to the directory where the msi file is (typically c:\users\yourname\downloads)
Type the name of the msi file to start it.
It will now run with administrative privileges.
Or you can turn off Vista UAC, like all Microsoft employees seem to do... |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Fri May 09, 2008 5:57 am Post subject: |
|
|
1. Is it hard to manually include a manifest into the MSI?
2. If you include 'install' as part of the filename, does the automatic elevation to admin kick in? Or does that only work for executables? Or did that only work in early Vista versions?
(anyways, your installer is still more convenient than the one from MySQL, that includes a faulty manifest that you have to hand-patch to make it work... ) |
|
Back to top |
|
|
jwatte DeleD PRO user
Joined: 26 Apr 2006 Posts: 513
|
Posted: Fri May 09, 2008 8:07 am Post subject: |
|
|
The real solution is to either rebuild the installer with Visual Studio 2008, or to write an installer using Wix.
If I only had some time, I'd be happy to do it... but the source code is open source at Google, so it doesn't HAVE to be me :-) |
|
Back to top |
|
|
|