Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

What's wrong with svscmd.exe and msi installer?

Updated: 28 Aug 2010 | 3 comments
Ampeter's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

I'm trying to use SVSCmd to create a new layer using   ->  SVSCMD.exe "Application Name" CAPTURE -P "MSIEXEC /i PathTo.msi" <-   (or in my case  ->  SVSCMD.exe "Synctoy" CAPTURE -P "msiexec.exe /i C:\Synctoy.msi"  <- )

...but it's not working, it just returns the following error:

Failed to create the requested process.
Error: 1063
SVSCMD failed: CAPTURE

I'm using SWV 6.1(tried on XP and  windows 7 machines) and  .exe capture with SVSCmd is working perfectly and  also .msi can be captured using SVSAdmin with no problems.... but I really need to use  SVSCmd...

Please, help me! This is driving me insane!

Comments

Jordan's picture
23
Jul
2010
0 Votes 0
Login to vote

There's a bug with SVScmd that doesn't allow spaces in paths to the MSI.  To get around this I generally create a batch file that has the path (spaces and all) and then point to that file.

If a forum post solves your problem please flag is as the solution

Ampeter's picture
24
Jul
2010
0 Votes 0
Login to vote

Thanks! that seems to work, but do you know if there are any plans to fix that bug? :D

By the way, I guess using directly a wrapper for fsllib.dll would bypass that problem, wouldn't it?

Jordan's picture
27
Jul
2010
0 Votes 0
Login to vote

You mean directly passing the MSI path to the capture API?  Yes that doesn't have the problem as far as I'm aware.

If a forum post solves your problem please flag is as the solution