PDA

View Full Version : Webupdate ini file



NewsArchive
01-06-2009, 02:02 AM
Hi Friedrich,

Is there any reason why I couldn't add an entry into the manifest file?

Example:

[SB5UPDATE]
Version=1.50.1212
Setup=BuildAutomatorInstall.exe
Options=1,2,3

Or something like that?

I may need to download the manifest before I do an install to get the
Options parmeters and deal with them.

Best regards,

--
Arnór Baldvinsson - Icetips Creative, Inc.
Port Angeles, Washington
www.icetips.com - www.buildautomator.com

Icetips product subscriptions at http://www.icetips.com/subscribe.php

NewsArchive
01-06-2009, 02:03 AM
Hi Arnór,

> Is there any reason why I couldn't add an entry into the manifest
> file?
>
> Example:
>
> [SB5UPDATE]
> Version=1.50.1212
> Setup=BuildAutomatorInstall.exe
> Options=1,2,3
>
> Or something like that?
>
> I may need to download the manifest before I do an install to get
> the Options parmeters and deal with them.

Absolutely no problem. You are allowed to add the above!

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
01-07-2009, 01:54 AM
Hi Friedrich,

> Absolutely no problem. You are allowed to add the above!

Is there a way to do so from within the SB project? I haven't looked at it
yet, just wondering.

Best regards,

--
Arnór Baldvinsson - Icetips Creative, Inc.
Port Angeles, Washington
www.icetips.com - www.buildautomator.com

Icetips product subscriptions at http://www.icetips.com/subscribe.php

NewsArchive
01-07-2009, 01:54 AM
Hi Arnór,

>> Absolutely no problem. You are allowed to add the above!
>
> Is there a way to do so from within the SB project? I haven't looked
> at it yet, just wondering.

In SetupBuilder 7, we have "#edit ini...", but this is not available in
SetupBuilder 6.

So from SB7 "yes", from SB6 "no" <g>

Friedrich

NewsArchive
01-07-2009, 01:54 AM
Hi Friedrich,

> In SetupBuilder 7, we have "#edit ini...", but this is not available in
> SetupBuilder 6.
>
> So from SB7 "yes", from SB6 "no" <g>

BUT, I could do a #RUN with "Process after script compilation, where I ran a
small exe stub that wrote to the INI file.

#run test.exe -- Command Line: /f=[IT_MANIFESTFILE] /n=%IT_UPDATEINI% --
Options: [Post-compile]

The contents of the /n argument would then determine what to write
(basically true/false in my case) and the /f agrument would be the manifest
file.

Hmm...

--
Arnór Baldvinsson - Icetips Creative, Inc.
Port Angeles, Washington
www.icetips.com - www.buildautomator.com

Icetips product subscriptions at http://www.icetips.com/subscribe.php

NewsArchive
01-07-2009, 01:55 AM
Hi Arnór,

>> So from SB7 "yes", from SB6 "no" <g>
>
> BUT, I could do a #RUN with "Process after script compilation, where I
> ran a small exe stub that wrote to the INI file.
>
> #run test.exe -- Command Line: /f=[IT_MANIFESTFILE] /n=%IT_UPDATEINI% --
> Options: [Post-compile]
>
> The contents of the /n argument would then determine what to write
> (basically true/false in my case) and the /f agrument would be the
> manifest file.
>
> Hmm...

Yes, that would work. But I'll check if it is a problem to port "#edit
ini..." to SB6.

I'll let you know...

Friedrich