init the passwords with RandomStr
This commit is contained in:
@@ -68,9 +68,11 @@ comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall_msi_old_32]
|
||||
%ProgramFiles32Dir%\DemoForge\Mirage Driver\uninst\unins000.exe" /silent
|
||||
msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_uninstall_msi_32]
|
||||
%ProgramFiles32Dir%\DemoForge\Mirage Driver\uninst\unins000.exe" /silent
|
||||
msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall_32]
|
||||
@@ -79,9 +81,11 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
||||
delete -sf "$InstallDir32$\"
|
||||
|
||||
[Winbatch_uninstall_msi_old_64]
|
||||
%ProgramFiles64Dir%\DemoForge\Mirage Driver\uninst\unins000.exe" /silent
|
||||
msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_uninstall_msi_64]
|
||||
%ProgramFiles64Dir%\DemoForge\Mirage Driver\uninst\unins000.exe" /silent
|
||||
msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall_64]
|
||||
|
||||
Reference in New Issue
Block a user