Jump to content

v7.1.1 - Programs will not install


Recommended Posts

I just installed version 7.1.1 and all me regedits etc work, file copies etc work but none of my programs will install anymore? The errors are:

Wednesday, October 29, 2008 8:06:19 AM

Program: CCleaner

Unique ID: CCleaner

Order: 000500

Category: 6 - Applications

Wednesday, October 29, 2008 8:06:19 AM - cmd1 *** Fail *** (returned code undefined): C:\Documents and Settings\Steve\My Documents\WPI\Install\ccleaner-setup.exe

Wednesday, October 29, 2008 8:06:20 AM - Finished installation.

The actual part of the config file is:

prog[pn]=['CCleaner'];

bit64[pn]=['no'];

ordr[pn]=[500];

uid[pn]=['CCleaner'];

dflt[pn]=['yes'];

cat[pn]=['6 - Applications'];

forc[pn]=['no'];

configs[pn]=['Vista,XP'];

gcond[pn]=['FileExists(\'%programfiles%\\\')'];

cmd1[pn]=['%wpipath%\\Install\\ccleaner-setup.exe'];

picf[pn]=['PNG Collection\\clean.png'];

picw[pn]=['96'];

pich[pn]=['96'];

textl[pn]=['Top'];

pn++;

Can you offer any insight as to what is different with program installs in this new version?

Thanks for your help

Link to comment
Share on other sites


For any one else running into this - I found the cause ...

WORKS with OLDER WPI ... cmd1[pn]=['%wpipath%\\Install\\ccleaner-setup.exe'];

MUST NOW BE .....cmd1[pn]=['"%wpipath%\\Install\\ccleaner-setup.exe"'];

All commands need to now be enclosed in quotation marks. Now if only I can find the cause why file copies work in XP but not Vista ...

Link to comment
Share on other sites

Nothing that would prevent just a program from being installed. No one else has said anything like your problem. In 7.2.0 I have added a FileExists() check when comes back failed. The undefined code tells me nothing. 0 for success, undefined for all errors.

I will PM you some details.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...