Jump to content

benners

Member
  • Posts

    693
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by benners

  1. I can do italian translation, give me english file and i'll translate.

    benners now i've see that there'is no unistaller for windows live, is it normal?

    It will be a while before I create a translation file, I want to get the GUI layout done first. WRT Windows Live, do you mean the messenger or other parts. I have tried again on a VM with an English version and I see and ARP entry for Windows Live Messenger, the size is 40.41MB, there are also 2 other entries for sign in assistant and upload tool, but they are made by their installers.

  2. Good work

    I've tested it for italian version.

    Works like a charm! :thumbup

    Thanks jinkazama, As I say it is only just starting off. I am looking at adding a few more things.

    1. Patched files tab for files edited using the mess.be patch

    2. A Tweaks tab that has various registry tweaks that can be applied to the msi or made into a reg file. These will be normal things like removing the minimize balloon tip that occurs when MSN is 1st run.

    3. A tweaks tab for passport specific tweaks like disabling MSN today or showing time stamps in the conversation window.

    4. A selection of icons found on the net that can be used for the sfx.

    5. Extra gfx for the gui

    6. Maybe translate it to different languages, This makes designing the GUI a bit of a ballache :rolleyes:

    Cheers.

  3. WLM Creator (Windows Live Messenger 9 Creator) enables you to create a single switchless SFX that installs Windows Live Messenger 9 onto you PC. It can be used for everyday installs or as part of an unattended setup. The method used is based on the work of Shark007 and elajua and the original thread can be found here., so a big thanks to him and Shark for explaining how best to accomplish this..

    To create the SFX successfully you need to have already downloaded and installed Windows Live Messenger 9 previously on your PC, this will ensure that the setup files will be located where expected. Using the program you can specify options for the SFX such as: title; icon; display level and compressions level. You can also include files that have been patched with A-Patch or MessPatch (Not available at time of writing) to add features or remove annoyances and choose from a selection of tweaks that will be applied to Windows Live Messenger 9 after installation.

    The help file is extracted when the program is run and pressing F1 while the program is running will open it.

    screenie.png

    Change Log (Build 15)

    Updated - A-Patch to latest version.

    Download (2.80MB)

    Clicky

  4. by the way elajua: did you manage to get uninstaller for WLM to show up in software?

    I just tried in three unattended installations and effectively, the uninstall entry is missing. I don't know why is this happening, though.

    I don't find this much important, but it is nice to solve all wrinkles.

    The way I did it was to delete the ARPSYSTEMCOMPONENT property in the Property table

  5. Hey Guys,

    I'm in the process of making a custom Office 2003 CD with SP3 slipstreamed as well as all the latest Office (and associated hotfixes for Word, Excel, PowerPoint etc.)

    I have my original release Office 2003 disc and I have downloaded SP3.

    The part I am confused about is which hotfixes are for post-SP3 installations. On the MS website some hotfixes say for certain hotfixes you need either SP2 or SP3, despite them being released after SP3's published date. This is the confusing part (and I don't want to slipstream incorrect or superceded hotfixes into my disc).

    Does anyone have a list of ALL the post-SP3 hotfixes for Office 2003?

    Thanks kindly in advance :)

    KellyK

    If you want to know the exact language specific updates needed you can install office and sp3 then goto the Office update site, select Office Update in the left had column under updates and once your system is checked there will be a list of the required ones.

    You can also use this program to integrate the SP and the updates for you. There is also a help file with the latest update links for your version with the program. When you click the link just select your language from the web page.

  6. Are people still interested in doing this. I ask because I am working on the Office Integrator and the next release will have the ability to do this.

    The process is this:

    select the fileformatconvertors.exe

    select the SP1

    select the hotfixes

    press create

    The end result is an single MSI that has the lot integrated, there is also a reg file created that adds the entries to keep MU happy, I am trying to find a way to integrate this as well.

  7. I have been trying to contact siginet about registering at the siginet forums. It keeps failing at the no spam image validation thingy. I have tried for 6 days several times a day and even though I know the image is correct. I was unable to post to the siginet administration as I could not find a link for a guest user to send info to the admin. As I know that Siginet is a member here I am hoping that someone can contact this person so that this situation can be resolved. I am not trying to spam anyone by mentioning this forum, I am only trying to remedy a situation. There is the possibility that any posts from there may be duplicated here, but my few random searches brought back hundreds of hits, and many unrelated to the search topic.

    Sooooo, If someone can make a contact for me... I would greatly appreciate it.

    Mark

    I know he is very busy at the moment, the forum problems are known to him but he hasn't the time to fix them. I'll IM\PM him and direct him to your post.

    PM sent on siginet forums.

  8. I looked through the forum topics, and wasnt able to find a solution to this problem, so here goes.

    I've successfully slip streamed sp3 + later updates into an Office 2003 admin install.

    I tested it, everything installed just fine. and ran just fine.

    Burned the admin install folder to a cd, uninstalled office, then tried to install from the cd

    The progress bar showed about 50% when I was prompted to insert the Office 11 cd. I was not prompted for anything like that during the install from the hard drive.

    Of course, I hit cancel, and the installer did a rollback.

    What am I missing?

    Any pointers will definitely be appreciated

    Its probably the InfoPath problem, you can find some info here you can also find the Integrator that takes care of integration and the InfoPath problem here

  9. OK here is my RunOnceEx.cmd

    everything seems to be working ok up till I get to office. For some reason it is reversing the order of commands run here.

    IE It is running cleanup before office install.

    So I know why office isn't installing. But I don't know why cleanup is running first.

    Advice?

    cmdow @ /HID
    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "All Your Base Are belong to us" /f

    REG ADD %KEY%\005 /VE /D "Installing Driver Packs" /f
    REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f

    REG ADD %KEY%\007 /VE /D "Removing Accessibility Tools" /f
    REG ADD %KEY%\007 /V 1 /D "%SystemDrive%\install\RmAT.cmd" /f

    REG ADD %KEY%\009 /VE /D "Removing Messenger" /f
    REG ADD %KEY%\009 /V 1 /D "%SystemDrive%\install\RmMesgr.cmd" /f

    REG ADD %KEY%\010 /VE /D "Installing Firefox 2" /f
    REG ADD %KEY%\010 /V 1 /D "%SystemDrive%\install\firefox2.exe -ms" /f

    REG ADD %KEY%\015 /VE /D "Installing Thunderbird 2" /f
    REG ADD %KEY%\015 /V 1 /D "%SystemDrive%\install\tbird2.exe -ms" /f

    REG ADD %KEY%\020 /VE /D "Installing flash" /f
    REG ADD %KEY%\020 /V 1 /D "%SystemDrive%\install\flash.exe /S" /f

    REG ADD %KEY%\025 /VE /D "Installing Shockwave" /f
    REG ADD %KEY%\025 /V 1 /D "%SystemDrive%\install\shockwave.exe /S" /f

    REG ADD %KEY%\030 /VE /D "Installing Adobe Acrobat Reader 8" /f
    REG ADD %KEY%\030 /V 1 /D "%SystemDrive%\install\acrobat.exe /sAll" /f

    REG ADD %KEY%\035 /VE /D "Installing Java " /f
    REG ADD %KEY%\035 /V 1 /D "%SystemDrive%\install\java.exe /quiet" /f

    REG ADD %KEY%\040 /VE /D "Installing Audio/Video Codecs" /f
    REG ADD %KEY%\040 /V 1 /D "%SystemDrive%\install\codecs.exe" /f

    REG ADD %KEY%\045 /VE /D "Installing Perl" /f
    REG ADD %KEY%\045 /V 1 /D "%SystemDrive%\install\perl.msi /quiet" /f

    REG ADD %KEY%\046 /VE /D "Adding Perl to System Path" /f
    REG ADD %KEY%\046 /V 1 /D "setx path \"%PATH%;%Systemdrive%\perl\bin \" -m " /f

    REG ADD %KEY%\050 /VE /D "Installing Apache 2.2 Web Server" /f
    REG ADD %KEY%\050 /V 1 /D "%SystemDrive%\install\apache.msi /quiet" /f

    REG ADD %KEY%\060 /VE /D "Installing Avast Anti-Virus" /f
    REG ADD %KEY%\060 /V 1 /D "%SystemDrive%\install\avastav.exe /silent" /f

    REG ADD %KEY%\065 /VE /D "Installing Zone Alarm Firewall" /f
    REG ADD %KEY%\065 /V 1 /D "%SystemDrive%\install\zonealarm.exe /s /noreboot /i" /f

    REG ADD %KEY%\66 /VE /D "Installing Office 2003" /f
    REG ADD %KEY%\66 /V 1 /D "%Systemdrive%\install\office03\setup.exe Transforms=unattended.MST /qb-" /f

    REG ADD %KEY%\070 /VE /D "Running Cleanup" /f
    REG ADD %KEY%\070 /V 1 /D "%SystemDrive%\install\cleanup.cmd" /f

    EXIT

    It's probably because of this line

    REG ADD %KEY%\66

    try changing it to

    REG ADD %KEY%\066

  10. @radix,benners

    Before I open a new thread I would like to ask you something.

    I really like the idea to modify Inno-setups to fit my needs, e.g. turning off assistants and deleting shortcuts etc.

    But now I found a really difficult setup, that seems to be impossible for me to be modified: Agnitum Outpost Security Suite PRO 2008!

    I've extracted the setup with innounp 0.23+ (see above) and got the setup-script and a lot of files in different folders.

    To make a long story short: even without changing anything in the ISS-file I get several errors when (re-)compiling the script about not existing files :blink:

    [Files]
    Source: {code_GetDest}\lic-oss,2.en; DestDir: {code:GetDest}; DestName: lic-oss.en; Flags: dontcopy
    Source: {code_GetDest}\lic-oss,3.en; DestDir: {code:GetDest}; DestName: lic-oss.en; Flags: dontcopy
    Source: {code_GetDest}\lic-oss,4.en; DestDir: {code:GetDest}; DestName: lic-oss.en; Flags: dontcopy
    Source: {code_GetDest}\zlib,2.dll; DestDir: {code:GetDest}; DestName: zlib.dll; AfterInstall: UpdateComponentControl; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\w2k\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\w2k; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\w2k\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\w2k; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\w2k\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\w2k; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wlh\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wlh; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wlh\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wlh; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wlh\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wlh; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wxp\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wxp; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wxp\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wxp; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\chk\wxp\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\chk\wxp; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\w2k\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\w2k; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\w2k\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\w2k; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\w2k\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\w2k; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wlh\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wlh; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wlh\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wlh; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wlh\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wlh; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wxp\afw,2.sys; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wxp; DestName: afw.sys; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wxp\afwcon,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wxp; DestName: afwcon.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetUserTempDir}\sdi\i386\Targets\free\wxp\afwmod,2.exe; DestDir: {code:GetUserTempDir}\sdi\i386\Targets\free\wxp; DestName: afwmod.exe; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetDest}\SandBox.cat; DestDir: {code:GetDest}; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetDest}\SandBox.inf; DestDir: {code:GetDest}; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetDest}\ASWFilt.cat; DestDir: {code:GetDest}; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetDest}\ASWFilt.inf; DestDir: {code:GetDest}; Flags: overwritereadonly ignoreversion uninsremovereadonly
    Source: {code_GetDest}\VBFilt.cat; DestDir: {code:GetDest}; Flags: overwritereadonly ignoreversion uninsremovereadonly

    ...just to name some of them!

    The strange thing is: nearly all of the claimed files exist - either in another folder or with a slightly modified name (e.g. afwmod,1.exe instead of afwmod,2.exe) :huh: BTW, I didn't know that commas are allowed in file-names?

    Also there seems to be two parameters in the [setup]-sections that Inno doesn't know:

    [Setup]
    ArchitecturesAllowed: x86=
    ArchitecturesInstallIn64BitMode: x64=

    If you've got some suggestions maybe a mod could move this posting to a new thread so that we can keep on discussing there!

    Best regards and thanks a lot

    cool400 :ph34r:

    Some of the the installers are tricky. Innounp is not perfect and does not give a perfect representation of what the author used to create the installer.

    You can use Pascal code to offer options and do things like create variables and if an installer uses it there will be a file I think it is called compiled.bin. This will query user settings such as the users temp dir or the dir the user wants to install the program to such as {code_GetUserTempDir} etc but I don't know if you can decompile the code.

    The files with the numbers are a way to install the package for multi language installs or 32 and 64 bit versions of files, they probably track in the script to the language section or may have something like Lang:EN or Lang DE you can delete any languages you aren't gonna use and the files as well.

    Some scripts take a while to edit to remove the errors, I normally use discretion and delete the items causing the errors, an example would be a min OS version or remove the variables like {code_GetUserTempDir} as I know where they are bieng installed and in what language.

    The Architecture things are for the installers to tell it what 64bit Architecture the setup is allowed to run\install on and if blank it will run on any processor that can understand its 32bit code.

    Another thing some installers do is run the program exe after installation has finished to continue with the setup options. Kaspersky used to do it with the msi installer and not sure if Outpost runs the main exe once with a few switches to create profiles or extries, it's been a while since I messed with it.

  11. It is an easy way, however when I create installers I like to make them as clean as possible, using this method if you don't delete the useless reg entries and temp files that are created during the install and by other processes running on the machine they are installed on the target machine, not a biggie just a bit messy.

    Some programs also install files to the users app data which is fine if it is intended for personal use but if you share with others or install on other machines some of the files may not be found. Another thing is if you want to register the program for a completely automated install I have seen some programs, one I can think of is FlashFXP, that generate random codes from various info from the system\user or machine and the registration code.

    Apart from the above I think InstallRight is a useful app and I personally use it when I want to try and create an Inno Installer from other installer types or to test the differences between my versions and newer ones as they are released.

  12. I normally use

    Compression=lzma
    InternalCompressLevel=ultra
    SolidCompression=true

    Or

    Compression=lzma/ultra64
    SolidCompression=yes

    in [setup] section of .iss file and use Inno to compile.

    I tried the Ultra64 but got an "Out of memory" msg when compiling with ISTool, never bothered looking into the prob just reset to previous values. I have 2GB of mem so it should be enough

  13. I like #2. What can I use to edit the original Inno Setup?

    Inno Unpacker to extract the setup and ISTool to rebuild it. ISTool also needs Inno Setup to compile the script. It isn't often that a new Grabit is released so if you are unsure how to use the tools is would be easier to create a sfx with WinRAR and add a command to run after extraction to import the reg file.

    Some people can't be assed spending the time to learn stuff but there are a lot of setups that use Inno and you can always create your own to repack different installers. The installers do not always repack straight away as sometimes the script may need altering.

    I have attached the one I use for Grabit, it adds the files from the Grabit dir and registry info so you don't need to do a full update on every install, it should be just how you left it.

    Grabit.iss

  14. Does anybody else have an alternate solution to install GrabIt Silently? Internet Explorer is not neccessarily the default Web Browser on all systems, therefore, you cannot always kill 'iexplore'. What if the user is legitimately browsing while the install takes place (I am using WPI)...

    Any other suggestions welcome!

    Here are a couple of suggestions :-

    1. Create a sfx of the Grabit dir, you can delete the articles and temp folders, export the Grabit info from the registry and import the reg file using the sfx.

    2. Edit the Grabit original Inno setup and delete both entries under the InstallRun section

    3. Create your own Inno setup that does what #1 does.

  15. I am trying to add some registry keys to an msi and have problems with the keys being deleted. I am adding the keys to the Registry table and using a component that installs keys in the same hive. I have also tried creating a new feature and components as described here but again the keys are deleted.

    Does anybody know why this is happening or what I can do to make sure the keys stick. I have successfully added the keys to another table in the msi called Registry2 and they work so I think it may be a sequence thing but I would like to know why my keys are being removed in the first place.

    Cheers.

  16. Thank you so much for the help.

    @ricktendo64

    The .inf addon would work but I don'treally care for that system so i don't use it.

    @benners

    I as able to use a program called innounp and follow instructions here:

    http://www.msfn.org/board/lofiversion/index.php/t17540.html

    on how to unpack, modify and repack the installer so I could use a standard silent switch. I have never had any issues with the installer I repacked so I would like to use the same method if at all possible. The issue is the latest version of innounp (v0.19) only supports up to v5.1.10 and Spyware Blaster v4 uses the 5.2.x branch. How were you able to get the.iss file extracted? What software did you use to do it? Can you possibly send me a link with instructions?

    I extracted the files with v.20 which is specified as beta Here in the forum for innounpacker.

  17. Has anyone found a relatively easy way to repack Spyware Blaster v4? I tried to use innounp like for v3.5.1 but it appears the program is outdated and doesn't work properly. I don't care for svcpack integration or autoit. My unattended CD uses RunOnceEX and I generally repack all of the installers using WinRar to make an SFX file that runs the installer with the switch. Any help would be appreciated.

    It's basically the same with v4 and Inno, You will need all the files in the program dir and 3 from sys32. I have attached the one I made as a reference. It is a version I use that adds the reg entries for IE protection and file changes for Firefox. you will need to edit it for your own needs.

    Spywareblaster.7z

  18. After silent Install i have a program-group named (Default) and inside are the links to ConvertX2DVD.

    How can i define the real name of this program-group in the script?

    TIA

    SkAvEnGeR

    If you can edit the script then you can manually add the program group name. I use ISTool and you can go to the program group tab under options and type it in, manually you could add the code below to the [setup] portion

    DefaultGroupName=ConvertX2DVD

  19. I used the cmd file Doc Symbiosis gave. When I started Thunderbird everything was checked but newsgroup so that was left out and I still had to choose. I am looking over the cmd file and going to add entries for newsgroup.

    This is what I use in my AutoIt script.

    C:\Program Files\Mozilla Thunderbird\uninstall\helper.exe /SetAsDefaultAppGlobal

  20. ninguno,

    It's not yet possible. I'll add it my next version. I'm still exploring to see can this be integrated directly. If not I'm going to make this possible to install silently.

    Cheers ;)

    Hi mara,

    You could always use the ChainedInstall sections to add the fileformatconvertors and the subsequent hotfixes. I built my own slipstreamer for a friend who wanted extra features that weren't available in yours or Siginets' and to change a few that are, I have a tab where extra exe or msi files can be added to these Chained sections and they run after the office setup that way people can add there own MUI or the convertors without you editing your script each time.

    Hope this helps

  21. I don't know if this works for all Installshield apps but most extract to a temp folder and install via an msi file, you can use these extracted files and pass parameters to the msi, this is provided that you know what they are. Programs like Orca (free) and InstallShield Studio etc (paid) can open the msi and you can try and figure out the parameters buy following the dialog boxes.

    Acronis Home works like this and it can be run and the serial entered by using

    acronis.msi PIDKEY=BLAH-BLAH-BLAH-BLAH-BLAH /qn

    The problem is knowing what the parameters are. You could try passing the arguments to the exe as some installers then pass them to the msi file after extraction.

  22. is there any way to remove my sharing folder from my computer?

    by using old method below will makes msn fixing box windows jump out....

    regsvr32.exe /u /s "%programfiles%\Windows Live\Messenger\fsshext.8.5.1302.1018.dll" >nul

    Hope someone knows...

    This has worked for me so far

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{FC9FB64A-1EB2-4CCF-AF5E-1A497A9B5C2D}]

×
×
  • Create New...