Jump to content

yojo2

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

About yojo2

  • Birthday 07/10/1991

Contact Methods

  • Website URL
    http://

yojo2's Achievements

0

Reputation

  1. yojo2

    xpize 5 Release 5

    After choosing what icons, wallpapers, etc. should be installed and clicking Next, an error was encountered and installer has stopped working. (Windows 2003 SP2) 2009-08-14T19:55:33 Unable to load DLL 'srclient.dll': Nie można odnaleźć określonego modułu. (Exception from HRESULT: 0x8007007E) at Anolis.Core.Native.NativeMethods.SetSystemRestorePoint(RestorePointInfo& pRestorePtSpec, StateManagerStatus& pSMgrStatus) at Anolis.Core.Utility.SystemRestore.CreateRestorePoint(String description, SystemRestoreType type) at Anolis.Core.Packages.Package.Execute(PackageExecutionSettings settings) at Anolis.Installer.Pages.InstallingPage.__bw_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)"Nie można odnaleźć określonego modułu" = "Couldn't find specified module" or sth like that. At least I could test the translation I made //Okay, that was my fault - I forgot not to make System Restore Point. Sorry about that.
  2. Here's updated Polish translation. http://yojo2.ovh.org/pl.resx Hope it's not too late and this translation will make it to the new release
  3. yojo2

    xpize 5 Release 4

    System Restore icon seems to be wrongly resized or sth. It would be a good idea to fix it (if it's not fixed yet by XPize - I can't check it now)
  4. yojo2

    xpize 5 Release 4

    I'm glad that I could help I hope that new version of XPize gets released soon.
  5. yojo2

    xpize 5 Release 4

    Here you go: XP: 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: 02003: 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
  6. yojo2

    xpize 5 Release 4

    I know that 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 ---------------------------
  7. yojo2

    xpize 5 Release 4

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

    xpize 5 Release 4

    Yes, for sure it's Release 4.
  9. yojo2

    xpize 5 Release 4

    Here you go:-------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.1" at position 18 -------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.2" at position 18 -------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.2" at position 18On Windows 2003 SP2 (Polish) there is the same problem. -------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.1" at position 18 -------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.2" at position 18 -------------------------------------------------------------------------------- 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 ExpressionException: Undefined symbol: "5.2" at position 18
  10. yojo2

    xpize 5 Release 4

    Hello, I've got a problem installing XPize. After running installer error message shows up: --------------------------- Anolis Installer --------------------------- You must be running Windows XP SP3 (or later) or Windows XP x64 SP2 (or later) to install locally. You may still patch an I386 folder though. --------------------------- OK --------------------------- I'm using Windows XP SP3 (Polish). Any ideas? /ignorePackageCondition doesn't help.
×
×
  • Create New...