francis997 Posted October 7, 2006 Posted October 7, 2006 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 7It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.2. ClonedvdThe samething happens as with adobe reader, it asks me to select the language...etc...3. OO Defrag ProWhen 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. WinrarEverithing 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.datCan anyone help me?[AdobeReader7]REM http://www.ryanvm.net/msfn/REM Self-extracting switchless installer REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /fREG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f[CloneDVD]REM http://www.elby.de/products/clone_dvd/index.htmlREM NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvdREG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /fREG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /fFLAG1=HKLM\SOFTWARE\Elaborate BytesFLAG1=HKCU\Software\Elaborate Bytes[OODefragPro]REM http://www.oo-software.com/en/products/oodefrag/pro.htmlREG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /fREG 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 endREG ADD %KEY%\iAdd /VE /D "WinRAR " /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /fFLAG1=HKCU\SOFTWARE\WinRAR
oldo Posted April 4, 2007 Posted April 4, 2007 needs a space between OODefragPro.msi and /QB, like:OODefragPro.msi /QB
urie Posted April 5, 2007 Posted April 5, 2007 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 7It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.2. ClonedvdThe samething happens as with adobe reader, it asks me to select the language...etc...3. OO Defrag ProWhen 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. WinrarEverithing 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.datCan anyone help me?[AdobeReader7]REM http://www.ryanvm.net/msfn/REM Self-extracting switchless installer REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /fREG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f[CloneDVD]REM http://www.elby.de/products/clone_dvd/index.htmlREM NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvdREG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /fREG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /fFLAG1=HKLM\SOFTWARE\Elaborate BytesFLAG1=HKCU\Software\Elaborate Bytes[OODefragPro]REM http://www.oo-software.com/en/products/oodefrag/pro.htmlREG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /fREG 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 endREG ADD %KEY%\iAdd /VE /D "WinRAR " /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /fFLAG1=HKCU\SOFTWARE\WinRARfrancis997, 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now