Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Se7en_UA - RunOnceEx Tester still working with Win 11 2022

Featured Replies

  • Author

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

  • Author

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

  • 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

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.

  • Author

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

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

  • Author

I no longer can't get MediaFire downloads to work, so could you upload this to RapidShare?

done in first post
  • Author
'Se7en_UA.exe 6.3.2: June 28, 2010, 5:31:31 AM
' Corrected reading of Dvd size
' Added more places with translation

  • Author
'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

  • 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

  • Author

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

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 ?

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.