totoymola
MemberContent Type
Profiles
Forums
Events
Everything posted by totoymola
-
clonecd automatic hide CDR media / Silent?
totoymola replied to Astalavista's topic in Application Installs
@prathapml This is what he meant. We figured out a way activate it via registry.. But unfortunately, we can't activate it if the CloneCDTray.exe (icon on the system tray) is disabled. -
Automated deployment of Firefox with extensions...
totoymola replied to bmn's topic in Application Installs
@drthawhizkid I was just asking. Although this is a good tool, I'm not telling (or forcing) people to use this. I'm just saying that it is an alternative. Like you, I don't like this method also because for one, it is an sfx that doesn't actually install the app. Secondly, it has no uninstaller. And third, I prefer building an msi. -
@drthawhizkid Well, I posted this as a new thread, because for one reason, this is different. It doesn't use any jscript, and it proves that it is NOT machine specific. If you check the threads that you gave me, you will see the difference. And the other one talks about an obsolete version. By the way, is there something wrong for posting a topic THAT HELPS? I'm sorry, but I don't understand why you keep bragging about posts of other people. If this is a stupid question that has been answered serveral times, I will understand. But if you do your own search, you will hardly find a method that is similar to this.
-
InstallShield: Command Line Parameters?
totoymola replied to noelleon's topic in Application Installs
Ok. This is what you have to do to install your Trendmicro PC Cillin Internet Security 2005. I assume that you have WinRAR installed. But you can still do this without WinRAR. 1. Extract the the files inside the pcc25f1244.exe using WinRAR to a folder named TRENDMICRO for example, and move that folder to your $OEM$\$1\Install folder. (pcc25f1244.exe is the original filename of the web download installer.) 2. After extracting the files, look for the Setup folder, and you will see a file named Trend Micro Internet Security.msi inside. 3. To make the procedure simple, rename the file Trend Micro Internet Security.msi to setup.msi 4. Add this to your batch. start /wait %systemdrive%\Install\TrendMicro\Setup\Setup.msi [b]/qr[/b] /norestart Note: The /qb and /qn switch won't work for this. I don't know why. That procedure will install your Trendmicro PC Cillin Internet Security 2005 silently, but will only work as a 30-day trial. So if you have a serial number, create a reg file that has this lines. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin] "register no."="xxxx-xxxx-xxxx-xxxx-xxxx" To make it simple, save it as TRENDMICRO.reg and place it inside $OEM$\$1\Install\TrendMicro\Setup. Then use this in your batch. start /wait %systemdrive%\Install\TrendMicro\Setup\Setup.msi [b]/qr[/b] /norestart regedit /s %systemdrive%\Install\TrendMicro\Setup\Trendmicro.reg Note you have to import the reg file AFTER the installation. Otherwise, your software will not regsiter. I hope this is explained enough. -
UltraISO Media Edition Version 7.2.5.926 I can't find the thread about this, so I decided to start another one. I remember I saw a silent installation method for this before. Some people says the serial is encrypted and machine dependent, so it will not work on other machine. Someone mentioned the /saveinf switch too. But I don't agree with that (maybe for this version only), because this method worked for me. This is what I did to install and register this silently. start /wait UltraISO.exe /silent regedit /s ultraiso.reg This is the contents of the regfile. REGEDIT4 [HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0] "UserName"="Your Name Here" "Registration"="Your_Encrypted_Serial_Here" [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0] "UserName"="Your Name Here" "Registration"="Your_Encrypted_Serial_Here" It is true that the serial is encrypted, but NOT machine dependent. And the important part of the regfile is the [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0]. Without this, your version will not be registered. You can use /verysilent switch if you want. I just prefer /silent because I want to see the progress bar.
-
alcohol 120 registry settings not working.
totoymola replied to Astalavista's topic in Application Installs
to remove the tray icon of clonecd, use taskkill, and import this reg -
InstallShield: Command Line Parameters?
totoymola replied to noelleon's topic in Application Installs
@noelleon Installing Trendmicro PC Cillin 2005 has been dissused here several weeks ago. Alanoll's method should work. But just in case, here is another alternative. Just use the /qr /norestart switch for the msi. Then import a regfile containing your serail number after the installation. That should work without any problem. Note: If you have the web download installer (which is an exe), you have to extract the installation file to a directory first. In that folder, you will see a "setup" folder conataining the msi. Let me just remind you that you have to rename the msi to setup.msi, or use quotes (" ") when you run it. For more info, visit this link. http://www.msfn.org/board/index.php?act=ST&f=80&t=31078 I hope this helps. Please post back whaterver your result is. -
@ZileXa The possible reason why you get the defualt profile is the patch in the chome.rdf is not modified. I don't know what's inside the vbscript that you are using, or maybe it is not executed correctly (firewall issues).
-
alcohol 120 registry settings not working.
totoymola replied to Astalavista's topic in Application Installs
that is true. most of the settings of alcohol are automatically set when you run it for the first time. so you don't have to add that long list of registry settings. just import the necessary settings (emulation i think because that is not automatically set.). Try adding just this [HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Options\Emulation] "LaunchCDVDManagerWithoutIgnoreMediaTypeFunction"="1" -
Automated deployment of Firefox with extensions...
totoymola replied to bmn's topic in Application Installs
So what does that means? -
Bible Software.. Installshield problems
totoymola replied to Astalavista's topic in Application Installs
Nice advertisement Astalavista. But the author of McSearch preview is named Carlo too.. -
Automated deployment of Firefox with extensions...
totoymola replied to bmn's topic in Application Installs
Yeah. This is way much easier, but it is just an SFX, so you don't have a clean uninstaller. But still, this is a great tool. -
Automated deployment of Firefox with extensions...
totoymola replied to bmn's topic in Application Installs
Old news! http://www.msfn.org/board/index.php?showto...ndpost&p=218754 But you are correct. This is a good tool. -
Bible Software.. Installshield problems
totoymola replied to Astalavista's topic in Application Installs
totoymola is evil. Just kiddin'.. -
Bible Software.. Installshield problems
totoymola replied to Astalavista's topic in Application Installs
Ouch!! I'm burning!! (Because I'm an evil person. Haha!) -
I didn't intend to post twice. But for some strange reason, an error occured when I clicked the submit button.
-
Hello bmn. What do you mean by "overall progress bar"?
-
i need Mozilla Thunderbird install switch
totoymola replied to Asterisco's topic in Application Installs
I think you can, but you have to edit it to be compatible with thunderbird. -
That is my next project.
-
i need Mozilla Thunderbird install switch
totoymola replied to Asterisco's topic in Application Installs
@ZileXa Here is the official zipped version of Thunderbird, just in case you're still looking for it. This is what I used to build the msi. Mozilla Thunderbird (zipped version) -
How do you prevent Internet Explorer from being installed? And also, how do you remove this on an existing Windows installation without using any third party software? Don't tell me to do a search, because I already did! I only got instructions on repairing it, but not removing it.
-
i need Mozilla Thunderbird install switch
totoymola replied to Asterisco's topic in Application Installs
Here is another alternative. Download this Thunderbrid msi here http://ezshare.de/files-en/81171/Mozilla_T...__0.9_.rar.html Nothing special actually, but just a basic silent installer. -
i need Mozilla Thunderbird install switch
totoymola replied to Asterisco's topic in Application Installs
Thats funny... since it worked for me. Didn't work for me either. -
Since version 7, Musicmatch's ripping feature has greatly improved. I haven't tried Winamp for like 3 years now, but I think it has improved too so maybe I will give it a shot. But now, I only use Windows Media Player for everything, since I got a media center pc. But I still Musicmatch for ripping. Question: Why do we need an msi for this if we can install it with /S switch? What is the advantage? Edit: Not only 3 years. Make that 5.
-
I agree with Musicmatch. It's ripping feature is really fast.