installing non executing program
#1
Posted 22 May 2009 - 08:13 PM
#2
Posted 22 May 2009 - 08:27 PM
You can tell it to make shortcuts and everything.
#3
Posted 22 May 2009 - 11:31 PM
#4
Posted 22 May 2009 - 11:55 PM
#5
Posted 23 May 2009 - 02:23 AM
#6
Posted 23 May 2009 - 02:50 AM
Anyway, for these kind of things, I prefer an application called "Advanced Installer". It's freeware for simple projects.
#7
Posted 23 May 2009 - 03:02 AM
#8
Posted 23 May 2009 - 05:53 PM
#9
Posted 26 May 2009 - 04:37 AM
hard enough trying to find the easy way as some threads that should be sticky threads are lost through pages of junk
#10
Posted 26 May 2009 - 07:19 AM
Its what I do for the portable suites.
This post has been edited by iamtheky: 26 May 2009 - 07:21 AM
#11
Posted 27 May 2009 - 02:41 AM
i am beginner to all this so a silent installer and addon is easier, i dont understand run once yet
#12
Posted 27 May 2009 - 04:04 AM
#13
Posted 27 May 2009 - 04:27 AM
[Version] Signature=$Windows NT$ [DefaultInstall] CopyFiles=copyfiles AddReg=addreg UpdateInis=updateinis RunPostSetupCommands=runpostsetupcommands:1 [DestinationDirs] copyfiles=16422,Foxit Reader [copyfiles] Foxit Reader.exe Foxit_JS_ExObjects.dll fxdecod1.dll js.dll [addreg] HKCU,"Software\Foxit Software\Foxit Reader\MainFrame","ShowEditorAd_908",0x0,"0" HKCU,"Software\Foxit Software\Foxit Reader\MainFrame","ShowReaderAd_908",0x0,"0" HKCU,"Software\Foxit Software\Foxit Reader\MainFrame","ShowTypewriterAd_908",0x0,"0" HKCU,"Software\Foxit Software\Foxit Reader\MainFrame","ShowPOAd_908",0x0,"0" HKCU,"Software\Foxit Software\Foxit Reader\MainFrame","ShowSDKAd_908",0x0,"0" [updateinis] setup.ini,progman.groups,,group1=%16409% setup.ini,group1,,"Foxit Reader,""""""%16422%\Foxit Reader\Foxit Reader.exe"""""" setup.ini,progman.groups,,group2=%16410%\Microsoft\Internet Explorer\Quick Launch setup.ini,group2,,"Foxit Reader,""""""%16422%\Foxit Reader\Foxit Reader.exe"""""" [runpostsetupcommands] %16422%\Foxit Reader\Foxit Reader.exe -Register
This INF will make a folder in %programfiles% named 'Foxit Reader', copy the four program files over to that folder, make shortcuts on the desktop and in quick launch, add reg-entries for diabling adds, and registering file-associations.
All the 4 program files + the above INF should be in the same folder, but if wanting the 4 program files into a seperate folder for "cleanlines"(so it's an INF + a folder with the source files), then just change the 'copyfiles' section like this:
[copyfiles] Foxit Reader.exe,files\Foxit Reader.exe Foxit_JS_ExObjects.dll,files\Foxit_JS_ExObjects.dll fxdecod1.dll,files\fxdecod1.dll js.dll,files\js.dll
(No need for SourceDisksNames/SourceDisksFiles
Note: The above is an Advanced INF and hence needs to be installed through advpack.dll:
rundll32 advpack.dll,LaunchINFSection install.inf,,1
This post has been edited by Martin H: 28 May 2009 - 07:12 AM
#14
Posted 28 May 2009 - 08:31 PM
#15
Posted 29 May 2009 - 02:20 AM
Selena, on May 23 2009, 03:50 AM, said:
Anyway, for these kind of things, I prefer an application called "Advanced Installer". It's freeware for simple projects.
I use the Professional (if Caphyon Advanced Installer is what you meant) version but for simple installers like freeware programs and portables, its simple install is free and it is great for creating MSI from scratch without any knowledge.
If you want to save space with big programs, try making admin installs (after you create your MSI installers) and then repackage them using 7-Zip.
WinRAR SFX files are great for quick installs too.
- ← McAfee Silent Installation
- Application Installs
- im trying to slipstream applications i need serious help →



Help

Back to top









