View Full Version : Server Manifest File
dbuechel
12-04-2009, 09:09 AM
Hey,
i test the last version and i have one question:
can i change the ini file from the iDeploy Web Update when i compile a setup ?
in the Server Manifest File is only this information:
[SB5UPDATE]
Version=1.00.001
Setup=Your Project Name-6.exe
^^
can i change this ? more infomation !
best regards
db
linder
12-04-2009, 09:17 AM
Hello,
This INI file is automatically generated if you compile your setup.
The "Version" value comes from [PRODUCTVER] (that's the Product Version in your Product Properties). In your case, it is set to 1.00.001. The "Setup" value comes from [EXENAME] (that's the Executable Name in your Product Properties).
Does this help?
Friedrich
dbuechel
12-07-2009, 01:40 AM
sorry - wrong question ;)
i need more information in this INI file!
[SB5UPDATE]
Version=1.00.001
Setup=Your Project Name-6.exe
^^
this ist is automatically generated - ok - but when i need this information:
[SB5UPDATE]
Version=1.00.001
Setup=Your Project Name-6.exe
Licence=2098763,2003290
or
[SB5UPDATE]
Version=1.00.001
Setup=Your Project Name-6.exe
[PROGRAM1]
Version=11.100
Setup=/program1/setup.exe
Licence=1021039
more information in the INI file when i compile
linder
12-07-2009, 01:56 AM
Hello,
See attached screenshot. It should be possible to use the "#edit ini..." preprocessor to handle this.
Does this help?
Friedrich
dbuechel
12-07-2009, 02:56 AM
perfect !!!
i have see this:
SetupBuilder 7.0 Build 2762 (October 27, 2009)
----------------------------------------------------------------------------
IMPROVEMENT: IDE: The "iDeploy Web Install Properties" support Compiler
Variables now.
^^
can you tell me how this work - or where can i find this function ?!
linder
12-07-2009, 03:00 AM
Well, just use a compiler variable in the Web Install Properties instead of a hard-coded value ;)
Friedrich
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.