|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> Beta 28 is now available for Windows 32-bit. 64-bit will follow shortly. I
> will also be updating the source to beta 28 in the next day or so.
3.7 beta 28 installed perfectly on Vista Basic with UAC turned on, no errors
like the 27 version.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris Cason" <del### [at] deletethistoopovrayorg> wrote in
message news:48959c3f@news.povray.org...
> Apologies to those who attempted to install on Vista and weren't able to.
>
> The problem was due to the fact that despite setting the INSTALLPATH
> property to the appropriate location (under AppData), Windows Installer
> was
> still attempting to install the files into program files. This should now
> be rectified. There will still most likely be weirdness installing for all
> users under Vista - probably UAC will not trigger, blocking the install.
> This isn't really an issue since All Users isn't fully supported yet.
Good to know there was a reason other than something I was doing with Vista.
Glad you figured it out Chris.
As the others have said, UAC off was what finally made sense, which must
have been the difference between a no-go and successful install. I chose to
try this in the middle of the night (again) when I wasn't thinking clearly
to begin with.
Curious thing then that the posting by SafePit here was okay even though UAC
was on... something about Vista Basic? This was another lesson for me in
using Vista, to look at UAC first not last.
--
/*bob hughes*/
Post a reply to this message
|
|
| |
| |
|
|
From: Nicolas Alvarez
Subject: Re: Beta 28 not installing on my Vista user or admin
Date: 3 Aug 2008 22:20:30
Message: <4896676e@news.povray.org>
|
|
|
| |
| |
|
|
"Fredrik Eriksson" <fe79}--at--{yahoo}--dot--{com> wrote:
> Typically, Vista will notify you when an installer needs administrative
> privileges, and prompt the user, but not always. It may have something to
> do with the name of the installer; at least that is how it worked in XP.
Executables can have a "manifest" saying they need admin privileges. The
same kind of manifest used on Windows XP for an app to say it wants to be
XP-styled (by loading the newer common controls library).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Good news, Chris!
It is time for a file conversion tool (import/export), I think. And the
radiosity should be change from alpha to regular. Well, let's see. But
POV-Ray is a masterpeice of good work!
My best wishes for the team, and lots of thanks,
Sven
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
4896261e$1@news.povray.org...
> Curious thing then that the posting by SafePit here was okay even though
> UAC was on... something about Vista Basic? This was another lesson for me
> in using Vista, to look at UAC first not last.
It worked OK here too (Vista Home Premium) with UAC on. The only issue, as
previously reported, is that AppData is hidden by default, so users must
unhide it to be able to browse through the ini and demo scenes files.
G.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Gilles Tran wrote:
> It worked OK here too (Vista Home Premium) with UAC on. The only issue, as
> previously reported, is that AppData is hidden by default, so users must
> unhide it to be able to browse through the ini and demo scenes files.
I wasn't aware of that (hadn't noticed when testing). The installer does
however place a link to the scene files in the start menu group and IIRC on
the desktop.
It's also rather ironic if hidden is in fact the default; according to the
InstallShield documentation, one of the requirements for Vista logo
cerfification is that files installed for non-admin users go under AppData.
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
le message de news: 4896dc60@news.povray.org...
> I wasn't aware of that (hadn't noticed when testing). The installer does
> however place a link to the scene files in the start menu group and IIRC
> on
> the desktop.
OK I'll have a look.
>
> It's also rather ironic if hidden is in fact the default; according to the
> InstallShield documentation, one of the requirements for Vista logo
> cerfification is that files installed for non-admin users go under
> AppData.
Apparently the question of where to install + store writeable files in Vista
does not have an easy answer.
http://lists.runrev.com/pipermail/use-revolution/2007-February/094217.html
Also it looks like InstallShield doesn't have a variable for
CSIDL_COMMON_DOCUMENTS so workarounds are needed.
http://community.installshield.com/showthread.php?t=159616 (see last
message)
http://community.installshield.com/showthread.php?t=181423
G.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 04 Aug 2008 12:39:26 +0200, Chris Cason
<del### [at] deletethistoopovrayorg> wrote:
> It's also rather ironic if hidden is in fact the default; according to
> the
> InstallShield documentation, one of the requirements for Vista logo
> cerfification is that files installed for non-admin users go under
> AppData.
"Application Data" is where you store configuration files and such. Files
that users work on directly go under "My Documents" or "Shared Documents".
--
FE
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Gilles Tran" <gil### [at] agroparistechfr> wrote in message
news:4896e5f6$1@news.povray.org...
>
> dans le message de news: 4896dc60@news.povray.org...
>> I wasn't aware of that (hadn't noticed when testing). The installer does
>> however place a link to the scene files in the start menu group and IIRC
>> on
>> the desktop.
I was overlooking the scene file shortcut at first because I don't show
icons in order to better see the background image wallpaper (a pov
rendering). My most-used programs are on Quick Launch, or last used list of
the Start Menu.
I know now the shortcut will provide access to those files outside of POV,
despite them not showing in Computer or user file lists.
>> It's also rather ironic if hidden is in fact the default; according to
>> the
>> InstallShield documentation, one of the requirements for Vista logo
>> cerfification is that files installed for non-admin users go under
>> AppData.
>
> Apparently the question of where to install + store writeable files in
> Vista does not have an easy answer.
> http://lists.runrev.com/pipermail/use-revolution/2007-February/094217.html
> Also it looks like InstallShield doesn't have a variable for
> CSIDL_COMMON_DOCUMENTS so workarounds are needed.
> http://community.installshield.com/showthread.php?t=159616 (see last
> message)
> http://community.installshield.com/showthread.php?t=181423
Helping me by reading more... found a web page describing path changes from
older Windows to Vista:
http://www.svrops.com/svrops/articles/jpoints.htm
When I read what I could find about AppData\Roaming things began making less
sense. ;)
Just saw what Fredrik Eriksson said and the Users\Public location comes to
mind, but that's after the short reading I was doing before. I'm sure
something will work out, I have faith.
--
/*bob hughes*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Cason wrote:
> It's also rather ironic if hidden is in fact the default; according to the
> InstallShield documentation, one of the requirements for Vista logo
> cerfification is that files installed for non-admin users go under
> AppData.
Files local to a specific user account. That doesn't necessarily mean "files
the user will want to see or tinker with".
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |