Help - Search - Members - Calendar
Full Version: problem installing programs
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
francis997
hi,

I am creating an unantended xp, i am using unantendedxp to create it.
Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7
It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd
The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro
When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?
CODE
[AdobeReader7]
REM     http://www.ryanvm.net/msfn/
REM     Self-extracting switchless installer        
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM     http://www.elby.de/products/clone_dvd/index.html
REM     NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM     http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM     http://www.rarlab.com/
REM     NOTES: Use /s or /silent.  /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR
oldo
needs a space between OODefragPro.msi and /QB, like:

OODefragPro.msi /QB
urie
QUOTE (francis997 @ Oct 7 2006, 10:21 PM) *
hi,

I am creating an unantended xp, i am using unantendedxp to create it.
Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7
It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd
The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro
When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?
CODE
[AdobeReader7]
REM     http://www.ryanvm.net/msfn/
REM     Self-extracting switchless installer        
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM     http://www.elby.de/products/clone_dvd/index.html
REM     NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM     http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM     http://www.rarlab.com/
REM     NOTES: Use /s or /silent.  /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR


QUOTE
francis997, you are posting in wrong forum post over on MaxXPsoft forum and we can help with Appswitch.dat file entries,also for CloneDVD and is it same version all these things matter also do you have the autoit script from our forum for CloneDVD do search in Appswitch section and you will find it




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.