myselfidem Posted May 23, 2010 Share Posted May 23, 2010 (edited) I'm thinking Autoit.You can see the description about FLAG4 at the first page of this topic:Extract:FLAG1: REG copycopies registry entries from your current registry. The program needs to be Installed when this is done. BUT If you copy once then it saves it to the [APPS] folder and any future Installs will use that. If you have it installed then it overwrites the current file = SWEET HUH? FLAG2: FILE copyCopy any File from anywhere to be placed in same directory on Target computer. FLAG3: FOLDER copyCopy entire Folder's to be placed on Target computer's. Handy for Fox/Tbird/Trillian if you don't want to lose anythingFLAG4: Specialis special and copies settings from the Registry from the HKEY_USERS\S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 reg keys and on setup if reg part S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 has changed it will automatically enter your new SID Edited May 23, 2010 by myselfidem Link to comment Share on other sites More sharing options...
jbm Posted May 23, 2010 Share Posted May 23, 2010 I'm thinking Autoit.You can see the description about FLAG4 at the first page of this topic:Extract:FLAG1: REG copycopies registry entries from your current registry. The program needs to be Installed when this is done. BUT If you copy once then it saves it to the [APPS] folder and any future Installs will use that. If you have it installed then it overwrites the current file = SWEET HUH? FLAG2: FILE copyCopy any File from anywhere to be placed in same directory on Target computer. FLAG3: FOLDER copyCopy entire Folder's to be placed on Target computer's. Handy for Fox/Tbird/Trillian if you don't want to lose anythingFLAG4: Specialis special and copies settings from the Registry from the HKEY_USERS\S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 reg keys and on setup if reg part S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 has changed it will automatically enter your new SIDwhen I use FLAG4 I get a popup says FLAG4nr1.txt is missing and FLAG4 cannot be processed for powerdvd9 Link to comment Share on other sites More sharing options...
myselfidem Posted May 23, 2010 Share Posted May 23, 2010 (edited) I'm thinking Autoit.You can see the description about FLAG4 at the first page of this topic:Extract:FLAG1: REG copycopies registry entries from your current registry. The program needs to be Installed when this is done. BUT If you copy once then it saves it to the [APPS] folder and any future Installs will use that. If you have it installed then it overwrites the current file = SWEET HUH? FLAG2: FILE copyCopy any File from anywhere to be placed in same directory on Target computer. FLAG3: FOLDER copyCopy entire Folder's to be placed on Target computer's. Handy for Fox/Tbird/Trillian if you don't want to lose anythingFLAG4: Specialis special and copies settings from the Registry from the HKEY_USERS\S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 reg keys and on setup if reg part S-1-5-21-xxxxxxxx-xxxxxxx-xxxxxx-1000 has changed it will automatically enter your new SIDwhen I use FLAG4 I get a popup says FLAG4nr1.txt is missing and FLAG4 cannot be processed for powerdvd9I've tried FLAG4 with TuneUp and I've the same problem like you: FLAG4nr1.txt is missing...If you have made the stage: 'Pack Image' you can the file inside:"%systemdrive%\Se7en_UA\uaDVD\sources\$OEM$\$1\Install\Vista_7.dat" that the script is writing and the location for you should be: [powerdvd9]OldSid=S-1-51-21-XXXXXXXXXXXXX-1000FLAG4="REGEDIT /S %systemdrive%\APPS\powerdvd9\FLAG4nr1.txt"But in fact the file FLAG4nr1.txt is not created, isn't inside the folder "APPS\TuneUp"! Don't work. Edited May 23, 2010 by myselfidem Link to comment Share on other sites More sharing options...
maxXPsoft Posted May 23, 2010 Author Share Posted May 23, 2010 FLAGS - you can use as many as you want of all types. We have found that sometimes you need them in certain order like on one app I installed the serial before install the program. AxialisFLAG4 - some applications started doing this some time ago where they installed the serial in odd locations in HKEY_USERS that contain the SID.It worked last time I tried but just now it did not so I'll look into that.Autoit is always an option there or perhaps a batch file with reg add if serial is only thing missing.Programs have to be installed to grab the settings from themAlso programs change and certain things I have included in the sample Appswitch may have changed. Last version Powerdvd I done was 6.Use regsnap or I prefer Installwatchpro to track changes Link to comment Share on other sites More sharing options...
urie Posted May 23, 2010 Share Posted May 23, 2010 I'm working on an install of Powerdvd 9.The main program and two updatres were extracted with uniextractand I placed the folders in my APPS folder in powerdvd9 folder.Here's what I have so in my Appswitch.datWithout the FLAGs I can't install the updates until I start powerdvdand enter the serial number.[powerdvd9]REM http://www.gocyberlink.com/english/index.jspREG ADD %KEY%\iAdd /VE /D "PowerDVD 9" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\POWERdvd9Ultra/setup.exe /S /v/qn" /fFLAG1=HKLM\SOFTWARE\Wow6432Node\CyberLinkFLAG1=HKLM\Software\CyberlinkFLAG1=HKCU\Software\CyberlinkREM the line below copies registration dataFLAG3=%SystemDrive%\Users\jim\Documents\CyberLinkREM FLAG3=%SystemDrive%\Users\Public\CyberLinkREM FLAG3=%SystemDrive%\Program Files (x86)\Common Files\CyberLinkREM FLAG3=%SystemDrive%\ProgramData\CyberLinkREM FLAG3=%SystemDrive%\Users\All Users\CyberLinkREM FLAG3=%SystemDrive%\Users\jim\AppData\Local\CyberLinkREM FLAG3=%SystemDrive%\ProgramData\CyberLinkREM FLAG4=Software\CyberlinkREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\Cyberlink01/setup.exe /S /v/qn" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\Cyberlink02/setup.exe /S /v/qn" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\activatepowerdvd.exe" /fEverything gets installed unattended and I'm not prompted to register.The problem is I still have to enter the serial number and activate when I first start powerdvd.I think the problem is with the FLAG3 entry I'm using, it's only possible to have one right?During runonceextester it says it can't process the FLAG4 entery because FLAG4nr1.txt is missingwhat is FLAG4nr1.txt and where does it go?I got it to work by using this autoit script.It has to be edited with your serial number.Also I'm running on Win7 ultimate X64activatepowerdvd.au3Opt("WinWaitDelay",100)Opt("WinTitleMatchMode",4)Opt("WinDetectHiddenText",1)Opt("MouseCoordMode",0)ClipPut("KEY goes here with no dashes")Sleep(1000)Run('C:\Program Files (x86)\CyberLink\PowerDVD9\Activate.exe')WinWait("Activation","Your trial version e")If Not WinActive("Activation","Your trial version e") Then WinActivate("Activation","Your trial version e")WinWaitActive("Activation","Your trial version e")Sleep(1000)Send("{CTRLDOWN}v{CTRLUP}")Sleep(1000)MouseMove(613,471)MouseDown("left")MouseUp("left")WinWait("Activation","Activating now")If Not WinActive("Activation","Activating now") Then WinActivate("Activation","Activating now")WinWaitActive("Activation","Activating now")Sleep(1000)MouseMove(143,149)MouseDown("left")MouseUp("left")Sleep(1000)WinKill("Activation")ExitWrong method with PowerDVD you actually make the silent installer i,e, an SFXCheck out the powerdvd silent installalso Here Link to comment Share on other sites More sharing options...
jbm Posted May 23, 2010 Share Posted May 23, 2010 I'm working on an install of Powerdvd 9.The main program and two updatres were extracted with uniextractand I placed the folders in my APPS folder in powerdvd9 folder.Here's what I have so in my Appswitch.datWithout the FLAGs I can't install the updates until I start powerdvdand enter the serial number.[powerdvd9]REM http://www.gocyberlink.com/english/index.jspREG ADD %KEY%\iAdd /VE /D "PowerDVD 9" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\POWERdvd9Ultra/setup.exe /S /v/qn" /fFLAG1=HKLM\SOFTWARE\Wow6432Node\CyberLinkFLAG1=HKLM\Software\CyberlinkFLAG1=HKCU\Software\CyberlinkREM the line below copies registration dataFLAG3=%SystemDrive%\Users\jim\Documents\CyberLinkREM FLAG3=%SystemDrive%\Users\Public\CyberLinkREM FLAG3=%SystemDrive%\Program Files (x86)\Common Files\CyberLinkREM FLAG3=%SystemDrive%\ProgramData\CyberLinkREM FLAG3=%SystemDrive%\Users\All Users\CyberLinkREM FLAG3=%SystemDrive%\Users\jim\AppData\Local\CyberLinkREM FLAG3=%SystemDrive%\ProgramData\CyberLinkREM FLAG4=Software\CyberlinkREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\Cyberlink01/setup.exe /S /v/qn" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\Cyberlink02/setup.exe /S /v/qn" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\powerdvd9\activatepowerdvd.exe" /fEverything gets installed unattended and I'm not prompted to register.The problem is I still have to enter the serial number and activate when I first start powerdvd.I think the problem is with the FLAG3 entry I'm using, it's only possible to have one right?During runonceextester it says it can't process the FLAG4 entery because FLAG4nr1.txt is missingwhat is FLAG4nr1.txt and where does it go?I got it to work by using this autoit script.It has to be edited with your serial number.Also I'm running on Win7 ultimate X64activatepowerdvd.au3Opt("WinWaitDelay",100)Opt("WinTitleMatchMode",4)Opt("WinDetectHiddenText",1)Opt("MouseCoordMode",0)ClipPut("KEY goes here with no dashes")Sleep(1000)Run('C:\Program Files (x86)\CyberLink\PowerDVD9\Activate.exe')WinWait("Activation","Your trial version e")If Not WinActive("Activation","Your trial version e") Then WinActivate("Activation","Your trial version e")WinWaitActive("Activation","Your trial version e")Sleep(1000)Send("{CTRLDOWN}v{CTRLUP}")Sleep(1000)MouseMove(613,471)MouseDown("left")MouseUp("left")WinWait("Activation","Activating now")If Not WinActive("Activation","Activating now") Then WinActivate("Activation","Activating now")WinWaitActive("Activation","Activating now")Sleep(1000)MouseMove(143,149)MouseDown("left")MouseUp("left")Sleep(1000)WinKill("Activation")ExitWrong method with PowerDVD you actually make the silent installer i,e, an SFXCheck out the powerdvd silent installalso HereI've already made silent installs using winrarThose methods edit the ini files so no switched required on setup.exe so I use setup.exe /S /v/qnnot that big a deal. I did try them and I stall had to enter my cd key when I first started powerdvd the firsttime I ran it to activate it.The reg key that se7en copys already has the cdkey in it.So no need for me to edit it.either way the request to register is removed but not to Activate.Unless I'm missing something from the links you gave.The Autoit file is still needed to avtivate powerdvd 9so I don't have to hunt for my cd key when I run it for the first timeafter its been installed. Link to comment Share on other sites More sharing options...
urie Posted May 24, 2010 Share Posted May 24, 2010 (edited) @ jbm did you read this part Your method does not work, because activation status is stored not only in registry but in files "PowerDVD8.sim" and "CLAud.sim".You should replace original files with the activated ones.Otherwise, you will be asked to activate the program at the first start.obviously yours will be PowerDVD9.sim Edited May 24, 2010 by urie Link to comment Share on other sites More sharing options...
jbm Posted May 24, 2010 Share Posted May 24, 2010 (edited) @ jbm did you read this part Your method does not work, because activation status is stored not only in registry but in files "PowerDVD8.sim" and "CLAud.sim".You should replace original files with the activated ones.Otherwise, you will be asked to activate the program at the first start.obviously yours will be PowerDVD9.simAh no missed that part, have to go back and redo it.Thanks maybe now I can get rid of the autoit scriptThat worked! Thanks again Urie Edited May 24, 2010 by jbm Link to comment Share on other sites More sharing options...
maxXPsoft Posted May 24, 2010 Author Share Posted May 24, 2010 obviously yours will be PowerDVD9.simfind that with IWP urie? I would have tried but didn't have a serial, tis ok I use Ultraiso Link to comment Share on other sites More sharing options...
urie Posted May 24, 2010 Share Posted May 24, 2010 obviously yours will be PowerDVD9.simfind that with IWP urie? I would have tried but didn't have a serial, tis ok I use Ultraiso No mate still got powerdvd6 silent sfx i made years ago Iv,e got version 9 here also but i downloaded that installed it once but never again since i went to VLC Sorry didn't notice you were online earlier on. Link to comment Share on other sites More sharing options...
myselfidem Posted May 25, 2010 Share Posted May 25, 2010 (edited) Hello Max Inside the window "Features and Packages" with Se7en_UA6.2.6 I don't see any lines!I see only the lines for Tweaks.Regards Edited May 25, 2010 by myselfidem Link to comment Share on other sites More sharing options...
jbm Posted May 25, 2010 Share Posted May 25, 2010 @maxXPsoftInternet Backgammon is not being disabled.I've tried unchecking just internet games, then nun of the internetgames get disabled. When I uncheck the three internet games Bacgammondoest get disabled. This is whats in the zFEATURES.TXT file afterrunning se7en_ua. If you need to see the entire file let me know.Feature Name : Internet GamesState : Enable PendingFeature Name : Internet CheckersState : Disable PendingFeature Name : Internet BackgammonState : Enable PendingFeature Name : Internet SpadesState : Disable Pending Link to comment Share on other sites More sharing options...
maxXPsoft Posted May 25, 2010 Author Share Posted May 25, 2010 (edited) Inside the window "Features and Packages" with Se7en_UA6.2.6 I don't see any lines!is zFEATURES.TXT present? zip and attach that and zPackagelist its really smallInternet Backgammon is not being disabled.I've run across that and have been searching for better answer. Been wanting to redo all the features things, seem's some get done and some don't. You are doing 64 bit? Edited May 25, 2010 by maxXPsoft Link to comment Share on other sites More sharing options...
jbm Posted May 25, 2010 Share Posted May 25, 2010 You are doing 64 bit?Right. Link to comment Share on other sites More sharing options...
myselfidem Posted May 26, 2010 Share Posted May 26, 2010 (edited) Inside the window "Features and Packages" with Se7en_UA6.2.6 I don't see any lines!is zFEATURES.TXT present? zip and attach that and zPackagelist its really smallHello MaxYes the two files are created: zFEATURES.TXT and zPackagelist.txt!Regards Edited May 26, 2010 by myselfidem Link to comment Share on other sites More sharing options...
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