Showing posts with label error. Show all posts
Showing posts with label error. Show all posts

Saturday, February 14, 2015

SPSS V 18 INSTALLATION ERROR CODE 1158 PASW Statistics 18

Author: Kibui Kenneth Maina, Mon Aug 30, 4:20PM

Are you trying to install PASW Statistics 18 and you keep getting a box with a code 1158 with an ok button and no text? Below is the solution.... Works like magic.

To solve this particular problem

  1. Create a folder on your hard drive and call it SPSS installation.
  2. Copy all the contents of your CD to your created folder.
  3. Open the folder SPSS installation Locate the executable (.exe) file in the windows folder and click on it.
  4. Continue with normal installation from there.

Read more »

Tuesday, February 3, 2015

Windows 7 USB DVD Download Tool error

I have expounded on how to make a bootable USB installer for Windows 7 and 8 by utilizing the  Windows 7 USB/DVD Download Tool. Off and on again if your USB stick has something in its MBR you may get the lapse 

We were not able to duplicate your records. If you dont mind check your USB stick and the chose ISO record and attempt once more. 

I discovered the answer for that issue in this post. 

You need to begin summon expeditious as an Administrator (On Windows 7 that implies right clicking the cmd and selecting Run as Administrator) and utilize the diskpart utility.


  1. Start command prompt as Administrator and type  diskpart 
  2. type  list disk
  3. type select disk  and number of your USB disk ( like select disk 1 )
  4. type  clean
  5. type  create partition primary
  6. type  select partition 1
  7. type  active
  8. type  format quick fs=fat32
  9. type  assign
  10. type exit  to exit the diskpart utility
  11. type exit  to close command prompt
Windows 7 USB/DVD Download Tool error


Read more »