IPB

Google Frontpage Forums Unattended CD/DVD Guide
7 Pages V  < 1 2 3 4 5 > »   
Closed TopicStart new topic
> xpize 5 Release 4, Long Live Windows XP!
W3bbo
post Jul 25 2009, 07:40 AM
Post #41


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


yojo, can you confirm you're using xpize 5 Release 4? The one without the photo of the Anole lizard in it?

I ask because I (thought I) fixed the problem of it interpreting "5.1" as a decimal number regardless of culture.
Go to the top of the page
 
+Quote Post
yojo2
post Jul 25 2009, 07:58 AM
Post #42


Newbie


Group: Members
Posts: 10
Joined: 25-July 09
Member No.: 253826
OS: 2003 x86
Country Flag


Yes, for sure it's Release 4.
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 08:02 AM
Post #43


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


QUOTE (yojo2 @ Jul 25 2009, 02:58 PM) *
Yes, for sure it's Release 4.


Okay, well in the meanwhile use the "/ignoreCondition" switch (I renamed it from "/ignorePackageCondition") and it'll let you bypass the check.

I wonder if anyone else has been having the same problem.
Go to the top of the page
 
+Quote Post
yojo2
post Jul 25 2009, 08:05 AM
Post #44


Newbie


Group: Members
Posts: 10
Joined: 25-July 09
Member No.: 253826
OS: 2003 x86
Country Flag


...that's strange, even with /ignoreCondition switch I get this error message.

This post has been edited by yojo2: Jul 25 2009, 08:05 AM
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 08:45 AM
Post #45


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


QUOTE (yojo2 @ Jul 25 2009, 03:05 PM) *
...that's strange, even with /ignoreCondition switch I get this error message.


The argument is case sensitive
Go to the top of the page
 
+Quote Post
yojo2
post Jul 25 2009, 09:03 AM
Post #46


Newbie


Group: Members
Posts: 10
Joined: 25-July 09
Member No.: 253826
OS: 2003 x86
Country Flag


I know that smile.gif Still it doesn't help to solve this problem.

/ignoreCondition switch itself works, it stops this error message from being shown on Windows 2003:

---------------------------
Anolis Installer
---------------------------
This package can only be installed on 32-bit Windows XP with Service Pack 3.
---------------------------
OK
---------------------------

This post has been edited by yojo2: Jul 25 2009, 09:03 AM
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 09:21 AM
Post #47


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


...I was wrong about the version number thing. The issue is that my software isn't correctly reporting the currently installed service pack number.

I've uploaded a new version of the ConditionTest program. Can you run it again and report the output? Thanks.

http://w3bbo.com/misc/ConditionTest2.zip
Go to the top of the page
 
+Quote Post
yojo2
post Jul 25 2009, 09:27 AM
Post #48


Newbie


Group: Members
Posts: 10
Joined: 25-July 09
Member No.: 253826
OS: 2003 x86
Country Flag


Here you go:

XP:
CODE
OSVersion : Microsoft Windows NT 5.1.2600 Dodatek Service Pack 3
ServicePack: Dodatek Service Pack 3
--------------------------------------------------------------------------------
Symbols
osversion 5,1
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.1 && servicepack == 3 && architecture == 32 )
Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==', '3', '&&', 'architecture', '==', '32', ')'
Evaluate
Result:
0
--------------------------------------------------------------------------------
Symbols
osversion 5,1
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 32 )
Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '32', ')'
Evaluate
Result:
0
--------------------------------------------------------------------------------
Symbols
osversion 5,1
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 64 )
Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '64', ')'
Evaluate
Result:
0
2003:
CODE
OSVersion : Microsoft Windows NT 5.2.3790 Dodatek Service Pack 2
ServicePack: Dodatek Service Pack 2
--------------------------------------------------------------------------------
Symbols
osversion 5,2
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.1 && servicepack == 3 && architecture == 32 )
Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==', '3', '&&', 'architecture', '==', '32', ')'
Evaluate
Result:
0
--------------------------------------------------------------------------------
Symbols
osversion 5,2
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 32 )
Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '32', ')'
Evaluate
Result:
0
--------------------------------------------------------------------------------
Symbols
osversion 5,2
servicepack -1
architecture 32
installlang 1045

Expression
ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 64 )
Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '64', ')'
Evaluate
Result:
0
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 09:47 AM
Post #49


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


Thanks, that's helped me solve the problem. I've now fixed it in my internal builds.
Go to the top of the page
 
+Quote Post
yojo2
post Jul 25 2009, 09:53 AM
Post #50


Newbie


Group: Members
Posts: 10
Joined: 25-July 09
Member No.: 253826
OS: 2003 x86
Country Flag


I'm glad that I could help smile.gif
I hope that new version of XPize gets released soon. newwink.gif
Go to the top of the page
 
+Quote Post
sohilmomin2000
post Jul 25 2009, 10:03 AM
Post #51





Group: Members
Posts: 2
Joined: 8-February 08
Member No.: 175878
OS: XP Pro x86
Country Flag


i am not able to run the option Make Your Own Image file confused.gif

in this option it starts downloading and it gives error no.gif

cant update failed cannot resolve anoli.is realmad.gif

please help what is the problem
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 10:14 AM
Post #52


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


QUOTE (sohilmomin2000 @ Jul 25 2009, 05:03 PM) *
i am not able to run the option Make Your Own Image file confused.gif

in this option it starts downloading and it gives error no.gif

cant update failed cannot resolve anoli.is realmad.gif

please help what is the problem


The Icelandic domain name authorities have suspended my anol.is domain name because I'm having some problems with my DNS servers. If anyone has at least two BIND servers they wouldn't mind me borrowing for a few weeks, let me know.

UPDATE: I've managed to get my DNS servers to be compliant with ISNIC once again, and anol.is is back online.

This post has been edited by W3bbo: Jul 25 2009, 12:06 PM
Go to the top of the page
 
+Quote Post
zedox
post Jul 25 2009, 11:07 AM
Post #53


XPize Darkside Author
*****

Group: Members
Posts: 704
Joined: 25-August 05
From: ENGLAND
Member No.: 70305
OS: Windows 7 x64
Country Flag


couple of things..

the taskbar and start menu control panel icon doesnt change when choosing darkside.
the shutdown dialogue is blue rather than black.
Go to the top of the page
 
+Quote Post
Kaminari
post Jul 25 2009, 11:36 AM
Post #54


Newbie


Group: Members
Posts: 17
Joined: 29-July 07
Member No.: 148489
OS: XP Pro x86
Country Flag


QUOTE (MrBusty @ Jul 25 2009, 10:25 AM) *
I did install all visual styles on purpose, because I wanted to be able to switch between all these styles without using xpize again. rolleyes.gif

Is there a way, to place all selected visual styles into the styles folder (resources\themes\) - but let the user choose just one of them, which will be installed?


The resource bitmap packs are not the same as the visual styles. All the visual styles (Luna Royale, Luna Element, Zune, etc) are installable and selectable, regardless of the resource pack (MCE, Darkside, etc) that you choose during installation. The resource pack specifically affects icons, pictograms, log screens and so on -- the visual styles (the "themes") specifically change the look of the windows (frames, buttons, etc).

Installing a resource pack involves patching a lot of system libraries and executables to replace the old built-in bitmaps with newer ones. That's why you can't change a resource pack with another without having to reboot. All you can do on the fly is switching the visual style.

This post has been edited by Kaminari: Jul 25 2009, 11:43 AM
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 25 2009, 12:07 PM
Post #55


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


QUOTE (zedox @ Jul 25 2009, 06:07 PM) *
couple of things..

the taskbar and start menu control panel icon doesnt change when choosing darkside.
the shutdown dialogue is blue rather than black.


Zedox is back! biggrin.gif

Thanks for the feedback, I'll investigate.
Go to the top of the page
 
+Quote Post
Ven
post Jul 25 2009, 12:19 PM
Post #56


Junior
*

Group: Members
Posts: 73
Joined: 23-November 04
Member No.: 37192



Hi

I've changed the sidebar the color of the sidebar to look like the xpize 4.7 one. Here's the shellstyle.dll. It only works for the normal blue luna royale theme, i don't think it'd work for the any of the other themes.

Replace the shellstyle.dll in this folder. C:\WINDOWS\Resources\Themes\Luna Royale\Shell\NormalColor

Thanks a million W3bbo for making Xpize 5.
Attached File(s)
Attached File  ShellStyle.rar ( 85.31K ) Number of downloads: 5
 
Go to the top of the page
 
+Quote Post
mayar
post Jul 26 2009, 03:29 AM
Post #57





Group: Members
Posts: 1
Joined: 28-May 06
Member No.: 97451
Country Flag


I have the same problem installing as jojo2 on XP prof. SP3 PL.

W3bbo, when are you going to release improved version of XPize5?
Go to the top of the page
 
+Quote Post
MrBusty
post Jul 26 2009, 06:03 AM
Post #58


Member
**

Group: Members
Posts: 131
Joined: 30-October 08
Member No.: 216733
OS: XP Pro x86
Country Flag


QUOTE (mayar @ Jul 26 2009, 11:29 AM) *
W3bbo, when are you going to release improved version of XPize5?

Last info was, that he will release the final in one month or so...
Go to the top of the page
 
+Quote Post
W3bbo
post Jul 26 2009, 06:55 AM
Post #59


xpize / Vize Project Lead
Group Icon

Group: Normal Sponsors
Posts: 404
Joined: 14-June 06
From: UK
Member No.: 98900
OS: XP Pro x64
Country Flag


QUOTE (MrBusty @ Jul 26 2009, 01:03 PM) *
QUOTE (mayar @ Jul 26 2009, 11:29 AM) *
W3bbo, when are you going to release improved version of XPize5?

Last info was, that he will release the final in one month or so...


Much sooner, if I can help it. A major publication has contacted me, wanting to do an article about it.
Go to the top of the page
 
+Quote Post
Hell Racer
post Jul 27 2009, 05:21 AM
Post #60


Junior
*

Group: Members
Posts: 56
Joined: 14-June 09
Member No.: 247469
OS: XP Pro x86
Country Flag


I think there is a problem with russian translation... Sometimes the release notes page containg english strings at the top of window. Here are the steps:

1. I start xpize5R4.exe.
2. Russian lang is selected by default (as I have russian OS locale).
3. I proceed through steps until Package Release Notes appear:



4. I go back to first page, select any other language and proceed to this page again.
5. I go back to first page, select Russian again and proceed to this page... again smile.gif.
6. Here's what I see:



The page's header is translated correctly now... Does it make any sense? smile.gif

Edit: Also there'are some strings which is left untranslated ("Select the directory to recover from" and "Uninstall"):



This post has been edited by Hell Racer: Jul 27 2009, 05:37 AM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

7 Pages V  < 1 2 3 4 5 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 04:40 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy