MSFN Forum: DVD Rebuilder 1.28.7 - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

DVD Rebuilder 1.28.7

#1 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 12 November 2009 - 01:32 AM

Hello

i have try everything now, and i cant get it to work.

The file is here

http://www.jdobbs.com/

when i am running it from my pc, everythings works just great, but when i am trying to run it from wpi. i get this error cant find setup.exe. and yes i have check that everything is correct. the same settings works on harddrive.

1 i have pack a sfx file to unpack it to this folder.

;Kommentaren nedenfor indeholder SFX kommandoer

Path=c:\temp\rebuilder\
SavePath
Silent=1
Overwrite=1

Then i run this command

cmdow @ /HID
cls
@echo off
ECHO.
ECHO INSTALLING DVD Rebuilder Pro
ECHO Vent Venligst
Start /wait c:\temp\rebuilder\setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Start /wait c:\temp\rebuilder\run.exe


but this dosent start the setup.exe file.

after it has run the setup.exe it start up a process i dont know how to kill. it is called a diffrent name everytime.

starts with

is-

and end with .tmp

Anybody can help me please


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 November 2009 - 08:25 AM

try using cmd /C Start /wait

#3 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 12 November 2009 - 09:37 AM

Hello

i have try now. but still the same, cant find the setup.exe

My WPI Confik looks like this....

prog[pn]=['CCE TRail & DVD Rebuilder V1.28'];
uid[pn]=['CCETRAILDVDREBUILDER128'];
desc[pn]=['Dette er TRail version af CCE TRail V2.70.02.10 og DVD Rebuilder 0.98 Free, Husk du skal selv ændre stien hvor film ligger og hvor den skal gemmes til.'];
ordr[pn]=[87];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Utilities'];
cmds[pn]=['"%wpipath%\\Install\\cce_dvdrebuilder\\Avisynth_257.exe" /S','"%wpipath%\\Install\\cce_dvdrebuilder\\ccesp2.exe"','"%wpipath%\\Install\\cce_dvdrebuilder\\cctspt_Patch.exe"','"%wpipath%\\Install\\cce_dvdrebuilder\\install.bat"','"%wpipath%\\Install\\cce_dvdrebuilder\\Rebuilder.exe"'];
gcond[pn]=['FileExists(\'%programfiles%\')'];
pn++;

and the install.bat looks like this

cmdow @ /HID
cls
@echo off

ECHO.
ECHO INSTALLING DVD Rebuilder Pro
ECHO Vent Venligst
cmd /C Start /wait setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
cmd /C Start /wait run.exe

The wpi log says this .


12. november 2009 16:33:56 - cmd4 Success (returned code 1): "cmd.exe" /C "E:\\Install\cce_dvdrebuilder\install.bat"

#4 User is online   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 833
  • Joined: 11-November 08

Posted 12 November 2009 - 10:34 AM

you would still need full paths.

this portion
c:\temp\rebuilder\


from your first example

#5 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 12 November 2009 - 10:56 AM

Hello

First of all thank you so much for the help.

i have made an error, wrong switch but now i have fixet it, but now a new problem

In the WPI i run this command...

"%wpipath%\\Install\\cce_dvdrebuilder\\install.bat"


The install.bat looks like this

cmdow @ /HID
cls
@echo off

ECHO.
ECHO INSTALLING DVD Rebuilder Pro
ECHO Vent Venligst
cmd /C Start /wait c:\temp\rebuilder\DVD-RB_v1.282ProNM.exe /sp- /VERYSILENT

Now it run like it should but now it want to make a info.txt file. but it cant on my cdrom drive.

i am beginning to hate this software and maybe need to forget it.

#6 User is offline   clintb 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 22-September 05

Posted 12 November 2009 - 08:01 PM

No reason to hate the software, just post in the correct forum. You'll get the attention of jdobbs (the developer) much quicker here, http://forum.doom9.o...isplay.php?f=75

edit: Oops, completely overlooked that you're trying to do an unattended install. That's what I get for bouncing back and forth between three forums at the same time.

At any rate, you may pass it by jdobbs to see if he has any insight into switches, etc...

This post has been edited by clintb: 12 November 2009 - 08:04 PM


#7 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 12 November 2009 - 11:57 PM

Hello

Thank you so much for the help.

i know have put it on the wrng forum, veyry sorry but i cant move it.

i will try to ask on that forum.

#8 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 16 November 2009 - 09:28 AM

Hello

i have now found a soulution for this. but now i have another problem

is it possbile to kill a process if the process is change name everytime you run the installer.

it is always starts with is- and always end on .tmp

#9 User is online   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 833
  • Joined: 11-November 08

Posted 16 November 2009 - 09:37 AM

taskkil /IM is*



provided its the only task that begins with is

#10 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 16 November 2009 - 10:04 AM

Hello

This is a wired things.

i did what you said

C:\Users\MitsuCats>taskkill /IM is*
SUCCESS: Sent termination signal to the process "is-R1C7M.tmp" with PID 3512.

as it says it is success. but the Aktive window is not closing down.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy