PDA

View Full Version : OT: decompression error trying to install iQXML (32K attchment)



NewsArchive
09-14-2012, 02:18 AM
I'm trying to install iQXML on my home computer (WIndows 7 home), and
keep getting the attached error. I've tried pretty much all of the
versions. They all bomb in the same place.

I've sent myself the version from work that installed fine there
(Windows XP). I suspect there is something wrong with a Windows file at
home, but what?

Any suggestions?

Thanks,

Jon

NewsArchive
09-14-2012, 02:19 AM
I know Fredrich can tell you more - but maybe that file is read-only, so it
can't be written out/overwritten?

-Robert

NewsArchive
09-14-2012, 02:19 AM
Hi Robert,

> I know Fredrich can tell you more - but maybe that file is read-only,
> so it can't be written out/overwritten?

IIRC, you fixed this in your later installs?! You had the same problem in
IQ-SYNC some time ago. See my emails dated January 23, 2011.

The problem in your IQ-SYNC was your use of the "highestAvailable" execution
level. If the "highest available" execution level privilege on this machine
does not allow to create folders under the Program Files folder tree (means,
the login does not have administrator execution level privileges), then it
is not possible to create your folder and files under the protected Windows
resource.

Recommended (and the default) execution level for setups is
"requireAdministrator". The use of asInvoker or higestAvailable might cause
problems if you try to write to protected areas.

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

Helping You Build Better Installations
SetupBuilder "point. click. ship"
Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-14-2012, 02:20 AM
Hi Jon,

you have to run installer as administrator.

Regards,
Davor

NewsArchive
09-14-2012, 02:20 AM
> you have to run installer as administrator.

If the installer is built correctly, it should be manifested to require
administrator. Then you get a prompt when you start it, click Ok and it
works as expected.

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
09-15-2012, 02:26 AM
Hi,

Well - it would be expected that a Clarion program have administrator access
to their box.

For IQXML - It is set to "asInvoker".

However ... since this is just putting files into the Clarion directory -
why would they require Administrator? It's just regular files being put in
a regular directory. This would then require the user to sign off and sign
back on as an Administrator - wouldn't that annoy someone?

-Robert

NewsArchive
09-15-2012, 02:26 AM
Robert,

> However ... since this is just putting files into the Clarion directory -
> why would they require Administrator?

C:\Program Files\SoftVelocity\Clarion is a protected folder.

--
Lee White

RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com

Enhanced Reporting: http://CreativeReporting.com

Product Release & Update Notices
http://twitter.com/DeveloperPLUS

Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

NewsArchive
09-15-2012, 02:26 AM
I hate that folder. <g>

That's why I use:

c:\Clarion8

Can't get any cleaner than that. :)

-Robert

NewsArchive
09-15-2012, 02:27 AM
What Lee said. The SoftVelocity folder under the "Program Files" tree is a
protected folder. On UAC-aware operating systems (e.g. Windows 7) the user
does not have to sign off and sign back on as an Administrator because
over-the-shoulder (OTH) elevation handles this.

If the user is a Limited User on a pre-Vista machine then he has to sign-off
and sign-on as Administrator.

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

Helping You Build Better Installations
SetupBuilder "point. click. ship"
Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-15-2012, 02:27 AM
OK - I will make the change for the next build.

In the meantime - make sure you are logged in as Administrator to do the
install.

Thanks.

Robert Paresi

NewsArchive
09-15-2012, 02:28 AM
> OK - I will make the change for the next build.
>
> In the meantime - make sure you are logged in as Administrator to do
> the install.

Being logged in as an "Administrator" does not help on UAC-aware operating
systems! Even an Admin does not have administrator execution level
privileges by default. Your "asInvoker" manifested install will fail for
non-Standard Users on Vista+.

All users (Admin and Standard User accounts) have to start your "asInvoker"
manifested install via right-click "Run as administrator".

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

Helping You Build Better Installations
SetupBuilder "point. click. ship"
Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-15-2012, 02:31 AM
I see - well, as a workaround today - he can turn off UAC, Install it and
turn back on UAC.

-or-

Install it into c:\myxml

and then manually copy the files it puts there, into the correct
corresponding folder.

I'll have a new build up as soon as I can.

Thank you

Robert Paresi

NewsArchive
09-15-2012, 02:31 AM
A better and faster workaround is to right-click your setup.exe and "Run as
administrator". That "solves" the issue.

Even if you install to c:\myxml and then try to copy (e.g. via Windows
Explorer) to the "Program Files" folder tree, you need administrator
execution level privileges.

Friedrich

NewsArchive
09-15-2012, 02:32 AM
Thanks everyone, I'll be right-clicking the setup.

I ddi get to start working with it today. Was stymied at first because the
version I originally installed for 8658 (which is my clarion version) stalls
on <? .... ?> entries at the beginning of the file. The current version
works fine.

Jon Waterhouse

NewsArchive
09-15-2012, 02:32 AM
Have fun! :-)

Robert Paresi

NewsArchive
09-15-2012, 02:33 AM
That is so hard to explain to people. Even IT people.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
I'll search help files & Google for you.

NewsArchive
09-15-2012, 02:33 AM
Jeff,

I don't think that is the issue here.

He wrote "I'm trying to install iQXML on my home computer (WIndows 7 home)"

Anyway - it's already been changed in my SetupBuilder for the next update.

-Robert

NewsArchive
09-15-2012, 02:34 AM
I agree Jeff. Most IT Administrators are pretty clueless about this. So
was I.

J André Labuschagné