Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
AHA! so I can check for updates they just wont install... Thanks for the clarification
-
Critical Hotfixes for Windows Vista
ricktendo replied to Incroyable HULK's topic in Unattended Windows Vista/Server 2008
I second this...not sticky worthy -
make a new internet connection?
ricktendo replied to ghaffar's topic in Windows Post-Install Wizard (WPI)
All you need to do is backup and re-copy "%allusersprofile%\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk" (you can open this in Notepad if you want) You will need to enter your name and password on 1st launch/connect attempt, but at least theres no need to set it up Here is an old addon of mine, you can basically replace it with your rasphone.pbk Ricks_DialUp_AddOn.rar More Info -
Yes but I used Program Files and that did not work See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.UnauthorizedAccessException: Access to the path is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.__Error.WinIOError() at System.IO.File.Move(String sourceFileName, String destFileName) at Vize.MainApp.patcherWorkerDoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Vize Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/XPero/Vize/Vize.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- VistaControls Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- PatcherHelper Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/XPero/Vize/PatcherHelper.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. sidebar.exe.7z
-
Hello XPero, I would like it if Vize could patch files in %ProgramFiles% (I wanna patch sidebar.exe) also would it be possible to add .SCR to the list of extensions? I have been hunting down and putting some extra resources together http://www.sokoolz.com/addons/r64/Vize.7z Do not use it with Vista Source Patcher because it will fail (VSP does not expect so many resources) The Winhlp32.exe resources is for KB917607 v50.0.6000.16387
-
Off Topic: What is the switch for extracting just the INF and other files, I recall there being one?
-
Anxiously awaiting the "Driver Warning" patch
-
thnx, I would have never suspected "Internet Information Services (IIS)" I thought it was because I removed "Windows Portable Devices" and yes I always keep "Modem Support"
-
I have installed Motorola Mobile Phone Tools v5.0 on my vLited Vista but I cannot install my Razor v3 phone or drivers, the install will always craps out saying my phone is not turned on/connected etc... but it IS! Ive also downloaded the latest Vista drivers for it and my phone will still not install. Here is my last session if anybody could tell me what I need to keep? Last_Session.ini P.S. it works fine in XP
-
how to install only a single .inf file
ricktendo replied to kmaheshkumar's topic in Customizing Windows
If you are using winrar SFX just use Setup=InfName.inf keep in mind that the AddReg= should be under a section named [DefaultInstall] like this [DefaultInstall] AddReg=BlaBla -
wpi.hta don´t work with cmdlines.txt;help?
ricktendo replied to brotherik's topic in Windows Post-Install Wizard (WPI)
Thats not how you call wpi.hta using cmdlines.txt, there are 2 $oem$ folders on the wpi website already compiled with the commands necessary to run it on 1st login Look more closely -
Sometimes the finish button is not clickable
-
Need help finalizing daemon4123-lite (Autoit3)
ricktendo replied to akelegajo's topic in Application Installs
radix came up with a way of stopping the browser from running by deleting a registry entry HKCR\HTTP\shell\open\command\ http://www.msfn.org/board/index.php?s=&...st&p=738499 -
Thanks for the Install.cfg tip But I still think I will keep using Transforms.mst files to not install other components, as you said it does not work for Parental Control
-
Anonymous what do you use to make this silent? I mean do you use 7zip sfx or winrar sfx? Its possible to add these commands to your silent installer: 7zip ;!@Install@!UTF-8! RunProgram="AiRoboForm.exe /unatt" RunProgram="hidcon:cmd /c taskkill /F /IM robotaskbaricon.exe /T" GUIMode="2" ;!@InstallEnd@! WinRAR ;The comment below contains SFX script commands Setup=AiRoboForm.exe /unatt Setup=taskkill /F /IM robotaskbaricon.exe /T TempMode Silent=1 Overwrite=1
-
I think in order to use setup.ini you have to call the msi using setup.exe, am I correct?
-
It will not be named MsnMsgs.msi... It will have a name like Install_{508CE775-4BA4-4748-82DF-FE28DA9F03B0}.msi
-
WOW thanks gonna try this...I knew about the Key in the same dir but did not know you could use a setup.ini Before I used a Transforms file BTW what cfg file, where can I make this again?
-
Bet This is the Easiest Way to Create Addon ;):D
ricktendo replied to zLord's topic in Application Add-Ons
Here is a couple Videos that will give you a general idea of the process Watch this first http://www.wincert.net/forum/index.php?showtopic=2619 Then this, it has the Installwatch process http://www.wincert.net/forum/index.php?showtopic=2652 -
http://www.wincert.net/forum/index.php?showtopic=1547
-
Trouble with INF File with sfx/unattended install with options
ricktendo replied to Lqdwax's topic in Application Installs
The path to your INF may be the problem, by default Windows will look in %WinDir%\inf. Try removing the quotes and using this path .\ Setup=dvdshrink32setup.exe /VERYSILENT /LOADINF=.\dvdshrink32setup.inf Silent=1 Overwrite=1 -
You can use AIK and GImageX to add lots of stuff to your install http://www.msfn.org/board/GuideHow-to-modi...im-t111168.html
-
Happy Birthday dude
-
Slipstreaming Vista Fonts to XP System Fonts
ricktendo replied to Yonoz's topic in Unattended Windows 2000/XP/2003
Heres a nLite addon for Vista fonts http://www.ryanvm.net/forum/viewtopic.php?t=4179 If you slipstream the sidebar the fonts are already included http://www.wincert.net/forum/index.php?showtopic=1442 -
Help needede with application install
ricktendo replied to Dreamslayer's topic in Windows Post-Install Wizard (WPI)
You need to use the quotes better, it should look kinda like this in your wpi window xcopy "%wpipath%\Install\spybot\Configuration.ini" "%AllUsersProfile%\Application Data\Spybot - Search & Destroy\Configuration.ini"