Re: [wpkg-users] Applying a transform to MSI - is my syntax correct?

2009-03-16 Thread Tomasz Chmielewski
Chris Wilcox schrieb:
 Hi,
  
 I'm trying to install an MSI which has a transform file to be applied 
 containing the serial number and disable auto-updates.
  
 I can run a command prompt and install it fine but the WPKG client 
 always fails to install the app with the following install cmd:
  
 install cmd='msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi 
 TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst /qb-' /
  
 The file paths are correct but I'm lost with what errors may be there.  
 Event Viewer on the workstation tells me:
  
 Could not process (install) 'Openmind Service Pack 5' (OpenMindSP5);
 Exit code returned non-successful return value (1619) on command 
 'msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi 
 TRANSFORMS=%SOFTWARE%\OpenMindSP5\copysn.mst /qb-'

Error 1619 means that the MSI package was not found:

http://wpkg.org/MSI:_Windows_Installer

Hint: installer is looking for this filename:

%SOFTWARE%\OpenMindSP5\Setup.msi TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst

Which means you have quotations in wrong places.


-- 
Tomasz Chmielewski
http://wpkg.org
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Applying a transform to MSI - is my syntax correct?

2009-03-16 Thread Chris Wilcox


 
 Chris Wilcox schrieb:
  Hi,
  
  I'm trying to install an MSI which has a transform file to be applied 
  containing the serial number and disable auto-updates.
  
  I can run a command prompt and install it fine but the WPKG client 
  always fails to install the app with the following install cmd:
  
  install cmd='msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi 
  TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst /qb-' /
  
  The file paths are correct but I'm lost with what errors may be there. 
  Event Viewer on the workstation tells me:
  
  Could not process (install) 'Openmind Service Pack 5' (OpenMindSP5);
  Exit code returned non-successful return value (1619) on command 
  'msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi 
  TRANSFORMS=%SOFTWARE%\OpenMindSP5\copysn.mst /qb-'
 
 Error 1619 means that the MSI package was not found:
 
 http://wpkg.org/MSI:_Windows_Installer
 
 Hint: installer is looking for this filename:
 
 %SOFTWARE%\OpenMindSP5\Setup.msi TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst
 
 Which means you have quotations in wrong places.
 


I'm still lost with this one, the files do definitely exist in the locations, 
you can see WPKG call the MSI (you see the configuring windows installer 
screen) which disappears almost instantly.

 

I'm using the following install command (last one did have a % symbol missing 
in my e-mail but I'd typed it by hand into the e-mail and it wasn't missing 
from the package xml:

 

install cmd='msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi 
TRANSFORMS=%SOFTWARE%\OpenMindSP5\copysn.mst /qb-' /

 

Is this how I should be applying transform files?

 

Chris

_
 25GB of FREE Online Storage – Find out more
http://clk.atdmt.com/UKM/go/134665320/direct/01/-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Applying a transform to MSI - is my syntax correct?

2009-03-16 Thread Tomasz Chmielewski
Chris Wilcox schrieb:

Could not process (install) 'Openmind Service Pack 5' (OpenMindSP5);
Exit code returned non-successful return value (1619) on command
'msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi
TRANSFORMS=%SOFTWARE%\OpenMindSP5\copysn.mst /qb-'
  
   Error 1619 means that the MSI package was not found:
  
   http://wpkg.org/MSI:_Windows_Installer
  
   Hint: installer is looking for this filename:
  
   %SOFTWARE%\OpenMindSP5\Setup.msi 
 TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst
  
   Which means you have quotations in wrong places.
  
 
 I'm still lost with this one, the files do definitely exist in the 
 locations, you can see WPKG call the MSI (you see the configuring 
 windows installer screen) which disappears almost instantly.

Is the error message in the Event Log still the same?


-- 
Tomasz Chmielewski
http://wpkg.org
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Applying a transform to MSI - is my syntax correct?

2009-03-16 Thread Chris Wilcox




 
 Chris Wilcox schrieb:
 
Could not process (install) 'Openmind Service Pack 5' (OpenMindSP5);
Exit code returned non-successful return value (1619) on command
'msiexec /i %SOFTWARE%\OpenMindSP5\Setup.msi
TRANSFORMS=%SOFTWARE%\OpenMindSP5\copysn.mst /qb-'
  
   Error 1619 means that the MSI package was not found:
  
   http://wpkg.org/MSI:_Windows_Installer
  
   Hint: installer is looking for this filename:
  
   %SOFTWARE%\OpenMindSP5\Setup.msi 
  TRANSFORMS=%SOFTWARE\OpenMindSP5\copysn.mst
  
   Which means you have quotations in wrong places.
  
  
  I'm still lost with this one, the files do definitely exist in the 
  locations, you can see WPKG call the MSI (you see the configuring 
  windows installer screen) which disappears almost instantly.
 
 Is the error message in the Event Log still the same?


 

Yep, even if I just run (note I've been altering file/folder names just to make 
sure):

 

install cmd='msiexec /i %SOFTWARE%\OMSP5\OpenMind.msi /qb-' /

 

It still fails on 1619 - I can navigate to this directory and run the MSI and 
it runs fine...

 

Getting lost now, possibly time to try another day!

 

Chris

_
 25GB of FREE Online Storage – Find out more
http://clk.atdmt.com/UKM/go/134665320/direct/01/-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Applying a transform to MSI - is my syntax correct?

2009-03-16 Thread Tomasz Chmielewski
Chris Wilcox schrieb:

 Yep, even if I just run (note I've been altering file/folder names just 
 to make sure):
  
 install cmd='msiexec /i %SOFTWARE%\OMSP5\OpenMind.msi /qb-' /
  
 It still fails on 1619 - I can navigate to this directory and run the 
 MSI and it runs fine...

Try:

cmd /C copy %SOFTWARE%\OMSP5\OpenMind.msi C:\


Just to check if it's there.
Maybe SOFTWARE variable is not set?


-- 
Tomasz Chmielewski
http://wpkg.org
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users