Jump to content

Se7en_UA - RunOnceEx Tester still working with Win 11 2022


Recommended Posts

Hello Max :rolleyes:

It seems like an error if I choose AuditUser mode inside "Cleanup.cmd"; maybe it is correct:

REM %windir%\system32\sysprep\sysprep.exe.exe /generalize /oobe /reboot /quiet /unattend:%DVDroot%\OOBEAudit.xml

Regards

good catch :hello:

a typo. I usually don't use generalize when I test audit mode. fixed for next release

Link to comment
Share on other sites


Thanks maxXPsoft! ;)

So you can see I have them items fixed

'Se7en_UA.exe 6.3.0: June 14, 2010, 1:42:29 AM
' Corrected stop of mp3 playing
' Fix sysprep.exe.exe /generalize typo error found by myselfdiem
' More translation additions in xml part

Link to comment
Share on other sites

  • 2 weeks later...

I don't know if I am just not smart enough to figure this out but I can not get apps to show up when I am trying to add them.

I am trying to install 7-zip, Adobe Reader, Flash, Shockwave, K-Lite basic, Firefox, and Java. Feeling kinda lost

Link to comment
Share on other sites

I don't know if I am just not smart enough to figure this out but I can not get apps to show up when I am trying to add them.

I am trying to install 7-zip, Adobe Reader, Flash, Shockwave, K-Lite basic, Firefox, and Java. Feeling kinda lost

Look at This post.

Link to comment
Share on other sites

Z33KtheG33K let us know if you need help. Once you do one app it get's easier

'Se7en_UA.exe 6.3.1: June 24, 2010, 7:08:43 PM
' Added more tweaks to Background Right click with Icons
' Add a .themepack to run at Addons
' Worked on correcting Tweaks

as usual just d/l and install over top of existing. Go back to Addons to add the .themepack

New background images 7background_X64_English_dlls uploaded based on this nice looking image

post-9484-127747091497_thumb.png

Edited by maxXPsoft
Link to comment
Share on other sites

Maybe you can try to install "Adobe Flash Player Module" at the top of the Web page (right click, agree and run to install). After try a new time to download the software!

Edited by myselfidem
Link to comment
Share on other sites

'Se7en_UA.exe 6.3.3: July 03, 2010, 1:46:13 PM
' Fix right click translations and correction to icons
' Device manager fix found by myselfidem
' upload to Rapidshare link in first post and Mediafire

Link to comment
Share on other sites

  • 3 weeks later...

ExamDiff Pro Appswitch.dat entries update

[ExamDiff_Pro]
REM http://www.prestosoft.com/ps.asp?page=edp_examdiffpro
REG ADD %KEY%\iAdd /VE /D "ExamDiff Pro" /f
REG ADD %KEY%\iAdd /V Inum /D "StartX /Wait \"%SystemDrive%\APPS\ExamDiff_Pro\EXAMautoit.exe\"" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Desktop\ExamDiff Pro.lnk\"" /f
FLAG1=HKCU\Software\PrestoSoft\ExamDiff Pro\Settings
FLAG1=HKCU\Software\PrestoSoft\ExamDiff Pro\Shell
FLAG2=%ProgramFiles%\ExamDiff Pro\password.bin

EXAMautoit.au3

; AutoIt Version: 3.1.1
; ----------------------------------------------------------------------------
; COMMAND SPEC RunWait ( @Comspec & ' /C pskill.exe explorer.exe', '', @SW_HIDE )
; COMMAND SPEC RunWait ( @Comspec & ' /C Sleep 1', '', @SW_HIDE )
; COMMAND SPEC RunWait ("QuickTimeInstaller72.exe /qn", @TempDir, @SW_SHOW)
;-----------------------------------------------------------------------------
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
$ID = ""; Custom installation path example: $ID = "D:\Program Files\"
$search = FileFindFirstFile ( @ScriptDir & "\edpro*.exe" ); Search distribution
$SF = FileFindNextFile ( $search )
If $search <> -1 Then ; Run installer
If Not $ID = "" Then $D = 'INSTALLDIR="' & $ID & '" '
RunWait ( '"' & @ScriptDir & "\" & $SF & '" /SILENT /SP- /NORESTART')
Else
MsgBox ( 0x40010, @ScriptName, "Examdiff Setup not found", 3 )
Exit 1
EndIf
EXIT

Note this is for 32bit version installer the autoit will work with 64 version but i am not sure about the flags for registry entries for 64 bit.

Van could you confirm entries for x64 version.

Edited by urie
Link to comment
Share on other sites

ExamDiff Pro Appswitch.dat entries update

Note this is for 32bit version installer the autoit will work with 64 version but i am not sure about the flags for registry entries for 64 bit.

They are now Inno Setup including the 64 bit version which is really faster

REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\ExamDiff_Pro_64\edpro50_64bit.exe /SILENT /SP-" /f

Link to comment
Share on other sites

ExamDiff Pro Appswitch.dat entries update

Note this is for 32bit version installer the autoit will work with 64 version but i am not sure about the flags for registry entries for 64 bit.

They are now Inno Setup including the 64 bit version which is really faster

REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\ExamDiff_Pro_64\edpro50_64bit.exe /SILENT /SP-" /f

Yes Van i know they are innosetup, but the autoit script was altered so both 32 and 64 bit versions could be installed even with version number changes so no more need to alter appswitch.dat file.

Can you confirm the Flags registry entries for 64 bit version are they the same as 32 bit ?

Link to comment
Share on other sites

Can you confirm the Flags registry entries for 64 bit version are they the same as 32 bit ?

yes same

64 bit I had to do this anyways

[ExamDiff_Pro_x64]
REM http://www.prestosoft.com/ps.asp?page=edp_examdiffpro
REG ADD %KEY%\iAdd /VE /D "ExamDiff Pro 5.xx 64bit" /f

the x64 makes it grab things from Program Files and not Program Files (x86) when it copies

Trying to work out a problem after installed SP1 where I get a dialog box saying not found when moving folders so I have to image back to Sp1 and try something with ProcessMonitor.

The windows system image works quite well although a bit slower and creates larger WindowsImageBackup folder

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...